Stream Feature: Request presence subscription #26
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
Reference: Larra/larra#26
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://xmpp.org/rfcs/rfc6121.html#rfc.section.3
3.1.1. Client Generation of Outbound Subscription Request
A user's client generates a subscription request by sending a presence stanza of type "subscribe" and specifying a 'to' address of the potential contact's bare JID contact@domainpart.
3.1.4.
Client Processing of Inbound Subscription Request
https://xmpp.org/rfcs/rfc6121.html#rfc.section.3.1.4
A client approves a subscription request by sending a presence stanza of type "subscribed", which is processed as described under Section 3.1.5 for the contact's server and Section 3.1.6 for the user's server.
A client denies a subscription request by sending a presence stanza of type "unsubscribed", which is processed as described under Section 3.2 for both the contact's server and the user's server.