[asterisk-commits] mogorman: trunk r43305 - /trunk/res/res_jabber.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Sep 19 17:39:45 MST 2006


Author: mogorman
Date: Tue Sep 19 19:39:44 2006
New Revision: 43305

URL: http://svn.digium.com/view/asterisk?rev=43305&view=rev
Log:
thats odd, but just in case it happens again i want to see it.

Modified:
    trunk/res/res_jabber.c

Modified: trunk/res/res_jabber.c
URL: http://svn.digium.com/view/asterisk/trunk/res/res_jabber.c?rev=43305&r1=43304&r2=43305&view=diff
==============================================================================
--- trunk/res/res_jabber.c (original)
+++ trunk/res/res_jabber.c Tue Sep 19 19:39:44 2006
@@ -595,6 +595,8 @@
 				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;



More information about the asterisk-commits mailing list