prosody/spec/scansion/mam_prefs_prep.scs
Kim Alvefur c506269ff5 Fix various spelling errors (thanks codespell)
Also special thanks to timeless, for wordlessly reminding me to check
for typos.
2021-07-27 00:13:18 +02:00

36 lines
603 B
Text

# mod_mam should apply JIDprep in prefs
[Client] Romeo
jid: romeo@localhost
password: password
-----
Romeo connects
Romeo sends:
<iq id="lx2" type="set">
<prefs xmlns="urn:xmpp:mam:2" default="roster">
<always>
<jid>JULIET@MONTAGUE.LIT</jid>
</always>
<never>
<jid>MONTAGUE@MONTAGUE.LIT</jid>
</never>
</prefs>
</iq>
Romeo receives:
<iq id="lx2" type="result">
<prefs xmlns="urn:xmpp:mam:2" default="roster">
<always>
<jid>juliet@montague.lit</jid>
</always>
<never>
<jid>montague@montague.lit</jid>
</never>
</prefs>
</iq>
Romeo disconnects