|
Openfire 3.7.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PresenceEventListener
Interface to listen for presence events. Use the
PresenceEventDispatcher.addListener(PresenceEventListener)
method to register for events.
| Method Summary | |
|---|---|
void |
availableSession(ClientSession session,
org.xmpp.packet.Presence presence)
Notification message indicating that a session that was not available is now available. |
void |
presenceChanged(ClientSession session,
org.xmpp.packet.Presence presence)
Notification message indicating that an available session has changed its presence. |
void |
subscribedToPresence(org.xmpp.packet.JID subscriberJID,
org.xmpp.packet.JID authorizerJID)
Notification message indicating that a user has successfully subscribed to the presence of another user. |
void |
unavailableSession(ClientSession session,
org.xmpp.packet.Presence presence)
Notification message indicating that a session that was available is no longer available. |
void |
unsubscribedToPresence(org.xmpp.packet.JID unsubscriberJID,
org.xmpp.packet.JID recipientJID)
Notification message indicating that a user has unsubscribed to the presence of another user. |
| Method Detail |
|---|
void availableSession(ClientSession session,
org.xmpp.packet.Presence presence)
session - the session that is now available.presence - the received available presence.
void unavailableSession(ClientSession session,
org.xmpp.packet.Presence presence)
session - the session that is no longer available.presence - the received unavailable presence.
void presenceChanged(ClientSession session,
org.xmpp.packet.Presence presence)
session - the affected session.presence - the received available presence with the new information.
void subscribedToPresence(org.xmpp.packet.JID subscriberJID,
org.xmpp.packet.JID authorizerJID)
subscriberJID - the user that initiated the subscription.authorizerJID - the user that authorized the subscription.
void unsubscribedToPresence(org.xmpp.packet.JID unsubscriberJID,
org.xmpp.packet.JID recipientJID)
unsubscriberJID - the user that initiated the unsubscribe request.recipientJID - the recipient user of the unsubscribe request.
|
Openfire 3.7.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||