Example #1
0
 /**
  * Returns the Jabber Userid of this contact
  *
  * @return the Jabber Userid of this contact
  */
 public String getAddress() {
   if (isResolved) return rosterEntry.getUser();
   else return tempId;
 }