scripts/basic.scs

Thu, 23 Mar 2023 11:51:31 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 23 Mar 2023 11:51:31 +0000
changeset 171
433a1f36d0d3
parent 106
4f7b1cab26c8
permissions
-rw-r--r--

client: Move some generic utility functions to a helpers module

[Client] Romeo
	jid: user@localhost
	password: password

---------

# 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