view mod_vcard_muc/README.md @ 6249:021b2686c19b

mod_s2s_auth_samecert: Add brief README
author Kim Alvefur <zash@zash.se>
date Sun, 08 Jun 2025 13:28:33 +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
  ------ -----------------------------------------