org.jivesoftware.openfire.plugin.presence |
|
Java Source File Name | Type | Comment |
ImagePresenceProvider.java | Class | The ImagePresenceProvider provides information about the users presence by returning
images. |
PresenceInfoProvider.java | Class | Abstract class for the different ways to provide information about user presences. |
PresenceStatusServlet.java | Class | Servlet that provides information about the presence status of the users in the system.
The information may be provided in XML format or in graphical mode. |
TextPresenceProvider.java | Class | The TextPresenceProvider provides the user's presence status in plain-text format.
The returned text is the last known presence status of the user. |
XMLPresenceProvider.java | Class | The XMLPresenceProvider provides information about the users presence in XML format.
The returned XML will include the last known presence of the user. |