diff libpurple/protocols/myspace/myspace.h @ 17692:3aed9c8c6af7

Fix bug where string returned from msim_msg_get_string() is not a new string if the data type is a string (oops). This fixes the get info crash on Windows.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Thu, 05 Jul 2007 00:29:25 +0000
parents b9fd55903979
children 13bba54b429d
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.h	Wed Jul 04 22:48:52 2007 +0000
+++ b/libpurple/protocols/myspace/myspace.h	Thu Jul 05 00:29:25 2007 +0000
@@ -88,7 +88,7 @@
 #define MSIM_PORT           1863        /* TODO: alternate ports and automatic */
 
 /* Time between keepalives (seconds) - if no data within this time, is dead. */
-#define MSIM_KEEPALIVE_INTERVAL         (2 * 60)
+#define MSIM_KEEPALIVE_INTERVAL         (3 * 60)
 
 /* Time to check if alive (milliseconds) */
 #define MSIM_KEEPALIVE_INTERVAL_CHECK   (30 * 1000)