Add files via upload

This commit is contained in:
nmset
2018-04-14 21:39:55 +02:00
committed by GitHub
parent 3618a09c27
commit df97397fc4
32 changed files with 2136 additions and 2 deletions

12
saf.xml Normal file
View File

@@ -0,0 +1,12 @@
<?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>