Class PresencePerNodeExtension.LogoffFromNodeEvent
- java.lang.Object
-
- tigase.pubsub.modules.ext.presence.PresencePerNodeExtension.LogoffFromNodeEvent
-
- Enclosing class:
- PresencePerNodeExtension
public static class PresencePerNodeExtension.LogoffFromNodeEvent extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Stringnodetigase.xmpp.jid.JIDoccupantJIDtigase.server.PacketpresenceStanzatigase.xmpp.jid.BareJIDserviceJID
-
Constructor Summary
Constructors Constructor Description LogoffFromNodeEvent(tigase.xmpp.jid.BareJID serviceJID, String node, tigase.xmpp.jid.JID occupandJID, tigase.server.Packet presenceStanza)
-
-
-
Field Detail
-
node
public final String node
-
occupantJID
public final tigase.xmpp.jid.JID occupantJID
-
presenceStanza
public final tigase.server.Packet presenceStanza
-
serviceJID
public final tigase.xmpp.jid.BareJID serviceJID
-
-
Constructor Detail
-
LogoffFromNodeEvent
public LogoffFromNodeEvent(tigase.xmpp.jid.BareJID serviceJID, String node, tigase.xmpp.jid.JID occupandJID, tigase.server.Packet presenceStanza)
-
-