comparison mcabber/src/jabglue.c @ 578:b3ab662757a0

Fix connection issue
author Mikael Berthe <mikael@lilotux.net>
date Sun, 04 Dec 2005 11:51:47 +0100
parents 5c6d364130ee
children 0c67755e0fa7
comparison
equal deleted inserted replaced
577:5c6d364130ee 578:b3ab662757a0
35 35
36 #define JABBERPORT 5222 36 #define JABBERPORT 5222
37 #define JABBERSSLPORT 5223 37 #define JABBERSSLPORT 5223
38 38
39 jconn jc; 39 jconn jc;
40 int regmode, regdone; 40 enum enum_jstate jstate;
41 41
42 char imstatus2char[imstatus_size+1] = { 42 char imstatus2char[imstatus_size+1] = {
43 '_', 'o', 'i', 'f', 'd', 'n', 'a', '\0' 43 '_', 'o', 'i', 'f', 'd', 'n', 'a', '\0'
44 }; 44 };
45 45