-
During porting of
S2SConnectionManager
to Tigase Kernel,PacketChecker
was moved from filters map to processors which caused this issue as it forced connection establishment packets namespace to bejabber:client
orjabber:server@, while others are allowed at this point as well (ie. XMLNS related to @starttls@). I moved @PacketChecker
back to filters which solved this issue.
Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
5525
|
Version |
tigase-server-8.0.0
|
Spent time |
0
|
Issue Votes (0)
Watchers (0)
With latest version 7.2.0-SNAPSHOT it is not possible to establish S2S connection, as Tigase XMPP Server returns
invalid-namespace
error.