public boolean isMe() {
   return this.isValid() && this.equals(JID.me());
 }