scripts/basic.scs

Thu, 23 Mar 2023 15:13:14 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 23 Mar 2023 15:13:14 +0000
changeset 175
e48074386468
parent 106
4f7b1cab26c8
permissions
-rw-r--r--

client: Tell Verse that stanzas are "handled"

This should prevent automatic error bounces for iqs, for example.

[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