citadel
About: Citadel is an advanced messaging and collaboration system for groupware and BBS applications (preferred OS: Linux).
![]() ![]() |
#include <serv_xmpp.h>
Data Fields | |
struct xmpp_event * | next |
int | event_seq |
time_t | event_time |
int | event_type |
char | event_jid [256] |
int | session_which_generated_this_event |
Definition at line 45 of file serv_xmpp.h.
char xmpp_event::event_jid[256] |
Definition at line 50 of file serv_xmpp.h.
Referenced by xmpp_process_events(), and xmpp_queue_event().
int xmpp_event::event_seq |
Definition at line 47 of file serv_xmpp.h.
Referenced by xmpp_process_events(), and xmpp_queue_event().
time_t xmpp_event::event_time |
Definition at line 48 of file serv_xmpp.h.
Referenced by xmpp_queue_event().
int xmpp_event::event_type |
Definition at line 49 of file serv_xmpp.h.
Referenced by xmpp_process_events(), and xmpp_queue_event().
struct xmpp_event* xmpp_event::next |
Definition at line 46 of file serv_xmpp.h.
Referenced by xmpp_process_events(), and xmpp_queue_event().
int xmpp_event::session_which_generated_this_event |
Definition at line 51 of file serv_xmpp.h.
Referenced by xmpp_process_events(), and xmpp_queue_event().