Uses of Class
tigase.muc.xmpp.JID

Packages that use JID
tigase.muc Privides MUC core classes. 
tigase.muc.modules   
tigase.muc.xmpp   
tigase.muc.xmpp.stanzas Privides implementations of XML stanzas. 
 

Uses of JID in tigase.muc
 

Methods in tigase.muc that return types with arguments of type JID
 java.util.Collection<JID> RoomConfiguration.findBareJidsByAffiliations(Affiliation reqAffiliation)
           
 java.util.List<? extends JID> RoomContext.findBareJidsWithoutAffiliations()
           
 java.util.List<JID> RoomContext.findJidsByRole(Role reqRole)
           
 java.util.Map<JID,Presence> RoomContext.getLastReceivedPresence()
           
 java.util.List<JID> RoomContext.getOccupantJidsByBare(JID jid)
           
 java.util.Map<JID,java.lang.String> RoomContext.getOccupantsByJID()
           
 java.util.Map<java.lang.String,JID> RoomContext.getOccupantsByNick()
           
 java.util.Map<JID,Role> RoomContext.getOccupantsRole()
           
 

Methods in tigase.muc with parameters of type JID
 Role RoomContext.calculateInitialRole(JID realJID)
           
 void RoomsContainer.destroyRoom(JID room)
           
static tigase.xml.Element MUCService.errorPresence(JID from, JID to, java.lang.String type, java.lang.String code, java.lang.String errorElement)
           
 Affiliation RoomConfiguration.getAffiliation(JID jid)
           
 java.util.List<JID> RoomContext.getOccupantJidsByBare(JID jid)
           
 Role RoomContext.getRole(JID jid)
           
 boolean RoomsContainer.isRoomExists(JID jid)
           
 void RoomContext.removeOccupantByJID(JID jid)
           
 void RoomsContainer.removeRoom(JID room)
           
 void RoomConfiguration.setAffiliation(JID jid, Affiliation affiliation)
           
 void RoomContext.setRole(JID jid, Role role)
           
 

Method parameters in tigase.muc with type arguments of type JID
 void RoomContext.setLastReceivedPresence(java.util.Map<JID,Presence> lastReceivedPresence)
           
 void RoomContext.setOccupantsByJID(java.util.Map<JID,java.lang.String> occupantsByJID)
           
 void RoomContext.setOccupantsByNick(java.util.Map<java.lang.String,JID> occupantsByNick)
           
 void RoomContext.setOccupantsRole(java.util.Map<JID,Role> occupantsRole)
           
 

Constructors in tigase.muc with parameters of type JID
RoomContext(java.lang.String namespace, java.lang.String id, tigase.db.UserRepository mucRepocitory, JID constructorJid, boolean roomCreated)
           
 

Uses of JID in tigase.muc.modules
 

Methods in tigase.muc.modules with parameters of type JID
static tigase.xml.Element PresenceModule.preparePresenceSubItem(RoomContext roomContext, JID occupantJid, Affiliation occupantAffiliation, Role occupantRole, JID sendingTo)
           
static tigase.xml.Element PresenceModule.preparePresenceSubItem(RoomContext roomContext, JID jid, JID sendingTo)
           
 

Uses of JID in tigase.muc.xmpp
 

Methods in tigase.muc.xmpp that return JID
static JID JID.fromString(java.lang.String jid)
          This method creates JID object from a String.
 JID JID.getBareJID()
          Return a bare JID.
 JID Stanza.getFrom()
          Return sender Jabber Identifier.
 JID Stanza.getTo()
          Return recipents Jabber Identifier.
 

Methods in tigase.muc.xmpp with parameters of type JID
 void Stanza.setFrom(JID from)
          Set sender Jabber Identifier.
 void Stanza.setTo(JID to)
          Set recipents Jabber Identifier.
 

Uses of JID in tigase.muc.xmpp.stanzas
 

Methods in tigase.muc.xmpp.stanzas that return JID
 JID AbstractStanza.getFrom()
          Return sender Jabber Identifier.
 JID AbstractStanza.getTo()
          Return recipents Jabber Identifier.
 

Methods in tigase.muc.xmpp.stanzas with parameters of type JID
 void AbstractStanza.setFrom(JID from)
          Set sender Jabber Identifier.
 void AbstractStanza.setTo(JID to)
          Set recipents Jabber Identifier.
 

Constructors in tigase.muc.xmpp.stanzas with parameters of type JID
Message(JID to, java.lang.String body)
          Construct message stanza.
 



Copyright © 2007 Tigase. All Rights Reserved.