Skip to content

weiss/mod_filter_muc_infos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

ejabberd module that filters certain MUC room messages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages