summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/modules.example.conf7
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" }