Difference between revisions of "2.0/Modules/m xmlrpc"

From AnopeWiki
Jump to: navigation, search
(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...")
 
 
Line 4: Line 4:
 
== <div class="moduleheader">Description</div> ==
 
== <div class="moduleheader">Description</div> ==
 
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.
 
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
 
;name= :Module name

Latest revision as of 17:54, 13 May 2014

Language

English

Section Extra_Modules
Module m_xmlrpc
Author Anope

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"
}