comparison mod_muc_hats_adhoc/README.markdown @ 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
comparison
equal deleted inserted replaced
3949:f02885673215 3950:e9e41e75c5a0
5 # Introduction 5 # Introduction
6 6
7 This module provides an internal API (i.e. to other modules) to manage 7 This module provides an internal API (i.e. to other modules) to manage
8 'hats' for users in MUC rooms. 8 'hats' for users in MUC rooms.
9 9
10 Hats (first defined in XEP-0317, currently deferred) are additional identifiers 10 Hats (first defined in [XEP-0317], currently deferred) are additional identifiers
11 that can be attached to users in a group chat. For example in an educational 11 that can be attached to users in a group chat. For example in an educational
12 context, you may have a 'Teacher' hat that allows students to identify their 12 context, you may have a 'Teacher' hat that allows students to identify their
13 teachers. 13 teachers.
14 14
15 Hats consist of a machine-readable unique identifier (a URI), and optionally 15 Hats consist of a machine-readable unique identifier (a URI), and optionally
31 capable of sending commands to a specific host (e.g. via the service discovery 31 capable of sending commands to a specific host (e.g. via the service discovery
32 browser in Gajim, Psi/Psi+ and other clients), and you'll find the commands 32 browser in Gajim, Psi/Psi+ and other clients), and you'll find the commands
33 on the MUC host. 33 on the MUC host.
34 34
35 Also note that the display of hats in clients is currently non-existent, but 35 Also note that the display of hats in clients is currently non-existent, but
36 will hopefully improve after XEP-0317 is resurrected or replaced. 36 will hopefully improve after [XEP-0317] is resurrected or replaced.
37 37