Package tigase.muc.modules
Class PresenceModule.PresenceWrapper
- java.lang.Object
-
- tigase.muc.modules.PresenceModule.PresenceWrapper
-
- Enclosing interface:
- PresenceModule
public static class PresenceModule.PresenceWrapper extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddStatusCode(int code)tigase.server.PacketgetPacket()tigase.xml.ElementgetX()static PresenceModule.PresenceWrapperpreparePresenceW(Room room, tigase.xmpp.jid.JID destinationJID, tigase.xml.Element presence, tigase.xmpp.jid.BareJID occupantBareJID, java.util.Collection<tigase.xmpp.jid.JID> occupantJIDs, java.lang.String occupantNickname, Affiliation occupantAffiliation, Role occupantRole)
-
-
-
Method Detail
-
preparePresenceW
public static PresenceModule.PresenceWrapper preparePresenceW(Room room, tigase.xmpp.jid.JID destinationJID, tigase.xml.Element presence, tigase.xmpp.jid.BareJID occupantBareJID, java.util.Collection<tigase.xmpp.jid.JID> occupantJIDs, java.lang.String occupantNickname, Affiliation occupantAffiliation, Role occupantRole) throws tigase.util.stringprep.TigaseStringprepException
- Throws:
tigase.util.stringprep.TigaseStringprepException
-
getPacket
public tigase.server.Packet getPacket()
-
getX
public tigase.xml.Element getX()
-
addStatusCode
public void addStatusCode(int code)
-
-