diff options
author | Sadie Powell <sadie@witchery.services> | 2025-02-24 03:39:50 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-02-24 03:59:52 +0000 |
commit | 801a748e256cb7c4952969103f2f2eaf5ee36552 (patch) | |
tree | 2dae96409362ee42b2591128a1ba42896226ecd2 /data | |
parent | a111b40560bf305653b07d8f7289484793a32588 (diff) |
Add the system.listMethods RPC method.
Still to implement:
- system.getCapabilities
- system.methodHelp
- system.methodSignature
Diffstat (limited to 'data')
-rw-r--r-- | data/modules.example.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf index e3fbb4294..ebf2f3527 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -824,3 +824,12 @@ module { name = "sasl" } * Requires xmlrpc. */ #module { name = "rpc_main" } + +/* + * rpc_system + * + * Adds support for the system.listMethods RPC method. + * + * Requires either the jsonrpc or xmlrpc module. + */ +#module { name = "rpc_system" } |