-
Notifications
You must be signed in to change notification settings - Fork 0
/
ScriptInfo.xml
32 lines (29 loc) · 945 Bytes
/
ScriptInfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<ScriptInfo>
<Information>
<Name>Securetalk</Name>
<Description>Secure conversation by ding</Description>
<Version>1.0</Version>
</Information>
<ScriptCommands>
<Command>
<Name>crypt on</Name>
<Description>This command is used to turn on secure conversation</Description>
<Parameters>This text will be crypted.</Parameters>
</Command>
<Command>
<Name>crypt off</Name>
<Description>This command is used to turn off secure conversation</Description>
<Parameters>This text will be crypted.</Parameters>
</Command>
<Command>
<Name>crypt handshake</Name>
<Description>This command is used to handshake AES key</Description>
<Parameters>Send AES key to remote user.</Parameters>
</Command>
<Command>
<Name>crypt newkey</Name>
<Description>This command is used to create new AES key</Description>
<Parameters>Create new AES key.</Parameters>
</Command>
</ScriptCommands>
</ScriptInfo>