view mod_vcard_muc/README.md @ 6546:8a4e6421fd24

mod_storage_xmlarchive: Remove unnecessary percent-encoding of paths Paths from lfs.dir() are already in the percent-encoded form. Probably confusion left over since before 1b081c8fc1d9
author Kim Alvefur <zash@zash.se>
date Sun, 24 May 2026 19:17:22 +0200
parents 8f64e0bf52a0
children
line wrap: on
line source

---
labels:
- Stage-Deprecated
- Stage-Stable
summary: Support for MUC vCards and avatars
---

# Introduction

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.

# Usage

Add "vcard_muc" to your modules_enabled list:

``` lua
Component "conference.example.org" "muc"
modules_enabled = {
  "vcard_muc",
}
```

# Compatibility

  ------ -----------------------------------------
  13     Room avatar feature included in Prosody
  0.12   Works
  ------ -----------------------------------------