summaryrefslogtreecommitdiff
path: root/src/mod_muc/mod_muc_room.erl
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2003-09-19 18:22:44 +0000
committerAlexey Shchepin <alexey@process-one.net>2003-09-19 18:22:44 +0000
commitaa9f1549f4c68c12d4af4d84afd98fa20183f566 (patch)
treed73c2516fbf3f537a21f301e64e9c7c5ddcd65ba /src/mod_muc/mod_muc_room.erl
parent* src/mod_disco.erl: Now only admin can discovery some nodes, (diff)
* src/mod_muc/mod_muc_room.erl: Debug output switched off
* src/mod_disco.erl: Server identity changed to "service/im" * src/mod_register.erl: Fixed jabber:iq:register handler registration, fixed registration removal processing SVN Revision: 140
Diffstat (limited to 'src/mod_muc/mod_muc_room.erl')
-rw-r--r--src/mod_muc/mod_muc_room.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_muc/mod_muc_room.erl b/src/mod_muc/mod_muc_room.erl
index a2cb562f..f605e0a6 100644
--- a/src/mod_muc/mod_muc_room.erl
+++ b/src/mod_muc/mod_muc_room.erl
@@ -84,7 +84,7 @@
?OLD_ERROR("401", "Bad password.")).
--define(DBGFSM, true).
+%-define(DBGFSM, true).
-ifdef(DBGFSM).
-define(FSMOPTS, [{debug, [trace]}]).