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
1.4
Matt O'Gorman 19 years ago
parent f6f7e134be
commit 02868b1723

@ -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;

Loading…
Cancel
Save