Describe the bug Using Window -> Contacts, right clicking a contact to change their name in the roster does not work.
To Reproduce Steps to reproduce the behavior:
Expected behavior The name change should be reflected
Desktop (please complete the following information):
Additional context The XML console shows that the <iq type="set"> fails because it does not contain an id property
<iq type="set">
id
this is with Ejabberd 22.05-1 on Arch Linux as the server
<!-- 2022-07-26T23:56:58Z >>>> --> <iq type='set'> <query xmlns='jabber:iq:roster'> <item jid='bridge@nullob.si' name='Bridge Acct'/> </query> </iq> <!-- 2022-07-26T23:56:58Z <<<< --> <iq type='error'> <query xmlns='jabber:iq:roster'> <item jid='bridge@nullob.si' name='Bridge Acct'/> </query> <error type='modify'> <bad-request xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/> <text xml:lang='en' xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>Missing attribute 'id' in tag <iq/> qualified by namespace 'jabber:client'</text> </error> </iq> <!-- 2022-07-26T23:56:58Z <<<< --> <r xmlns='urn:xmpp:sm:3'/> <!-- 2022-07-26T23:56:58Z >>>> --> <a h='140' xmlns='urn:xmpp:sm:3'/>
It appears to be working now in the next beta, but I'm not sure what changed. :)
Describe the bug Using Window -> Contacts, right clicking a contact to change their name in the roster does not work.
To Reproduce Steps to reproduce the behavior:
Expected behavior The name change should be reflected
Desktop (please complete the following information):
Additional context The XML console shows that the
<iq type="set">
fails because it does not contain anid
propertythis is with Ejabberd 22.05-1 on Arch Linux as the server