Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[presence type] returning bogus values #105

Closed
binarybucks opened this issue Sep 14, 2012 · 1 comment
Closed

[presence type] returning bogus values #105

binarybucks opened this issue Sep 14, 2012 · 1 comment

Comments

@binarybucks
Copy link
Contributor

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="testuser3@localhost.localdomain" 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?

@binarybucks
Copy link
Contributor Author

Seems to work again now, strange. Sorry for the disturbance.

davidchiles pushed a commit to davidchiles/XMPPFramework that referenced this issue Jan 26, 2016
williamdolke added a commit to williamdolke/XMPPFramework that referenced this issue Nov 1, 2023
rodrigoands pushed a commit to ubotsbr/Ubots-XMPPFramework that referenced this issue Apr 22, 2024
rodrigoands pushed a commit to ubotsbr/Ubots-XMPPFramework that referenced this issue Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant