-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsamples.xml
More file actions
36 lines (27 loc) · 797 Bytes
/
samples.xml
File metadata and controls
36 lines (27 loc) · 797 Bytes
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
33
34
35
36
<!-- Sample request that you can send to the server -->
<Root>
<Type>Login</Type>
<Nickname>Test_nickname</Nickname>
</Root>
<Root><Type>Login</Type><Nickname>Test_nickname</Nickname></Root>
<Root>
<Type>Broadcast</Type>
<To></To>
<Message>Hello everyone</Message>
</Root>
<Root><Type>Broadcast</Type><To></To><Message>Hello everyone</Message></Root>
<Root>
<Type>DirectMessage</Type>
<To>Fulanito</To>
<Message>Hello fulanito</Message>
</Root>
<Root><Type>DirectMessage</Type><To>Fulanito</To><Message>Hello fulanito</Message></Root>
<Root>
<Type>GetConnected</Type>
</Root>
<Root><Type>GetConnected</Type></Root>
<Root>
<Type>Exit</Type>
</Root>
<Root><Type>Exit</Type></Root>
<!-- TODO We need the ones that we are going to interconnect with -->