Prosody 0.11.4
Please provide a snippet of the part of the specification which we violate
if possible:
<iq xmlns="jabber:client" type="result" id="5c42bcff-5e89-42c6-b45a-6c0111ed59c4" from="xmppserver.ddns.net">
<query xmlns="jabber:iq:register">
<instructions>Choose a username and password for use with this service.</instructions>
<username />
<password />
<x xmlns="jabber:x:data" type="form">
<title>Creating a new account</title>
<instructions>Choose a username and password for use with this service.</instructions>
<field var="username" label="Username" type="text-single">
<required />
</field>
<field var="password" label="Password" type="text-private">
<required />
</field>
</x>
</query>
</iq>
Please provide a link to the specification:
https://xmpp.org/extensions/xep-0077.html
Please also check all other IBR workflows
Prosody 0.11.4 Please provide a snippet of the part of the specification which we violate if possible: <iq xmlns="jabber:client" type="result" id="5c42bcff-5e89-42c6-b45a-6c0111ed59c4" from="xmppserver.ddns.net"> <query xmlns="jabber:iq:register"> <instructions>Choose a username and password for use with this service.</instructions> <username /> <password /> <x xmlns="jabber:x:data" type="form"> <title>Creating a new account</title> <instructions>Choose a username and password for use with this service.</instructions> <field var="username" label="Username" type="text-single"> <required /> </field> <field var="password" label="Password" type="text-private"> <required /> </field> </x> </query> </iq> Please provide a link to the specification: https://xmpp.org/extensions/xep-0077.html Please also check all other IBR workflows
Fixed in trunk: https://hg.prosody.im/trunk/rev/f90abf142d53 Candidate for backporting since it's pretty simple.
ChangesBackported to 0.11 in https://hg.prosody.im/0.11/rev/6b63ba5b078a
Changes