What steps will reproduce the problem?
1. Create a node
2. Subscribe to it
3. Restart server
4. Send a subscription listing query¹
What is the expected output?
Subscription listed
What do you see instead?
Empty subscription list
What version of the product are you using? On what operating system?
Prosody trunk 42a3e3a28248 (no major difference from 0.11.1)
Please provide any additional information below.
I don't think `service.subscriptions` is updated when loading data from storage.
¹ Either using https://xmpp.org/extensions/xep-0060.html#entity-subscriptions
or https://xmpp.org/extensions/xep-0060.html#owner-subscriptions
What steps will reproduce the problem? 1. Create a node 2. Subscribe to it 3. Restart server 4. Send a subscription listing query¹ What is the expected output? Subscription listed What do you see instead? Empty subscription list What version of the product are you using? On what operating system? Prosody trunk 42a3e3a28248 (no major difference from 0.11.1) Please provide any additional information below. I don't think `service.subscriptions` is updated when loading data from storage. ¹ Either using https://xmpp.org/extensions/xep-0060.html#entity-subscriptions or https://xmpp.org/extensions/xep-0060.html#owner-subscriptions
Fixed in https://hg.prosody.im/trunk/rev/18eca6afb367
Changes