mod_vcard_muc

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:

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

Compatibility

trunk Works
0.10 Should work
0.9 Should work

Installation

With the plugin installer in Prosody 0.12 you can use:

sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_vcard_muc

For earlier versions see the documentation for installing 3rd party modules