Projects tigase _server server-core Issues #1132
Don't use s2s socket if only one-direction works (#1132)
Closed
wojciech.kapcia@tigase.net opened 4 years ago

Currently Tigase operates s2s socket in uni-directional mode, which can cause issues, with the other server has some limitations (for example doesn't accept s2s but itself opens s2s connections as in case of #servers-306). We shouldn't allow communication on such CID until connection is not established and authorised in both directions (in case BiDi is not supported, see #issue #1131)

NOTE: This should only apply in case of incomming connection (we make sure that we can't send response); we shouldn't really care in reverse case as we would be interested only in sending packets.

wojciech.kapcia@tigase.net commented 4 years ago

I think I may have fixed it already…

wojciech.kapcia@tigase.net commented 3 years ago

Done in commit:d6c84b345fe0d5f4efa227fbe0db4a1f5032fada

issue 1 of 1
Type
Bug
Priority
Normal
Assignee
Version
tigase-server-8.2.0
Spent time
4h 45m
Subsystem
s2s
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#1132
Please wait...
Page is in error, reload to recover