Software /
code /
prosody-modules
Diff
mod_bookmarks2/tests/conversion.scs @ 4640:d835cb7d2b47
mod_bookmarks2: Update namespace to :1
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 30 Jul 2021 21:17:09 +0200 |
parent | 3744:1cfc8012a76f |
line wrap: on
line diff
--- a/mod_bookmarks2/tests/conversion.scs Fri Jul 30 21:13:16 2021 +0200 +++ b/mod_bookmarks2/tests/conversion.scs Fri Jul 30 21:17:09 2021 +0200 @@ -15,30 +15,31 @@ Juliet-new connects -- Generated with https://gitlab.com/xmpp-rs/xmpp-parsers: --- cargo run --example=generate-caps https://code.matthewwild.co.uk/scansion/ <<< "<query xmlns='http://jabber.org/protocol/disco#info'><identity category='client' name='scansion' type='bot'/><feature var='http://jabber.org/protocol/disco#info'/><feature var='urn:xmpp:bookmarks:0+notify'/></query>" +-- cargo run --example=generate-caps https://code.matthewwild.co.uk/scansion/ <<< "<query xmlns='http://jabber.org/protocol/disco#info'><identity category='client' name='scansion' type='bot'/><feature var='http://jabber.org/protocol/disco#info'/><feature var='urn:xmpp:bookmarks:1+notify'/></query>" Juliet-new sends: <presence id='presence0'> <c xmlns='http://jabber.org/protocol/caps' hash='sha-1' node='https://code.matthewwild.co.uk/scansion/' - ver='Tg9qGTn5+LdKR6TTdjCUMVohBMc='/> + ver='CPuQARM1gCTq2f6/ZjHUzWL2QHg='/> <c xmlns='urn:xmpp:caps'> - <hash xmlns='urn:xmpp:hashes:2' algo='sha-256'>5a5oTk21S9EmWQGIyuMwPKuSkPwqmXv6aKO5ftqCw/Q=</hash> - <hash xmlns='urn:xmpp:hashes:2' algo='sha3-256'>f3ziwT4vDK+VxuWrhhPEEgI3HJcEw7Zg4MggYE6vjZ0=</hash> + <hash xmlns='urn:xmpp:hashes:2' algo='sha-256'>OTy9GPCvBZRvqzOHmD/ThA1WbBH3tNoeKbdqKQCRPHc=</hash> + <hash xmlns='urn:xmpp:hashes:2' algo='sha3-256'>f/rxDeTf6HyjQ382V3GEG/UfAs5IeclC05jBSBnVQCI=</hash> + <hash xmlns='urn:xmpp:hashes:2' algo='blake2b-256'>ucfqg/NrLj0omE+26hYMrbpcmxHcU4Z3hfAQIF+6tt0=</hash> </c> </presence> Juliet-new receives: <iq from="${Juliet-new's JID}" id='disco' type='get'> - <query xmlns='http://jabber.org/protocol/disco#info' node='https://code.matthewwild.co.uk/scansion/#Tg9qGTn5+LdKR6TTdjCUMVohBMc='/> + <query xmlns='http://jabber.org/protocol/disco#info' node='https://code.matthewwild.co.uk/scansion/#CPuQARM1gCTq2f6/ZjHUzWL2QHg='/> </iq> Juliet-new sends: <iq to="${Juliet-new's JID}" id='disco' type='result'> - <query xmlns='http://jabber.org/protocol/disco#info' node='https://code.matthewwild.co.uk/scansion/#Tg9qGTn5+LdKR6TTdjCUMVohBMc='> + <query xmlns='http://jabber.org/protocol/disco#info' node='https://code.matthewwild.co.uk/scansion/#CPuQARM1gCTq2f6/ZjHUzWL2QHg='> <identity category='client' name='scansion' type='bot'/> <feature var='http://jabber.org/protocol/disco#info'/> - <feature var='urn:xmpp:bookmarks:0+notify'/> + <feature var='urn:xmpp:bookmarks:1+notify'/> </query> </iq> @@ -74,9 +75,9 @@ Juliet-new receives: <message type='headline' from="${Juliet-new's JID}"> <event xmlns='http://jabber.org/protocol/pubsub#event'> - <items node='urn:xmpp:bookmarks:0'> + <items node='urn:xmpp:bookmarks:1'> <item id='theplay@conference.shakespeare.lit'> - <conference xmlns='urn:xmpp:bookmarks:0' + <conference xmlns='urn:xmpp:bookmarks:1' name='The Play's the Thing' autojoin='true'> <nick>JC</nick> @@ -130,9 +131,9 @@ Juliet-new receives: <message type='headline' from="${Juliet-new's JID}"> <event xmlns='http://jabber.org/protocol/pubsub#event'> - <items node='urn:xmpp:bookmarks:0'> + <items node='urn:xmpp:bookmarks:1'> <item id='orchard@conference.shakespeare.lit'> - <conference xmlns='urn:xmpp:bookmarks:0' + <conference xmlns='urn:xmpp:bookmarks:1' name='The Orchard' autojoin='true'> <nick>JC</nick> @@ -186,7 +187,7 @@ Juliet-new receives: <message type='headline' from="${Juliet-new's JID}"> <event xmlns='http://jabber.org/protocol/pubsub#event'> - <items node='urn:xmpp:bookmarks:0'> + <items node='urn:xmpp:bookmarks:1'> <retract id='theplay@conference.shakespeare.lit'/> </items> </event> @@ -225,7 +226,7 @@ Juliet-new receives: <message type='headline' from="${Juliet-new's JID}"> <event xmlns='http://jabber.org/protocol/pubsub#event'> - <purge node='urn:xmpp:bookmarks:0'/> + <purge node='urn:xmpp:bookmarks:1'/> </event> </message>