-
The issue was caused by "double subscription" issue caused by the fact that when a node is created Tigase PubSub automatically subscribed the owner and later on another subscription was done with
+notify
caps feature. I've solved this issue by checking during sending notification from+notify
feature if a user is subscribed using regular subscription and if he is then skipping notification from+notify
as the regular subscription will send a notification.
Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
8972
|
Spent time |
0
|
Issue Votes (0)
Watchers (0)
When client logins to account, it receives many message stanza with pubsub events from the same node with the same content:
Some events are multiplied 4 time, sone events two times.