t.w.p.j.x.IQ(domish.Element) : class documentation

Part of twisted.words.protocols.jabber.xmlstream View Source View In Hierarchy

Wrapper for an iq stanza.

Iq stanzas are used for communications with a request-response behaviour. Each iq request is associated with an XML stream and has its own unique id to be able to track the response.
Instance Variablestimeoutif set, a timeout period after which the deferred returned by send will have its errback called with a TimeoutError failure. (type: float )
Method __init__
Method send Send out this iq.

Inherited from Element:

Method __getattr__ Undocumented
Method __getitem__ Undocumented
Method __delitem__ Undocumented
Method __setitem__ Undocumented
Method __str__ Retrieve the first CData (content) node
Method getAttribute Retrieve the value of attribname, if it exists
Method hasAttribute Determine if the specified attribute exists
Method compareAttribute Safely compare the value of an attribute against a provided value.
Method swapAttributeValues Swap the values of two attribute.
Method addChild Add a child to this Element.
Method addContent Add some text data to this Element.
Method addElement Create an element and add as child.
Method addRawXml Add a pre-serialized chunk o' XML as a child of this Element.
Method addUniqueId Add a unique (across a given Python session) id attribute to this Element.
Method elements Iterate across all children of this Element that are Elements.
Method toXml Serialize this Element and all children to a string.
Method firstChildElement Undocumented
Method _dqa Dequalify an attribute key as needed
def __init__(self, xmlstream, stanzaType='set'): (source)
ParametersxmlstreamXmlStream to use for transmission of this IQ (type: xmlstream.XmlStream )
stanzaTypeIQ type identifier ('get' or 'set') (type: str )
def send(self, to=None): (source)

Send out this iq.

Returns a deferred that is fired when an iq response with the same id is received. Result responses will be passed to the deferred callback. Error responses will be transformed into a StanzaError and result in the errback of the deferred being invoked.
Returns (type: defer.Deferred )
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.