Jabber.iq
From Yate Documentation
(Difference between revisions)
(Created page with " '''jabber.iq''' is a message used to send an XMPP 'iq' stanza through the Jabber client or server. ===Parameters=== ;module : The name of the module sending the message ...") |
Revision as of 15:54, 15 November 2012
jabber.iq is a message used to send an XMPP 'iq' stanza through the Jabber client or server.
Parameters
- module
- The name of the module sending the message (optional)
- line
- The name of the account used to sen the XML element
- from
- The sender's bare Jabber ID
- from_instance
- The sender's resource
- to
- The receiving user's bare Jabber ID
- to_instance
- The receiving user's instance
- type
- The iq's type: set/get/result/error
- xmlns
- XML namespace for the stanza (optional)
- xml
- This parameter is carrying the XMLElement object to be sent
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