2.0/Modules/m xmlrpc
From AnopeWiki
Language | |
---|---|
English |
|
Description
Alows remote applications (websites) to execute queries in real time to retrieve data from Anope. By itself this module does nothing, but allows other modules such as m_xmlrpc_main, to receive and send XMLRPC queries.
- NOTE: Requires module m_httpd.
- name=
- Module name
- server=
- Server engine to connect to
Default Configuration
/* * m_xmlrpc * * Allows remote applications (websites) to execute queries in real time to retrieve data from Anope. * By itself this module does nothing, but allows other modules (m_xmlrpc_main) to receive and send XMLRPC queries. */ #module { name = "m_xmlrpc" /* Web service to use. Requires m_httpd. */ server = "httpd/main" }