Difference between revisions of "2.0/Modules/m xmlrpc"
From AnopeWiki
(Created page with "{{Language|2.0/Modules/m_xmlrpc}} {{Header|m_xmlrpc|Extra_Modules|Anope}} == <div class="moduleheader">Description</div> == Alows remote applications (websites) to execute qu...") |
(No difference)
|
Revision as of 16:53, 13 May 2014
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.
- 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" }