# HG changeset patch # User Goffi # Date 1504074041 -7200 # Node ID 4bf60727459b9d12f373b4d0931aeb3eca085e67 # Parent 82109d8eca41d894804272a11467354c542ebd56 mod_delegation: added disco#items:* in doc and changed status to Stage-Beta diff -r 82109d8eca41 -r 4bf60727459b mod_delegation/README.markdown --- 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