|
Class Summary |
| Blank |
Blank packet for creating user-defined packets |
| Bookmark |
Represents jabber bookmarks (JEP-0048) |
| ConnectionListener |
Listens to the connection, watches for drops, etc |
| DateTimeUtils |
simple util class that should be able to handle date and time for jabber
based on JEP-0082 (Jabber Date adn Time Profiles) |
| EventNotificationListener |
|
| EventRequestListener |
|
| ExchangeListener |
|
| FTReceiveListener |
|
| InvitationPacketListener |
|
| InvitationRejectionPacketListener |
|
| IQPacketListener |
|
| LastActivity |
IQ packet for representing jabber:iq:last |
| LastActivityListener |
Listens for and responds to jabber:iq:last requests |
| MessagePacketListener |
Listens for a message packet, and sends it to the appropriate buddies
conversation window. |
| PresencePacketListener |
This class listens to all presence packets, and delivers them according to
their type, etc... |
| RosterListener |
Listens for changes in the Roster |
| Search |
class implementing packets used to search Jabber User Directory
searching process, according to JEP-0055 looks as following:
1) query the information repository regarding the possible search fields
2) send search query
3) receive search results
Because search fields are not standard, they are kept in hash map: keys are names of the
fields and values are, well, values of those fields :-)
TODO: search using data forms |
| Search.Item |
inner class for representing "items", ie. |
| SecureExtension |
Builds extension to send encrypted & signed data |
| TimeListener |
Listens for and responds to jabber:iq:time requests |
| VersionListener |
Listens for and responds to jabber:iq:version requests |