#1571 MUC: Add error text when invites are not allowed
Reporter
lovetox
Owner
Nobody
Created
Updated
Stars
★★ (2)
Tags
Type-Enhancement
Status-New
Priority-Medium
lovetox
on
Description of feature:
If invites are disabled in a MUC prosody issues a forbidden error without text
<message xmlns="jabber:client" to="lovetox@temptatio.dev/gajim.NBUCT82F" from="test12345@chat.jabberfr.org" type="error" id="a6597750-9c62-4c7b-82d1-fd058f59bcef">
<error type="auth">
<forbidden xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" />
</error>
</message>
It would be great to have a text to display to the user
Description of feature: If invites are disabled in a MUC prosody issues a forbidden error without text <message xmlns="jabber:client" to="lovetox@temptatio.dev/gajim.NBUCT82F" from="test12345@chat.jabberfr.org" type="error" id="a6597750-9c62-4c7b-82d1-fd058f59bcef"> <error type="auth"> <forbidden xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" /> </error> </message> It would be great to have a text to display to the user