* src/ejabberd_receiver.erl: Don't activate a socket untill its
receiver process is controlling it (Thanks to Aleksey)
+ * src/ejabberd_s2s_out.erl: Change FSMTIMEOUT to 30s
+
2008-05-12 Badlop <badlop@process-one.net>
* src/mod_muc/mod_muc_room.erl: Return Forbidden error message
%% Only change this value if you now what your are doing:
-define(FSMLIMITS,[]).
%% -define(FSMLIMITS, [{max_queue, 2000}]).
--define(FSMTIMEOUT, 5000).
+-define(FSMTIMEOUT, 30000).
%% Maximum delay to wait before retrying to connect after a failed attempt.
%% Specified in miliseconds. Default value is 5 minutes.