Package tigase.muc.modules
Class PresenceModule.PresenceWrapper
- java.lang.Object
-
- tigase.muc.modules.PresenceModule.PresenceWrapper
-
- Enclosing interface:
- PresenceModule
public static class PresenceModule.PresenceWrapper extends Object
Class description- Version:
- Enter version here..., 13/02/20
- Author:
- Enter your name here...
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description tigase.server.PacketgetPacket()tigase.xml.ElementgetX()static PresenceModule.PresenceWrapperpreparePresenceW(Room room, tigase.xmpp.JID destinationJID, tigase.xml.Element presence, tigase.xmpp.BareJID occupantBareJID, Collection<tigase.xmpp.JID> occupantJIDs, String occupantNickname, Affiliation occupantAffiliation, Role occupantRole)Method description
-
-
-
Method Detail
-
preparePresenceW
public static PresenceModule.PresenceWrapper preparePresenceW(Room room, tigase.xmpp.JID destinationJID, tigase.xml.Element presence, tigase.xmpp.BareJID occupantBareJID, Collection<tigase.xmpp.JID> occupantJIDs, String occupantNickname, Affiliation occupantAffiliation, Role occupantRole) throws tigase.util.TigaseStringprepException
Method description- Parameters:
room-destinationJID-presence-occupantBareJID-occupantNickname-occupantAffiliation-occupantRole-- Returns:
- Throws:
tigase.util.TigaseStringprepException
-
getPacket
public tigase.server.Packet getPacket()
-
getX
public tigase.xml.Element getX()
-
-