Configuration Options

  • room-log-directory Directory to store chat logs
muc/room-log-directory=/var/log/muc/
  • message-filter-enabled To disable filter and allow MUC transfer all subelements in <message/> set:
muc/message-filter-enabled[B]=false

For example, this allows users to send XHTML stanzas through MUC chatrooms on your server.

  • presence-filter-enabled To disable filter and allow MUC transfer all subelements in <presence/> set:
muc/presence-filter-enabled[B]=false
  • search-ghosts-every-minute To enable pinging occupants every minute
muc/search-ghosts-every-minute[B]=true
  • ghostbuster-enabled To disable active searching of ghosts in MUC Rooms:
muc/ghostbuster-enabled[B]=false
  • muc-allow-chat-states To allow transfer of chat-states in MUC messages:
muc/muc-allow-chat-states[B]=true
  • muc-lock-new-room To turn off default locking newly created rooms:
muc/muc-lock-new-room[B]=false

By default new room will be locked until owner submit room configuration.

  • muc-multi-item-allowed To disable joining from few resources to sinlge nickname:
muc/muc-multi-item-allowed[B]=false