beagle-im
beagle-im copied to clipboard
Editing "Personal" profile gives error with ejabberd
Hi!
When editing the profile settings (or at least wanting to do so) gives an error on ejabberd, although mod_version: {} is configured in ejabberd.yml:
Here's the output from XML console when clicking on "Edit":
<!-- 2020-07-09T19:21:49Z >>>> -->
<iq type='get' id='FC0EB0F3-2A97-4B62-BA22-BBEFF166B898'>
<vcard xmlns='urn:ietf:params:xml:ns:vcard-4.0'/>
</iq>
<!-- 2020-07-09T19:21:49Z <<<< -->
<iq from='[email protected]' type='error' id='FC0EB0F3-2A97-4B62-BA22-BBEFF166B898' to='[email protected]/2359849401574136431394243' xml:lang='en'>
<vcard xmlns='urn:ietf:params:xml:ns:vcard-4.0'/>
<error code='503' type='cancel'>
<service-unavailable xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
<text xml:lang='en' xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>No module is handling this query</text>
</error>
</iq>
<!-- 2020-07-09T19:21:50Z <<<< -->
<r xmlns='urn:xmpp:sm:3'/>
<!-- 2020-07-09T19:21:50Z >>>> -->
<a h='37' xmlns='urn:xmpp:sm:3'/>
From the MUC:
[2020-07-09 15:36:24] <Holger>: Ah no mod_version does XEP-0092.
[2020-07-09 15:38:10] <Holger>: I suggested mod_version in another room because 0092 what I thought of when ij showed me the "could not retrieve version" error 🙂
[2020-07-09 15:38:42] <ij>: ah, ok… so, another mod?
[2020-07-09 15:38:51] <Holger>: We don't do vCard4 I think.
[2020-07-09 15:39:20] <ij>: well, that would explain it then
[2020-07-09 15:39:23] <Holger>: ij: Maybe a feature request on the ejabberd tracker …