changeset 2759:4bf60727459b

mod_delegation: added disco#items:* in doc and changed status to Stage-Beta
author Goffi <goffi@goffi.org>
date Wed, 30 Aug 2017 08:20:41 +0200
parents 82109d8eca41
children 7c2416a1eb94
files mod_delegation/README.markdown
diffstat 1 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/mod_delegation/README.markdown	Wed Aug 30 08:19:57 2017 +0200
+++ b/mod_delegation/README.markdown	Wed Aug 30 08:20:41 2017 +0200
@@ -1,6 +1,6 @@
 ---
 labels:
-- 'Stage-Alpha'
+- 'Stage-Beta'
 summary: 'XEP-0355 (Namespace Delegation) implementation'
 ...
 
@@ -29,7 +29,7 @@
 
     modules_enabled = {
             [...]
-        
+
             "delegation";
     }
 
@@ -58,7 +58,7 @@
 pubsub request to the host (i.e. the PEP requests) will be delegated to
 pubsub.yourdomain.tld.
 
-**/! Be extra careful when you give a delegation to an entity/component,
+**/!\ Be extra careful when you give a delegation to an entity/component,
 it's a powerful access, only do it if you absoly trust the
 component/entity, and you know where the software is coming from**
 
@@ -75,6 +75,10 @@
 are most probably specified with the external component/entity you want
 to use.
 
+The pseudo-namespace `http://jabber.org/protocol/disco#items:*` is used
+to delegate remaining disco#items (i.e. items nodes not already handled
+by Prosody itself).
+
 Compatibility
 =============
 
@@ -90,7 +94,7 @@
                     module:log("info", "External component successfully authenticated");
                     session.send(st.stanza("handshake"));
     +               module:fire_event("component-authenticated", { session = session });
-     
+
                     return true;
             end