Xmpp.iq
From Yate Documentation
(Difference between revisions)
(→Important) |
|||
Line 35: | Line 35: | ||
'''See also''' | '''See also''' | ||
− | *[[.iq]] | + | *[[jabber.iq]] |
Latest revision as of 12:56, 23 January 2013
xmpp.iq is a message carrying a received XMPP 'iq' stanza or a failed to send one
[edit] Parameters
- module
- The name of the module sending the message
- account
- The name of the account receiving the XML element (or notified of send failure)
- from
- The sender's Jabber ID. It might be empty if the message is carrying a stanza received from the account's server
- to
- The receiving user's Jabber ID
- type
- The iq's type: set/get/result/error
- id
- The iq's 'id' attribute if present
- username
- The node part of the sender's Jabber ID
- calleduri
- The URI of the receiving entity
- failure
- True if the message is carrying a failed stanza
- xml
- This parameter is carrying the received/failed XMLElement object
[edit] Return
None expected
[edit] Important
This message carries an object as one of its parameters so it can be created and handled only from C++ code.
See also