Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
179
|
Version |
tigase-server-5.1.0
|
Issue Votes (0)
Watchers (0)
Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
179
|
Version |
tigase-server-5.1.0
|
According to : http://xmpp.org/rfcs/rfc6120.html#streams-attr-version
The receiving entity MUST set the value of the 'version' attribute in the response stream header to either the value supplied by the initiating entity or the highest version number supported by the receiving entity, whichever is lower. The receiving entity MUST perform a numeric comparison on the major and minor version numbers, not a string match on ".".
I've created a small patch that put the version='1.0' attribute on the server stream tag.