diff options
author | Matthew Wild <mwild1@gmail.com> | 2023-03-23 14:15:33 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2023-03-23 14:15:33 +0000 |
commit | 18d9e6f65ac19a940d77cbee3cae7934e40d06fc (patch) | |
tree | 05bd52bd23b75a31b80d0ea277c7340f3b381cb4 /spec/scansion | |
parent | d1d45c52e29edf04b7039093b3d26769bd58c4e8 (diff) | |
download | prosody-18d9e6f65ac19a940d77cbee3cae7934e40d06fc.tar.gz prosody-18d9e6f65ac19a940d77cbee3cae7934e40d06fc.zip |
scansion: Fix tests failing due to lack of 'publisher'
publisher is no longer included by default in broadcasts, but configured via
pubsub#itemreply instead.
Diffstat (limited to 'spec/scansion')
-rw-r--r-- | spec/scansion/pep_nickname.scs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/scansion/pep_nickname.scs b/spec/scansion/pep_nickname.scs index aaf53c87..1e39415b 100644 --- a/spec/scansion/pep_nickname.scs +++ b/spec/scansion/pep_nickname.scs @@ -58,7 +58,7 @@ Romeo receives: <message type="headline" from="romeo@localhost"> <event xmlns="http://jabber.org/protocol/pubsub#event"> <items node="http://jabber.org/protocol/nick"> - <item id="current" publisher="${Romeo's JID}"> + <item id="current"> <nickname xmlns="http://jabber.org/protocol/nick"/> </item> </items> |