Hello, For the Management Interface (MI), the XMLRPC backend is one of the most used one due to its spreading and flexibility. Nevertheless, the XMLRPC implementation in OpenSIPS did not take full advantage of the XML power when comes to syntax.
In OpenSIPS 2.2 (devel version) , the mi_xmlrpc_ng module (the XMLRPC backend for MI) does proper XML formatting according to the protocol standards. The MI content is split (nodes and attributes) and encapsulated in XML tags. Instead of the long and monolithic string response, now the module provides a proper exploded XML tree; that means the result no longer requires the client to do any custom parsing (beside simple XML parsing, of course). This improvement dramatically simplifies any OpenSIPS integration via the XMLRPC backend. Thank you, Ionel Cerghit OpenSIPS junior developer
_______________________________________________ News mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/news
