mod_version
Allows Prosody to respond to software version requests.
Details
mod_version implements XEP-0092.
Usage
= {
modules_enabled -- Other modules
"version"; -- Enable mod_version
}
Configuration
Option | Default | Notes |
---|---|---|
hide_os_type | false | Whether to return the type of the operating system in the response |
os_version_command | "uname" | The command to execute to get the OS type. If unset, the uname() system call will be tried first. |
Example
= {
modules_enabled -- Other modules
"version"; -- Enable mod_version
}