Delayed delivery tag.
Represents 'jabber:iq:register' (JEP-0077) element of a Jabber <iq/> stanza.
Method Summary |
|
__init__ (self,
xmlnode)
Initialize the Register object. |
|
complete_xml_element (self,
xmlnode,
doc)
Complete the XML node with self content. |
pyxmpp.jabber.dataforms.Form |
get_form (self,
form_type)
Return Data Form for the Register object. |
Register |
submit_form (self,
form)
Make Register object for submitting the registration form. |
Inherited from StanzaPayloadObject |
libxml2.xmlNode or libxml2.xmlDoc |
as_xml (self,
parent,
doc)
Get the XML representation of self . |
Inherited from object |
|
__delattr__ (...)
x.__delattr__('name') <==> del x.name |
|
__getattribute__ (...)
x.__getattribute__('name') <==> x.name |
|
__hash__ (x)
x.__hash__() <==> hash(x) |
|
__new__ (T,
S,
...)
T.__new__(S, ...) -> a new object with type S, a subtype of T |
|
__reduce__ (...)
helper for pickle |
|
__reduce_ex__ (...)
helper for pickle |
|
__repr__ (x)
x.__repr__() <==> repr(x) |
|
__setattr__ (...)
x.__setattr__('name', value) <==> x.name = value |
|
__str__ (x)
x.__str__() <==> str(x) |
Instance Variable Summary |
unicode |
address : Address field (legacy protocol) |
unicode |
city : City field (legacy protocol) |
unicode |
date : Date field (legacy protocol) |
unicode |
email : E-mail field (legacy protocol) |
unicode |
first : First name field (legacy protocol) |
pyxmpp.jabber.dataforms.Form |
form : registration form (when available) |
unicode |
instrutions : Registration instructions (legacy protocol) |
unicode |
key : Key field (legacy protocol, obsolete) |
unicode |
last : Last name field (legacy protocol) |
unicode |
misc : Misc field (legacy protocol, obsolete) |
unicode |
name : Name field (legacy protocol) |
unicode |
nick : Nickname (legacy protocol) |
unicode |
password : Password (legacy protocol) |
unicode |
phone : Phone field (legacy protocol) |
bool |
registered : True if entity is already registered |
True when the account should be removed |
remove : True when the account should be removed |
unicode |
state : State field (legacy protocol) |
unicode |
text : Text field (legacy protocol, obsolete) |
unicode |
url : URL field (legacy protocol) |
unicode |
username : Username field (legacy protocol) |
unicode |
zip : ZIP code field (legacy protocol) |