IMPORTANT: due to a drive failure, as of 13-Mar-2021, the Mercurial repository had to be re-mirrored, which changed every commit SHA. The old SHAs and trees are backed up in the vault branches. Please migrate to the new branches as soon as you can.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
prosody/spec/scansion/version.scs

27 lines
584 B

# XEP-0092: Software Version / mod_version
[Client] Romeo
password: password
jid: romeo@localhost/dfaZpuxV
-----
Romeo connects
Romeo sends:
<iq id='lx2' to='localhost' type='get'>
<query xmlns='jabber:iq:version'/>
</iq>
# Version string would vary so we can't do an exact match atm
# Inclusion of <os/> is disabled in the config, it should be absent
Romeo receives:
<iq id='lx2' from='localhost' type='result'>
<query xmlns='jabber:iq:version' scansion:strict='true'>
<name>Prosody</name>
<version scansion:strict='false'/>
</query>
</iq>
Romeo disconnects