XEP-0045: Notification of role and affiliation changes#1358
Draft
guusdk wants to merge 3 commits intoxsf:masterfrom
Draft
XEP-0045: Notification of role and affiliation changes#1358guusdk wants to merge 3 commits intoxsf:masterfrom
guusdk wants to merge 3 commits intoxsf:masterfrom
Conversation
…tions A presence-based notification of a role or affiliation change can only be sent when the affected user is in the room. The XEP mostly used wording to this effect. In this commit, this wording has been applied to a few places where it was missing.
The mechanisms in which occupants are notified of a role or affiliation change is quite similar throughout the specification, but is not consistently documented. This commit introduces a new section, describing the pre-existing MUST of using a presence stanza when to affected user is in the room, as well as the pre-existing MAY of usinga message stanza when the user is not.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The mechanisms in which occupants are notified of a role or affiliation change is quite similar throughout the specification, but is not consistently documented. The changes herein are an attempt to improve consistency.
The first two commits are rather small. They intend to make smaller improvements.
The last commit introduces a new section, and adds references from other sections that deal with sending notifications of role and/or affiliation changes.