-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
Hi,
I'm experiencing some strange issues when adding users to my roster.
I receive the following presence subscription request from a contact
RECV: <presence xmlns="jabber:client" from="[email protected]" type="subscribe"/>
However, this does not trigger the multicast delegate method didReceivePresenceSubscriptionRequest
in XMPPRoster.m:699.
Upon further investigation I noticed that the [presence type]
call in XMPPRoster.m:679. returns available instead of subscribe for the presence above. Thus all further methods to handle presence subscription requests fail.
Any ideas on this one?
Metadata
Metadata
Assignees
Labels
No labels