/**
  * Set the extra tag of the message
  *
  * @param tag
  */
 public void setTag(LiJSONObject tag) {
   message.setTag(tag);
 }