Type |
New Feature
|
Priority |
Normal
|
Assignee | |
Version |
tigase-server-8.2.0
|
Spent time |
1h 30m
|
Related
-
Customers/XPertAI#21 You are not authorized to access this issue
Issue Votes (0)
Watchers (0)
Currently
UserConnectedEvent
is only executed locally and, only under certain conditions, on other cluster nodes. It was done so for performance reasons nowadays it'd be OK to fire it across the cluster.It should be executed always. As such:
Serializable
with dedicated setters/getters for JIDtigase.cluster.strategy.DefaultClusteringStrategy.UserConnectedCommand#executeCommand
andtigase.server.cluster.strategy.cmd.UserConnectedCmd#executeCommand