From a7ce8c82518838acc420726aecb53108353523ec Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Tue, 2 Mar 2021 13:52:19 +0100 Subject: MUC: Add robot face test See 6e051bfca12d --- spec/scansion/muc_nickname_robotface.scs | 46 ++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 spec/scansion/muc_nickname_robotface.scs diff --git a/spec/scansion/muc_nickname_robotface.scs b/spec/scansion/muc_nickname_robotface.scs new file mode 100644 index 00000000..160c13d6 --- /dev/null +++ b/spec/scansion/muc_nickname_robotface.scs @@ -0,0 +1,46 @@ +# MUC: Prevent nicknames failing strict resourceprep + +[Client] Romeo + jid: user@localhost + password: password + +[Client] Roboteo + jid: bot@localhost + password: password + +----- + +Romeo connects + +Romeo sends: + + + + +Romeo receives: + + + + + + + + +Romeo receives: + + +Roboteo connects + +Roboteo sends: + + + + +Roboteo receives: + + + + Nickname must pass strict validation + + + -- cgit v1.2.3