src/protocols/simple/simple.h

changeset 11409
2a3466f4a32c
parent 11383
2c5a70e62389
child 11424
b0f8535daa74
equal deleted inserted replaced
11408:97f065ff03c9 11409:2a3466f4a32c
69 int registerstatus; // 0 nothing, 1 first registration send, 2 auth received, 3 registered 69 int registerstatus; // 0 nothing, 1 first registration send, 2 auth received, 3 registered
70 struct sip_auth registrar; 70 struct sip_auth registrar;
71 struct sip_auth proxy; 71 struct sip_auth proxy;
72 int listenfd; 72 int listenfd;
73 int listenport; 73 int listenport;
74 int listenpa;
74 gchar *ip; 75 gchar *ip;
75 gchar *status; 76 gchar *status;
76 GHashTable *buddies; 77 GHashTable *buddies;
77 guint registertimeout; 78 guint registertimeout;
78 guint resendtimeout; 79 guint resendtimeout;

mercurial