The "presence_based_delivery" simply doesn't work on openfire or am I missing something? Must "subscription-options" be filled out by the subscriber?
This is what I did:
Node configuration
"pubsub#presence_based_delivery" = 1 "pubsub#deliver_payloads" = 1 "pubsub#persist_items" = 1 "pubsub#max_items" = -1 (for infinite number of items)
User1 subscribes to NodeA and goes offline.
- User2 who is subscribed to the NodeA publishes an item to it.
- User1 goes online but does not receive any notification of the published item.