#include <jabberdlib.h>
Data Fields | |
| unsigned char | type |
| int | subtype |
| int | flag |
| void * | aux1 |
| xmlnode | x |
| jid | to |
| jid | from |
| char * | iqns |
| xmlnode | iq |
| pool | p |
| unsigned char _jpacket::type |
stanza type (JPACKET_*)
subtype of a stanza
| int _jpacket::flag |
used by the session manager to flag messages, that are read from offline storage
| void* _jpacket::aux1 |
pointer to data passed around with a jpacket, multiple use inside jsm
xmlnode containing the stanza inside the jpacket
destination of the stanza
source address for the stanza
| char* _jpacket::iqns |
pointer to the namespace inside an IQ stanza
"content" of an iq stanza, pointer to the element in its own namespace
memory pool used for this stanza
1.5.3