Currently if I have multiple instances of Monal (eg desktop and phone), if I get an incoming subscription request that I want to block, I have to handle them on both devices. Instead, if I react on one instance I want the other to reflect that change.
Eg, if I decline a subscription request, a client receives a stanza like the following and it should handle it by removing the corresponding entry from the list of incoming requests (and send an iq-result accordingly).
Precondition
Cross-checked related issues?
Describe your feature
Currently if I have multiple instances of Monal (eg desktop and phone), if I get an incoming subscription request that I want to block, I have to handle them on both devices. Instead, if I react on one instance I want the other to reflect that change.
Eg, if I decline a subscription request, a client receives a stanza like the following and it should handle it by removing the corresponding entry from the list of incoming requests (and send an
iq-result
accordingly).PS: This seems to work if I accept the request.