|
__init__(self,
xmlnode=None,
from_jid=None,
to_jid=None,
stanza_type=None,
stanza_id=None,
error=None,
error_cond=None,
stream=None)
Initialize an Iq object. |
source code
|
|
Iq
|
|
libxml2.xmlNode
|
|
str
|
|
Iq
|
|
Iq
|
|
libxml2.xmlNode
|
|
Inherited from stanza.Stanza :
__del__ ,
__eq__ ,
__ne__ ,
add_content ,
add_new_content ,
free ,
get_error ,
get_from ,
get_from_jid ,
get_id ,
get_node ,
get_stanza_id ,
get_stanza_type ,
get_to ,
get_to_jid ,
get_type ,
serialize ,
set_content ,
set_from ,
set_id ,
set_new_content ,
set_to ,
set_type ,
xpath_eval
|