Comparison

mod_vcard_muc/README.md @ 6008:01189386a768

mod_vcard_muc: Add Label, Update Compability
author Menel <menel@snikket.de>
date Tue, 22 Oct 2024 11:11:01 +0200
parent 6003:fe081789f7b5
child 6041:f301d777ee49
comparison
equal deleted inserted replaced
6007:9ca62b2cdeca 6008:01189386a768
1 --- 1 ---
2 summary: Support for MUC vCards and avatars 2 summary: Support for MUC vCards and avatars
3 --- 3 labels:
4 - 'Stage-Stable'
5 ...
4 6
5 Introduction 7 # Introduction
6 ============
7 8
8 This module adds the ability to set vCard for MUC rooms. One of the most common use case is to be able to define an avatar for your own MUC room. 9 This module adds the ability to set vCard for MUC rooms. One of the most common use case is to be able to define an avatar for your own MUC room.
9 10
10 Usage 11 # Usage
11 =====
12 12
13 Add "vcard\_muc" to your modules\_enabled list: 13 Add "vcard\_muc" to your modules\_enabled list:
14 14
15 ``` {.lua} 15 ``` {.lua}
16 Component "conference.example.org" "muc" 16 Component "conference.example.org" "muc"
17 modules_enabled = { 17 modules_enabled = {
18 "vcard_muc", 18 "vcard_muc",
19 } 19 }
20 ``` 20 ```
21 21
22 Compatibility 22 # Compatibility
23 =============
24 23
25 ----- ------------- 24 ------ ----------
26 trunk Works 25 trunk* Works
27 0.10 Should work 26 0.12 Works
28 0.9 Should work 27 ------ ----------
29 ----- -------------
30 28
31 29 *as of 2024-10-22