Home | Trees | Index | Help |
---|
Package xmpp :: Module protocol |
|
Classes | |
---|---|
DataField |
This class is used in the DataForm class to describe the single data item. |
DataForm |
DataForm class. |
Error |
Used to quickly transform received stanza into error reply. |
ErrorNode |
XMPP-style error element. |
Iq |
XMPP Iq object - get/set dialog mechanism. |
JID |
JID object. |
Message |
XMPP Message stanza - "push" mechanism. |
Presence |
XMPP Presence object. |
Protocol |
A "stanza" object class. |
Exceptions | |
---|---|
NodeProcessed |
Exception that should be raised by handler when the handling should be stopped. |
Function Summary | |
---|---|
Returns true if the node is a negative reply. | |
Returns true if the node is a positive reply. |
Variable Summary | |
---|---|
dict |
ERRORS = {'urn:ietf:params:xml:ns:xmpp-sasl not-authoriz...
|
str |
NS_AGENTS = 'jabber:iq:agents'
|
str |
NS_AMP = 'http://jabber.org/protocol/amp'
|
str |
NS_AUTH = 'jabber:iq:auth'
|
str |
NS_BIND = 'urn:ietf:params:xml:ns:xmpp-bind'
|
str |
NS_BROWSE = 'jabber:iq:browse'
|
str |
NS_CLIENT = 'jabber:client'
|
str |
NS_COMPONENT_ACCEPT = 'jabber:component:accept'
|
str |
NS_DELAY = 'jabber:x:delay'
|
str |
NS_DIALBACK = 'jabber:server:dialback'
|
str |
NS_DISCO_INFO = 'http://jabber.org/protocol/disco#info'
|
str |
NS_DISCO_ITEMS = 'http://jabber.org/protocol/disco#items...
|
str |
NS_GROUPCHAT = 'gc-1.0'
|
str |
NS_IBB = 'http://jabber.org/protocol/ibb'
|
str |
NS_LAST = 'jabber:iq:last'
|
str |
NS_PRIVACY = 'jabber:iq:privacy'
|
str |
NS_PRIVATE = 'jabber:iq:private'
|
str |
NS_REGISTER = 'jabber:iq:register'
|
str |
NS_ROSTER = 'jabber:iq:roster'
|
str |
NS_SASL = 'urn:ietf:params:xml:ns:xmpp-sasl'
|
str |
NS_SEARCH = 'jabber:iq:search'
|
str |
NS_SERVER = 'jabber:server'
|
str |
NS_SESSION = 'urn:ietf:params:xml:ns:xmpp-session'
|
str |
NS_STANZAS = 'urn:ietf:params:xml:ns:xmpp-stanzas'
|
str |
NS_STREAMS = 'http://etherx.jabber.org/streams'
|
str |
NS_TIME = 'jabber:iq:time'
|
str |
NS_TLS = 'urn:ietf:params:xml:ns:xmpp-tls'
|
str |
NS_VACATION = 'http://jabber.org/protocol/vacation'
|
str |
NS_VCARD = 'vcard-temp'
|
str |
NS_VERSION = 'jabber:iq:version'
|
str |
NS_XMPP_STREAMS = 'urn:ietf:params:xml:ns:xmpp-streams'
|
str |
sasl_error_conditions = '\naborted -- -- -- The receiv...
|
str |
xmpp_stanza_error_conditions = "\nbad-request -- 400 -- ...
|
str |
xmpp_stream_error_conditions = '\nbad-format -- -- -- ...
|
dict |
_errorcodes = {'302': 'redirect', '402': 'payment-requir...
|
Function Details |
---|
isErrorNode(node)Returns true if the node is a negative reply. |
isResultNode(node)Returns true if the node is a positive reply. |
Variable Details |
---|
NS_AGENTS
|
NS_AMP
|
NS_AUTH
|
NS_BIND
|
NS_BROWSE
|
NS_CLIENT
|
NS_COMPONENT_ACCEPT
|
NS_DELAY
|
NS_DIALBACK
|
NS_DISCO_INFO
|
NS_DISCO_ITEMS
|
NS_GROUPCHAT
|
NS_IBB
|
NS_LAST
|
NS_PRIVACY
|
NS_PRIVATE
|
NS_REGISTER
|
NS_ROSTER
|
NS_SASL
|
NS_SEARCH
|
NS_SERVER
|
NS_SESSION
|
NS_STANZAS
|
NS_STREAMS
|
NS_TIME
|
NS_TLS
|
NS_VACATION
|
NS_VCARD
|
NS_VERSION
|
NS_XMPP_STREAMS
|
sasl_error_conditions
|
xmpp_stanza_error_conditions
|
xmpp_stream_error_conditions
|
_errorcodes
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Sun Dec 26 09:52:57 2004 | http://epydoc.sf.net |