processone / ejabberd

Robust, Ubiquitous and Massively Scalable Messaging Platform (XMPP, MQTT, SIP Server)
https://www.process-one.net/en/ejabberd/
Other
6.01k stars 1.5k forks source link

muc#roomconfig_changesubject is reported in disco info under nonstandard name muc#roominfo_changesubject #4085

Closed singpolyma closed 10 months ago

singpolyma commented 10 months ago

When doing disco on a MUC I expect to see the standard form field muc#roomconfig_changesubject to indicate if participants can change the subject. Instead I see muc#roominfo_changesubject which is not part of https://xmpp.org/extensions/xep-0045.html#registrar

badlop commented 10 months ago

Thanks for reporting! I've fixed it in the xmpp library, and updated ejabberd to use that fixed version.