From aa9f1549f4c68c12d4af4d84afd98fa20183f566 Mon Sep 17 00:00:00 2001 From: Alexey Shchepin Date: Fri, 19 Sep 2003 18:22:44 +0000 Subject: * 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 --- src/mod_muc/mod_muc_room.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mod_muc') diff --git a/src/mod_muc/mod_muc_room.erl b/src/mod_muc/mod_muc_room.erl index a2cb562f3..f605e0a64 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]}]). -- cgit v1.2.3