# HG changeset patch # User Kim Alvefur # Date 1584631116 -3600 # Node ID e9e41e75c5a04af4ac1e68e761777cd676cae613 # Parent f02885673215a638ca2938b3570f37e74073fa8a mod_muc_hats_*/README: Linkify XEP references diff -r f02885673215 -r e9e41e75c5a0 mod_muc_hats_adhoc/README.markdown --- a/mod_muc_hats_adhoc/README.markdown Thu Mar 19 16:18:07 2020 +0100 +++ b/mod_muc_hats_adhoc/README.markdown Thu Mar 19 16:18:36 2020 +0100 @@ -7,7 +7,7 @@ This module provides an internal API (i.e. to other modules) to manage 'hats' for users in MUC rooms. -Hats (first defined in XEP-0317, currently deferred) are additional identifiers +Hats (first defined in [XEP-0317], currently deferred) are additional identifiers that can be attached to users in a group chat. For example in an educational context, you may have a 'Teacher' hat that allows students to identify their teachers. @@ -33,5 +33,5 @@ on the MUC host. Also note that the display of hats in clients is currently non-existent, but -will hopefully improve after XEP-0317 is resurrected or replaced. +will hopefully improve after [XEP-0317] is resurrected or replaced. diff -r f02885673215 -r e9e41e75c5a0 mod_muc_hats_api/README.markdown --- a/mod_muc_hats_api/README.markdown Thu Mar 19 16:18:07 2020 +0100 +++ b/mod_muc_hats_api/README.markdown Thu Mar 19 16:18:36 2020 +0100 @@ -7,7 +7,7 @@ This module provides an internal API (i.e. to other modules) to manage 'hats' for users in MUC rooms. -Hats (first defined in XEP-0317, currently deferred) are additional identifiers +Hats (first defined in [XEP-0317], currently deferred) are additional identifiers that can be attached to users in a group chat. For example in an educational context, you may have a 'Teacher' hat that allows students to identify their teachers. @@ -15,7 +15,7 @@ Hats consist of a machine-readable unique identifier (a URI), and optionally a human-readable label. -XEP-0317 suggests a protocol for users to manage their own hats, but though the +[XEP-0317] suggests a protocol for users to manage their own hats, but though the API in this module allows for both user-managed and system-managed hats, there is currently no protocol implemented for users to manage their own hats, which is rarely desired in real-world implementations.