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

XMPP Message. More...

#include <xmpp.h>

Data Fields

struct timeval arrived
 
char * from
 
char id [25]
 
struct {
   struct ast_xmpp_message *   next
 
list
 
char * message
 

Detailed Description

XMPP Message.

Definition at line 101 of file xmpp.h.

Field Documentation

struct timeval arrived

When the message arrived

Definition at line 105 of file xmpp.h.

Referenced by xmpp_pak_message().

char* from

Who the message is from

Definition at line 102 of file xmpp.h.

Referenced by xmpp_message_destroy(), and xmpp_pak_message().

char id[25]

Identifier for the message

Definition at line 104 of file xmpp.h.

Referenced by xmpp_pak_message().

struct { ... } list

Linked list information

Referenced by xmpp_client_destructor().

char* message

Message contents

Definition at line 103 of file xmpp.h.

Referenced by xmpp_client_destructor(), xmpp_message_destroy(), and xmpp_pak_message().


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