changeset 3950:e9e41e75c5a0

mod_muc_hats_*/README: Linkify XEP references
author Kim Alvefur <zash@zash.se>
date Thu, 19 Mar 2020 16:18:36 +0100
parents f02885673215
children 32d9d155a9b9
files mod_muc_hats_adhoc/README.markdown mod_muc_hats_api/README.markdown
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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.
 
--- 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.