Table of Contents
mod_iq
This is an autoloaded module that provides core XMPP functionality. Only disable this if you know what you are doing.
Details
mod_iq implements RFC3921bis.
Usage
modules_disabled = { -- Other modules "iq"; -- Disable mod_iq }
Configuration
| Option | Default | Notes |
|---|---|---|
| No options | ||
Example
modules_disabled = { -- Other modules "iq"; -- Disable mod_iq }
