"The server implementation (v .3.6.4) does not correctly reply to iq requests, causing converting one-on-one chats into multi user chat not working for some clients.
The reason is that when the client sends the following request (request unique room) the client never gets a reply, while according to spec the server implementation MUST reply with a not supported (or similar) reply.
To fix the issue, the server must reply with some kind of iq error reply, or even bette, support the unique room id generation feature - according to http://xmpp.org/extensions/xep-0045.html#continue"
Environment
None
Activity
Show:
csh March 5, 2014 at 4:36 PM
According to the current XEP-0045, this feature has been removed with version 1.25.
Removed feature for requesting a unique room name (the client can simply use a UUID).
Guus der Kinderen February 6, 2013 at 7:57 PM
Removing the 'fix version' for all unresolved issues that were scheduled for version 7.8.2. We're releasing this version today - the remaining issues should be rescheduled later.
reported at: http://www.igniterealtime.org/community/message/202901
"The server implementation (v .3.6.4) does not correctly reply to iq requests, causing converting one-on-one chats into multi user chat not working for some clients.
The reason is that when the client sends the following request (request unique room) the client never gets a reply, while according to spec the server implementation MUST reply with a not supported (or similar) reply.
To fix the issue, the server must reply with some kind of iq error reply, or even bette, support the unique room id generation feature - according to http://xmpp.org/extensions/xep-0045.html#continue"