Jabber WindowGram Client (JWGC)

Introduction Screenshots Installation Downloads
Documentation Browse Source Resources Project Site

Stable Version
-none-

Latest Version
beta5



Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

jabconn_struct Struct Reference

#include <libjabber_types.h>


Data Fields

xode_pool p
int state
int fd
int dumpfd
char * dumpid
jid user
char * pass
int port
int auth_password
int auth_digest
int auth_0k
int id
char idbuf [9]
char * sid
int sequence
char * token
XML_Parser parser
xode current
void(* on_state )(struct jabconn_struct *j, int state)
void(* on_packet )(struct jabconn_struct *j, jabpacket p)


Field Documentation

int jabconn_struct::auth_0k
 

Definition at line 116 of file libjabber_types.h.

int jabconn_struct::auth_digest
 

Definition at line 115 of file libjabber_types.h.

Referenced by jab_auth().

int jabconn_struct::auth_password
 

Definition at line 114 of file libjabber_types.h.

Referenced by jab_auth().

xode jabconn_struct::current
 

Definition at line 125 of file libjabber_types.h.

int jabconn_struct::dumpfd
 

Definition at line 102 of file libjabber_types.h.

Referenced by jab_new(), jab_stop(), and jwg_on_event_handler().

char* jabconn_struct::dumpid
 

Definition at line 103 of file libjabber_types.h.

Referenced by jab_new(), jab_stop(), and jwg_on_event_handler().

int jabconn_struct::fd
 

Definition at line 101 of file libjabber_types.h.

Referenced by jab_getfd(), jab_new(), jab_poll(), jab_recv(), jab_send(), jab_send_raw(), jab_start(), and jab_stop().

int jabconn_struct::id
 

Definition at line 119 of file libjabber_types.h.

Referenced by jab_getid(), and jab_new().

char jabconn_struct::idbuf[9]
 

Definition at line 120 of file libjabber_types.h.

Referenced by jab_getid().

void(* jabconn_struct::on_packet)(struct jabconn_struct *j, jabpacket p)
 

Referenced by jab_packet_handler().

void(* jabconn_struct::on_state)(struct jabconn_struct *j, int state)
 

Referenced by jab_state_handler().

xode_pool jabconn_struct::p
 

Definition at line 99 of file libjabber_types.h.

Referenced by jab_delete(), and jab_new().

XML_Parser jabconn_struct::parser
 

Definition at line 124 of file libjabber_types.h.

Referenced by jab_recv(), jab_start(), and jab_stop().

char* jabconn_struct::pass
 

Definition at line 110 of file libjabber_types.h.

Referenced by jab_auth(), jab_new(), and jab_reg().

int jabconn_struct::port
 

Definition at line 111 of file libjabber_types.h.

Referenced by jab_new(), and jabber_init().

int jabconn_struct::sequence
 

Definition at line 122 of file libjabber_types.h.

char* jabconn_struct::sid
 

Definition at line 121 of file libjabber_types.h.

Referenced by jab_auth(), and jab_getsid().

int jabconn_struct::state
 

Definition at line 100 of file libjabber_types.h.

Referenced by jab_new(), jab_poll(), jab_recv(), jab_reg(), jab_send(), jab_send_raw(), jab_start(), jab_startup(), jab_stop(), jabber_init(), and show_status().

char* jabconn_struct::token
 

Definition at line 123 of file libjabber_types.h.

jid jabconn_struct::user
 

Definition at line 109 of file libjabber_types.h.

Referenced by jab_auth(), jab_getjid(), jab_new(), jab_reg(), and show_status().


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

Last updated at Tue Dec 18 21:07:42 PST 2007. This site and project hosted by...SourceForge.net Logo
Source Perspective by Fisheye