comparison src/protocols/jabber/jabber.c @ 5894:8b1b660519f6

[gaim-migrate @ 6326] Robot101 pointed this out rather bludgeonly committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 15 Jun 2003 17:01:01 +0000
parents 059d95c67cda
children 7d385de2f9cd
comparison
equal deleted inserted replaced
5893:718c1e8d5728 5894:8b1b660519f6
54 /* The priv member of gjconn's is a gaim_connection for now. */ 54 /* The priv member of gjconn's is a gaim_connection for now. */
55 #define GJ_GC(x) ((GaimConnection *)(x)->priv) 55 #define GJ_GC(x) ((GaimConnection *)(x)->priv)
56 /* Confused? That makes three of us. -Robot101 */ 56 /* Confused? That makes three of us. -Robot101 */
57 #define GC_GJ(x) ((gjconn)((struct jabber_data *)(x)->proto_data)->gjc) 57 #define GC_GJ(x) ((gjconn)((struct jabber_data *)(x)->proto_data)->gjc)
58 58
59 #define JABBER_CONNECT_STEPS 4 59 #define JABBER_CONNECT_STEPS 5
60 60
61 #define IQID_AUTH "__AUTH__" 61 #define IQID_AUTH "__AUTH__"
62 62
63 #define IQ_NONE -1 63 #define IQ_NONE -1
64 #define IQ_AUTH 0 64 #define IQ_AUTH 0