Class Participant

    • Constructor Summary

      Constructors 
      Constructor Description
      Participant​(java.lang.String participantId, tigase.xml.Element participantEl)  
      Participant​(java.lang.String participantId, tigase.xmpp.jid.BareJID realJid, java.lang.String nick)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getNick()  
      java.lang.String getParticipantId()  
      tigase.xmpp.jid.BareJID getRealJid()  
      tigase.xml.Element toElement()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Participant

        public Participant​(java.lang.String participantId,
                           tigase.xmpp.jid.BareJID realJid,
                           java.lang.String nick)
      • Participant

        public Participant​(java.lang.String participantId,
                           tigase.xml.Element participantEl)