|
Asterisk - The Open Source Telephony Project
18.5.0
|
Resource capabilities. More...
#include <xmpp.h>
Data Fields | |
| unsigned int | google:1 |
| unsigned int | jingle:1 |
| char | node [200] |
| char | version [50] |
| unsigned int google |
Set if the resource supports Google Talk
Definition at line 88 of file xmpp.h.
Referenced by jingle_request(), xmpp_pak_presence(), and xmpp_show_buddies().
| unsigned int jingle |
Set if the resource supports Jingle
Definition at line 87 of file xmpp.h.
Referenced by jingle_request(), xmpp_client_service_discovery_result_hook(), and xmpp_show_buddies().
| char node[200] |
Node string from the capabilities stanza in presence notification
Definition at line 85 of file xmpp.h.
Referenced by xmpp_pak_presence(), and xmpp_show_buddies().
| char version[50] |
Version string from the capabilities stanza in presence notification
Definition at line 86 of file xmpp.h.
Referenced by ParsingContext::next(), xmpp_pak_presence(), and xmpp_show_buddies().
1.8.13