-
I've added new configuration option
auto-subscribe-node-creator
which is by default set totrue
to behave same as before - creator of PubSub node will be automatically subscribed to PubSub node.If this setting will be set to
false
then, creator will not be automatically subscribed to newly created nodes.
Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
4708
|
Spent time |
0
|
Issue Votes (0)
Watchers (0)
In current implementation PubSub automatically subscribes creator of PubSub node. In XEP-0060: Publish-Subscribe there is no mention that this should be done. It is only mentioned that creator is affiliated to a node as it's owner.
We should at least provide a way to disable this automatic subscription of PubSub creator.