Asterisk - The Open Source Telephony Project  18.5.0
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

◆ google

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

◆ jingle

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

◆ node

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

◆ version

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


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