scripts/basic.scs

changeset 106
4f7b1cab26c8
parent 11
48c77c05b9ba
--- a/scripts/basic.scs	Mon Sep 10 09:52:56 2018 +0100
+++ b/scripts/basic.scs	Mon Sep 10 09:53:14 2018 +0100
@@ -4,13 +4,17 @@
 
 ---------
 
+# Connect to the server
 Romeo connects
 
+# Send initial presence
 Romeo sends:
 	<presence/>
 
+# Receive reflected initial presence
 Romeo receives:
 	<presence/>
 
+# Disconnect from the server
 Romeo disconnects
 

mercurial