Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_xmpp_capabilities Struct Reference

Resource capabilities. More...

#include <xmpp.h>

Data Fields

unsigned int google:1
 
unsigned int jingle:1
 
char node [200]
 
char version [50]
 

Detailed Description

Resource capabilities.

Definition at line 84 of file xmpp.h.

Field Documentation

unsigned int google

Set if the resource supports Google Talk

Definition at line 88 of file xmpp.h.

Referenced by jingle_request(), and xmpp_pak_presence().

unsigned int jingle

Set if the resource supports Jingle

Definition at line 87 of file xmpp.h.

Referenced by jingle_request(), and xmpp_client_service_discovery_result_hook().

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().

char version[50]

Version string from the capabilities stanza in presence notification

Definition at line 86 of file xmpp.h.

Referenced by ParsingContext::next_stack(), and xmpp_pak_presence().


The documentation for this struct was generated from the following file: