25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

* src/mod_muc/mod_muc_room.erl: Don't show the room name as the room description (EJAB-382).

SVN Revision: 989
This commit is contained in:
Badlop 2007-11-27 08:09:47 +00:00
parent eb488b48fb
commit e7136065fc
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2007-11-27 Badlop <badlop@process-one.net>
* src/mod_muc/mod_muc_room.erl: Don't show the room name as the room description (EJAB-382).
2007-11-26 Badlop <badlop@process-one.net>
* src/ejabberd.cfg.example: Added example configuration of databases.

View File

@ -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))
]}].