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
This commit is contained in:
Matt O'Gorman
2006-09-20 00:39:44 +00:00
parent f6f7e134be
commit 02868b1723

View File

@@ -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 <handshake/> XXX*/
client->state = AJI_CONNECTED;
else
ast_log(LOG_WARNING,"Jabber didn't seem to handshake\n");
break;
}
break;