13 lines
352 B
XML
13 lines
352 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<node name="/xmpp/saf">
|
|
<interface name="xmpp.saf">
|
|
<method name="Quit">
|
|
<arg/>
|
|
</method>
|
|
<method name="SendMsg">
|
|
<arg type="s" name="recipient" direction="in"/>
|
|
<arg type="s" name="msg" direction="in"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|