Smack

Package org.jivesoftware.smack.packet

XML packets that are part of the XMPP protocol.

See:
          Description

Interface Summary
PacketExtension Interface to represent packet extensions.
 

Class Summary
Authentication Authentication packet, which can be used to login to a XMPP server as well as discover login information from the server.
DefaultPacketExtension Default implementation of the PacketExtension interface.
IQ The base IQ (Info/Query) packet.
IQ.Type A class to represent the type of the IQ packet.
Message Represents XMPP message packets.
Message.Type Represents the type of a message.
Packet Base class for XMPP packets.
Presence Represents XMPP presence packets.
Presence.Mode A typsafe enum class to represent the presecence mode.
Presence.Type A typsafe enum class to represent the presecence type.
Registration Represents registration packets.
RosterPacket Represents XMPP roster packets.
RosterPacket.Item A roster item, which consists of a JID, their name, the type of subscription, and the groups the roster item belongs to.
RosterPacket.ItemStatus The subscription status of a roster item.
RosterPacket.ItemType The subscription type of a roster item.
XMPPError Represents a XMPP error sub-packet.
 

Package org.jivesoftware.smack.packet Description

XML packets that are part of the XMPP protocol.


Smack

Copyright © 2003 Jive Software.