diff options
author | Sadie Powell <sadie@witchery.services> | 2024-01-30 13:27:14 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-01-30 14:01:07 +0000 |
commit | 1f31621bbffa885992d7a3062bb8d2369d7c96d2 (patch) | |
tree | bfd0887dddd78a5ce4319643d22b05a539f57d9f /docs/XMLRPC | |
parent | dfd41b9b9470a7f2a7a8f1f22afaba9afeb97ad3 (diff) |
Remove various references to old versions.
Diffstat (limited to 'docs/XMLRPC')
-rw-r--r-- | docs/XMLRPC/XMLRPC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/XMLRPC/XMLRPC b/docs/XMLRPC/XMLRPC index 7a64556db..72f81e4b8 100644 --- a/docs/XMLRPC/XMLRPC +++ b/docs/XMLRPC/XMLRPC @@ -1,4 +1,4 @@ -Starting with Anope 1.9.4 XMLRPC using PHP's xmlrpc_encode_request and xmlrpc_decode functions is supported. +XMLRPC using PHP's xmlrpc_encode_request and xmlrpc_decode functions is supported. This allows external applications, such as websites, to execute remote procedure calls to Anope in real time. Currently there are 5 supported XMLRPC calls, provided by xmlrpc_main: |