diff options
author | Sadie Powell <sadie@witchery.services> | 2025-02-25 20:06:44 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-02-25 20:06:44 +0000 |
commit | 07610ad2d9261b3b1fb243380afd2327dd80a7a5 (patch) | |
tree | 785eec1e3be06c8dadd4b8ff673faf2abbf8f119 /data | |
parent | e500258ce4b01bc02539db99c12fa7d9428cb0a6 (diff) |
Improve the rpc_system module config.
Diffstat (limited to 'data')
-rw-r--r-- | data/modules.example.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf index e360e9310..0ae9a9456 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -844,8 +844,13 @@ module { name = "sasl" } /* * rpc_system * - * Adds support for the system.listMethods RPC method. + * Adds support for the following RPC methods: + * + * system.listMethods * * Requires either the jsonrpc or xmlrpc module. + * + * See https://gggeek.github.io/phpxmlrpc/doc-1.1/ch08.html for API + * documentation. */ #module { name = "rpc_system" } |