aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2007-11-27 08:09:47 +0000
committerBadlop <badlop@process-one.net>2007-11-27 08:09:47 +0000
commite7136065fc7af2f0d8237cfcade618942b580135 (patch)
tree7446241f17e6ad7ed85fc29ae30ff21d9d4b8f74 /src
parent* src/ejabberd.cfg.example: Added example configuration of databases. (diff)
* src/mod_muc/mod_muc_room.erl: Don't show the room name as the room description (EJAB-382).
SVN Revision: 989
Diffstat (limited to 'src')
-rw-r--r--src/mod_muc/mod_muc_room.erl3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mod_muc/mod_muc_room.erl b/src/mod_muc/mod_muc_room.erl
index 7fbaf555a..6b7bd0fff 100644
--- a/src/mod_muc/mod_muc_room.erl
+++ b/src/mod_muc/mod_muc_room.erl
@@ -2851,9 +2851,6 @@ iq_disco_info_extras(Lang, StateData) ->
[{xmlelement, "x", [{"xmlns", ?NS_XDATA}, {"type", "result"}],
[?RFIELDT("hidden", "FORM_TYPE",
"http://jabber.org/protocol/muc#roominfo"),
- ?RFIELD("Description", "muc#roominfo_description",
- (StateData#state.config)#config.title),
- %?RFIELD("Subject", "muc#roominfo_subject", StateData#state.subject),
?RFIELD("Number of occupants", "muc#roominfo_occupants",
integer_to_list(Len))
]}].