Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 803 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 803 Bytes

mod_filter_muc_infos

Author: Holger Weiss ([email protected])
Requirements: ejabberd 15.06 or newer

In order to use this module, add the following line to the modules section of your ejabberd.yml file:

mod_filter_muc_infos: {}

The configurable options are:

  • strip_body_from_subject (default: true)

    Unless this option is set to false, any <body/> is removed from groupchat messages that were sent from a bare JID and include a <subject/>.

  • drop_info_messages (default: true)

    Unless this option is set to false, groupchat messages that were sent from a bare JID and have either of the following <body/> contents will be dropped:

    • "The nickname you are using is not registered"
    • "This room is not anonymous"