basic.scs: Small changes to make work

Sat, 05 Sep 2015 23:28:54 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Sat, 05 Sep 2015 23:28:54 +0100
changeset 11
48c77c05b9ba
parent 10
75bf4c021461
child 12
fc435d567896

basic.scs: Small changes to make work

scripts/basic.scs file | annotate | diff | comparison | revisions
--- a/scripts/basic.scs	Sat Sep 05 23:28:21 2015 +0100
+++ b/scripts/basic.scs	Sat Sep 05 23:28:54 2015 +0100
@@ -1,5 +1,6 @@
 [Client] Romeo
-	jid: romeo@server
+	jid: user@localhost
+	password: password
 
 ---------
 
@@ -9,7 +10,7 @@
 	<presence/>
 
 Romeo receives:
-	<presence from="romeo@server/resource" />
+	<presence/>
 
 Romeo disconnects
 

mercurial