From: Matt O'Gorman Date: Wed, 20 Sep 2006 00:39:44 +0000 (+0000) Subject: thats odd, but just in case it happens again i want to see it. X-Git-Tag: 1.4.0-beta1~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=02868b17236f005e97c8ff20d03bedad2df39a43;p=thirdparty%2Fasterisk.git thats odd, but just in case it happens again i want to see it. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43305 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_jabber.c b/res/res_jabber.c index 8ab55faa60..d8b6d2e0bb 100644 --- a/res/res_jabber.c +++ b/res/res_jabber.c @@ -595,6 +595,8 @@ static int aji_act_hook(void *data, int type, iks *node) client->state = AJI_CONNECTING; if(iks_recv(client->p,1) == 2) /*XXX proper result for iksemel library on iks_recv of XXX*/ client->state = AJI_CONNECTED; + else + ast_log(LOG_WARNING,"Jabber didn't seem to handshake\n"); break; } break;