Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
ast_xmpp_message Struct Reference

XMPP Message. More...

#include <xmpp.h>

Collaboration diagram for ast_xmpp_message:
Collaboration graph
[legend]

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

◆ arrived

struct timeval arrived

When the message arrived

Definition at line 105 of file xmpp.h.

◆ from

char* from

Who the message is from

Definition at line 102 of file xmpp.h.

Referenced by delete_old_messages(), and xmpp_send_cb().

◆ id

char id[25]

Identifier for the message

Definition at line 104 of file xmpp.h.

Referenced by Section::__cmp__(), Section::__eq__(), Section::__ge__(), Section::__gt__(), Section::__le__(), Section::__lt__(), and Model::load().

◆ 

struct { ... } list

Linked list information

Referenced by delete_old_messages(), and xmpp_client_destructor().

◆ message

char* message

Message contents

Definition at line 103 of file xmpp.h.

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

◆ next

struct ast_xmpp_message* next

Definition at line 106 of file xmpp.h.


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