To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
is it possible to have Private Rooms with ejabberd?
Yes. Create a chatroom and configure it with a MUC capable client (Tkabber, Gajim, GAIM, Exodus...).
You have several methods to restrict access:
For private rooms, modify the configuration file as follows:
mod_muc: ........ ## other options default_room_options: persistent: true public: false members_only: true
It's possible using a MUC capable client
Yes. Create a chatroom and configure it with a MUC capable client (Tkabber, Gajim, GAIM, Exodus...).
You have several methods to restrict access:
For private rooms, modify the
For private rooms, modify the configuration file as follows:
mod_muc:
........ ## other options
default_room_options:
persistent: true
public: false
members_only: true