]> granicus.if.org Git - ejabberd/commitdiff
* src/ejabberd_c2s.erl: Increase the timeout of open socket
authorBadlop <badlop@process-one.net>
Thu, 6 Dec 2007 17:42:25 +0000 (17:42 +0000)
committerBadlop <badlop@process-one.net>
Thu, 6 Dec 2007 17:42:25 +0000 (17:42 +0000)
without authentication to 60 seconds because many Jabber clients
are not yet capable of handling this correctly (EJAB-355)

SVN Revision: 1040

ChangeLog
src/ejabberd_c2s.erl

index 9e0fadb91c58cd000899fd958bd47f554476da63..118f60c572e4afb62c77dc7a2421827c41932a4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-12-06  Badlop  <badlop@process-one.net>
 
+       * src/ejabberd_c2s.erl: Increase the timeout of open socket
+       without authentication to 60 seconds because many Jabber clients
+       are not yet capable of handling this correctly (EJAB-355)
+
        * src/Makefile.in: Allow compilation with HiPE, disabled by
        default, undocumented and unrecommended because it is experimental
        and doesn't seem to provide meaningful gains currently (thanks to
index 7253519504997598501f31f947f855e17645d188..7954f0586b8ed19c3385707b25112aaf04e616fa 100644 (file)
@@ -89,7 +89,7 @@
 
 %% This is the timeout to apply between event when starting a new
 %% session:
--define(C2S_OPEN_TIMEOUT, 5000).
+-define(C2S_OPEN_TIMEOUT, 60000).
 -define(C2S_HIBERNATE_TIMEOUT, 90000).
 
 -define(STREAM_HEADER,