ekiga r6847 - in trunk: . src/endpoints



Author: dsandras
Date: Sat Sep  6 19:01:01 2008
New Revision: 6847
URL: http://svn.gnome.org/viewvc/ekiga?rev=6847&view=rev

Log:
Changed publish timeout.


Modified:
   trunk/ChangeLog
   trunk/src/endpoints/sip-endpoint.cpp

Modified: trunk/src/endpoints/sip-endpoint.cpp
==============================================================================
--- trunk/src/endpoints/sip-endpoint.cpp	(original)
+++ trunk/src/endpoints/sip-endpoint.cpp	Sat Sep  6 19:01:01 2008
@@ -390,7 +390,7 @@
     data += "</tuple>\r\n";
     data += "</presence>\r\n";
 
-    Publish (to, data, 500); // TODO: allow to change the 500 
+    Publish (to, data, 300); // TODO: allow to change the 500 
   }
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]