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:
parent
0f3f093cdc
commit
9e573c81cd
1 changed files with 0 additions and 1 deletions
|
@ -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'),
|
||||||
|
|
Loading…
Reference in a new issue