Asterisk - The Open Source Telephony Project GIT-master-a358458
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.

◆ jingle

unsigned int jingle

Set if the resource supports Jingle

Definition at line 87 of file xmpp.h.

◆ node

char node[200]

Node string from the capabilities stanza in presence notification

Definition at line 85 of file xmpp.h.

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


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