#1155 MUC Disco doesnt show muc#roominfo_changesubject
Reporter
lovetox
Owner
Zash
Created
Updated
Stars
★ (1)
Tags
Milestone-0.11
Priority-Medium
Difficulty-Easy
Status-Fixed
Type-Enhancement
lovetox
on
If a room is configured to allow occupants to modify the room subject, the MUC should make this info available when a client does a disco
<field var='muc#roominfo_changesubject' label='Occupants May Change the Subject'>
<value>true</value>
</field>
Without this a client has to make the subject change button available to all users although it might not work, and this creates confusion.
If a room is configured to allow occupants to modify the room subject, the MUC should make this info available when a client does a disco <field var='muc#roominfo_changesubject' label='Occupants May Change the Subject'> <value>true</value> </field> Without this a client has to make the subject change button available to all users although it might not work, and this creates confusion.
Done in https://hg.prosody.im/trunk/rev/402d8febfa43 Thanks for the report
ChangesTurns out "roominfo" here was wrong, it should be "roomconfig" Corrected in https://hg.prosody.im/trunk/rev/c3eefb517b7b