Stream Feature: Unsubscribe from someone's presence #28

Open
opened 2024-12-25 13:03:09 +00:00 by Ivan-lis · 0 comments
Member

https://xmpp.org/rfcs/rfc6121.html#rfc.section.3.3

If a user would like to unsubscribe from a contact's presence, it sends a presence stanza of type "unsubscribe".
to deny a subscription request, it sends a presence stanza of type "unsubscribed".

UC: <presence id='ul4bs71n'
              to='juliet@example.com'
              type='unsubscribe'/>
https://xmpp.org/rfcs/rfc6121.html#rfc.section.3.3 If a user would like to unsubscribe from a contact's presence, it sends a presence stanza of type "unsubscribe". to deny a subscription request, it sends a presence stanza of type "unsubscribed". ```xml UC: <presence id='ul4bs71n' to='juliet@example.com' type='unsubscribe'/> ```
Ivan-lis added this to the Main project 2024-12-25 13:03:09 +00:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Larra/larra#28
No description provided.