Software /
code /
prosody
File
spec/scansion/mam_prefs_prep.scs @ 10591:d78c5c9b0cf6
util.json: Test util.array integration
This is to expose how [] == json.null due to a change in Lua 5.3 with
how the equality metamethod is chosen.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 15 Jan 2020 21:14:06 +0100 |
parent | 9729:4f6413ec08a8 |
child | 11727:f3aee8a825cc |
line wrap: on
line source
# mod_mam shold 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