| Home >> All >> com >> jabberwookie >> ns |
| | com.jabberwookie.ns.jabber.* (23) | | com.jabberwookie.ns.jabber.iq.* (13) | | com.jabberwookie.ns.jabber.x.* (4) |
Package Samples:
com.jabberwookie.ns.jabber.iq
com.jabberwookie.ns.jabber.x
com.jabberwookie.ns.jabber
Classes:
Error: This class is pretty useless for recieving error messages since they don't have a namespace that this can be mapped to. However, it's very usefull for sending error messages. Code Description 400 Bad Request 401 Unauthorized 402 Payment Required 403 Forbidden 404 Not Found 405 Not Allowed 406 Not Acceptable 407 Registration Required 408 Request Timeout 409 Username Not Available 500 Internal Server Error 501 Not Implemented 502 Remote Server Error 503 Service Unavailable 504 Remote Server Timeout
DiscoInfo: This class and its sister-class DiscoItems implement the namspaces described in JEP-0030 which can currently be found at http://www.jabber.org/jeps/jep-0030.html .
DiscoItems: This class and its sister-class DiscoInfo implement the namspaces described in JEP-0030 which can currently be found at http://www.jabber.org/jeps/jep-0030.html .
IQAuth: This implements the jabber:iq:auth namespace, it is used for authenticating com.jabberwookie.Client2Server connections.
Agent: This is a helper class for the IQAgent .
Presence: This is the super-class of all packets of type <presence>. The only time you're likely to interface directly with it is when extending it.
Message: This is the super-class of all packets of type <message>. The only time you're likely to interface directly with it is when extending it.
XDelay: Implements the jabber:x:delay namespace. Usually stuck inside <message> tags that have been stored on the server while you were offline.
IQ: This is the super-class of all packets of type <iq>. The only time you're likely to interface directly with it is when extending it.
Chunk: This is the most basic element of a Jabber stream. It represents the elements that are common to IQ, Presence, and Message blocks.
IQVersion: Implements the jabber:iq:version namespace. Good for finding out what client/version other users are running.
Query: This is the super-class for any <query> elements. These are commonly enclosed in <iq> elements.
IQPrivate: Implements the jabber:iq:private namespace. This is very useful for storing arbitrary data on the server.
IQRegister: Implements the jabber:iq:register namespace. Used for registering a new user on the server.
X: This implements the base <x> element, used by the other classes in this package.
IQRoster: Implements the jabber:iq:roster namespace. Good for getting and setting your roster.
XRoster: Implements the jabber:x:roster namespace. Used to send roster items to other users.
IQTime: Implements the jabber:iq:time namespace. Good for asking what time it is.
Const: These are some of the String constants commonly used in Jabber streams.
IQAgents: This impelements the jabber:iq:agents namespace.
IQAgent: Implements the jabber:iq:agent namespace.
IQOOB: Implements the jabber:iq:oob namespace.
XOOB: Implements the jabber:x:oob namespace.
| Home | Contact Us | Privacy Policy | Terms of Service |