aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authormogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-20 00:39:44 +0000
committermogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-20 00:39:44 +0000
commit349f2660ae6ea37a57c5e76e59a3063c4d6ca75f (patch)
tree6a4e9b7d21ae4f9789a35b40930090d05a471c71 /res
parent135d9bf705c3ab686001d438dde4a67721eb1d71 (diff)
thats odd, but just in case it happens again i want to see it.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43305 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rw-r--r--res/res_jabber.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/res_jabber.c b/res/res_jabber.c
index 8ab55faa6..d8b6d2e0b 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 <handshake/> XXX*/
client->state = AJI_CONNECTED;
+ else
+ ast_log(LOG_WARNING,"Jabber didn't seem to handshake\n");
break;
}
break;