Type |
Task
|
Priority |
Normal
|
Assignee | |
RedmineID |
3946
|
Version |
tigase-server-8.0.0
|
Issue Votes (0)
Watchers (0)
Type |
Task
|
Priority |
Normal
|
Assignee | |
RedmineID |
3946
|
Version |
tigase-server-8.0.0
|
I created following event:
In as userJid I passed
test@example.com
and as resources[ test-1 ]
on one cluster node and on second cluster node when I calledgetEnabled()
method I receivedtest@example.com/test@example.com/test-1
which was rather not expected.I was able to solve this issue by changing method name to
getEnabledJids()
as serializer used getter method to collect values for field and serialized this collected value, which was not expected result and caused issue here - invalid JID.Would it be possible to somehow deal with it on system level?