Remove TODO comment about user-friendly muc name

See #3447 instead. This can be generated at runtime.

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2018-11-25 00:42:08 +00:00
parent 0f3f093cdc
commit 9e573c81cd

View file

@ -873,7 +873,6 @@ class Core:
jid=jid, timeout=5, callback=callback) jid=jid, timeout=5, callback=callback)
def _impromptu_room_form(self, room, _jids): def _impromptu_room_form(self, room, _jids):
# TODO: Use jids to generate user-friendly room name and description
fields = [ fields = [
('hidden', 'FORM_TYPE', 'http://jabber.org/protocol/muc#roomconfig'), ('hidden', 'FORM_TYPE', 'http://jabber.org/protocol/muc#roomconfig'),
('text-single', 'muc#roomconfig_roomname', 'Foo'), ('text-single', 'muc#roomconfig_roomname', 'Foo'),