From 67457dd40ed26e94a4e8b4640765a426a87cb264 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sat, 28 Sep 2019 19:28:37 +0200 Subject: [PATCH] XEP-0402: Add a section on how to subscribe to notifications, as per XEP-0163. --- xep-0402.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/xep-0402.xml b/xep-0402.xml index c5ec2d04..8f62a1c9 100644 --- a/xep-0402.xml +++ b/xep-0402.xml @@ -115,6 +115,21 @@ + +

A client interested in bookmarks SHOULD include the 'urn:xmpp:bookmarks:0+notify' feature in its &xep0115;, as per &xep0163;, so that it receives notifications for updates done by other clients of the user, and react accordingly. The actual notifications are explained in the Bookmark Notifications section of this specification.

+ + + + + + + + + +]]> +
+ @@ -213,7 +228,7 @@
- +

When a client is sent an event from the Pubsub service for the '&namespace;' node, it MUST check the 'autojoin' attribute if present, and join the room immediately if the attribute is both present and true.