diff options
-rw-r--r-- | src/idle-muc-channel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idle-muc-channel.c b/src/idle-muc-channel.c index 35153a6..33399bc 100644 --- a/src/idle-muc-channel.c +++ b/src/idle-muc-channel.c @@ -43,7 +43,7 @@ #include "idle-text.h" /* timeout between presence queries, in seconds */ -#define PRESENCE_QUERY_TIMEOUT 60 +#define PRESENCE_QUERY_TIMEOUT 120 static void _channel_iface_init(gpointer, gpointer); static void _password_iface_init(gpointer, gpointer); |