changeset 2411:e327b06b9a1b

mod_track_muc_joins/README: Mention how the 210 status code for when the room rewrites the users nickname is not yet handled
author Kim Alvefur <zash@zash.se>
date Sat, 03 Dec 2016 15:28:22 +0100
parents 898e70e85185
children 9159f9166893
files mod_track_muc_joins/README.markdown
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mod_track_muc_joins/README.markdown	Fri Dec 02 20:17:10 2016 +0100
+++ b/mod_track_muc_joins/README.markdown	Sat Dec 03 15:28:22 2016 +0100
@@ -42,3 +42,21 @@
     end
 end);
 ```
+
+# Known issues
+
+[XEP 45 ยง 7.2.3 Presence Broadcast][enter-pres] has the following text:
+
+> In particular, if roomnicks are locked down then the service MUST do
+> one of the following.
+>
+> \[...\]
+>
+> If the user has connected using a MUC client (...), then the service
+> MUST allow the client to enter the room, modify the nick in accordance
+> with the lockdown policy, and **include a status code of "210"** in
+> the presence broadcast that it sends to the new occupant.
+
+This case is not yet handled.
+
+[enter-pres]: http://xmpp.org/extensions/xep-0045.html#enter-pres