Xmpp.iq
From Yate Documentation
xmpp.iq is a message carrying a received XMPP 'iq' stanza or a failed to send one
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
Return
None expected
Important
This message carries an object as one of its parameters so it can be created and handled only from C++ code.
See also