Skip to content

[presence type] returning bogus values #105

@binarybucks

Description

@binarybucks

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions