mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user