Jabber.iq

From Yate Documentation
(Difference between revisions)
Jump to: navigation, search
(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 ...")
 
 
Line 30: Line 30:
  
 
This message carries an object as one of its parameters so it can be created and handled only from C++ code
 
This message carries an object as one of its parameters so it can be created and handled only from C++ code
 +
 +
 +
'''See also'''
 +
 +
*[[jabber.item]]

Latest revision as of 13:57, 23 January 2013

jabber.iq is a message used to send an XMPP 'iq' stanza through the Jabber client or server.

[edit] 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

[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

Personal tools
Namespaces

Variants
Actions
Preface
Configuration
Administrators
Developers