mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
MUC: Add robot face test
See 6e051bfca12d
This commit is contained in:
parent
4b60587e75
commit
a7ce8c8251
1 changed files with 46 additions and 0 deletions
46
spec/scansion/muc_nickname_robotface.scs
Normal file
46
spec/scansion/muc_nickname_robotface.scs
Normal file
|
@ -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:
|
||||
<presence to="nobots@conference.localhost/Romeo">
|
||||
<x xmlns="http://jabber.org/protocol/muc"/>
|
||||
</presence>
|
||||
|
||||
Romeo receives:
|
||||
<presence from='nobots@conference.localhost/Romeo'>
|
||||
<x xmlns='http://jabber.org/protocol/muc#user'>
|
||||
<status code='201'/>
|
||||
<item jid="${Romeo's full JID}" affiliation='owner' role='moderator'/>
|
||||
<status code='110'/>
|
||||
</x>
|
||||
</presence>
|
||||
|
||||
Romeo receives:
|
||||
<message type='groupchat' from='nobots@conference.localhost'><subject/></message>
|
||||
|
||||
Roboteo connects
|
||||
|
||||
Roboteo sends:
|
||||
<presence to="nobots@conference.localhost/🤖️">
|
||||
<x xmlns="http://jabber.org/protocol/muc"/>
|
||||
</presence>
|
||||
|
||||
Roboteo receives:
|
||||
<presence type='error' from='nobots@conference.localhost/🤖'>
|
||||
<error by='nobots@conference.localhost' type='modify'>
|
||||
<jid-malformed xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
|
||||
<text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>Nickname must pass strict validation</text>
|
||||
</error>
|
||||
</presence>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue