pidgin.vv.yahoo.voice: f36dc8d2: Stop sending OPTIONS messages when loggi...

maiku at pidgin.im maiku at pidgin.im
Sun Aug 30 03:30:49 EDT 2009


-----------------------------------------------------------------
Revision: f36dc8d215440b99d56b2cefc15be07231dcc80c
Ancestor: dd7e3e640cc725c07dda843cf862f2393b975708
Author: maiku at pidgin.im
Date: 2009-08-30T07:19:13
Branch: im.pidgin.pidgin.vv.yahoo.voice
URL: http://d.pidgin.im/viewmtn/revision/info/f36dc8d215440b99d56b2cefc15be07231dcc80c

Modified files:
        libpurple/protocols/yahoo/yahoo_sip.c

ChangeLog: 

Stop sending OPTIONS messages when logging in. They aren't responded to by
the server.

-------------- next part --------------
============================================================
--- libpurple/protocols/yahoo/yahoo_sip.c	9d9aab1822a6afcb97d8f73df886075119043679
+++ libpurple/protocols/yahoo/yahoo_sip.c	c6bbf53c21e4749517470ff4dc5b7559a65c4975
@@ -494,14 +494,8 @@ yahoo_start_sip(GSList *hosts, gpointer 
 			NUTAG_URL("sip:*:*;transport=tcp"),
 			NUTAG_M_PARAMS("transport=tcp"),
 			NUTAG_MEDIA_ENABLE(1),
-#if 0
-			/*
-			 * This is supposed to stop it from sending an OPTIONS
-			 * message, but it doesn't...
-			 */
-			NUTAG_OUTBOUND("no-options-keepalive"),
-			NUTAG_KEEPALIVE(0),
-#endif
+			/* Stops OPTIONS message from being sent on sign on */
+			NUTAG_OUTBOUND("no-validate"),
 			TAG_END());
 
 	ysip->to_str = g_strdup_printf("sip:%s@%s:443;transport=tcp",


More information about the Commits mailing list