diff options
author | Badlop <badlop@process-one.net> | 2007-12-06 17:42:25 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2007-12-06 17:42:25 +0000 |
commit | 60ea99d1a3e4e4c6d99c19b83d69083e5bbf39c7 (patch) | |
tree | 84bca6527860361441307ea884cd5d24f6d376c3 /src | |
parent | * src/Makefile.in: Allow compilation with HiPE, disabled by (diff) |
* 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)
SVN Revision: 1040
Diffstat (limited to 'src')
-rw-r--r-- | src/ejabberd_c2s.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ejabberd_c2s.erl b/src/ejabberd_c2s.erl index 725351950..7954f0586 100644 --- a/src/ejabberd_c2s.erl +++ b/src/ejabberd_c2s.erl @@ -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, |