XEP-0372: Fix incorrect pubsub URIs

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-08-09 19:09:56 +02:00
parent 67b7a66eaa
commit 74802030ea
1 changed files with 3 additions and 3 deletions

View File

@ -114,7 +114,7 @@
<body>Form received</body> <body>Form received</body>
<reference xmlns='urn:xmpp:reference:0' <reference xmlns='urn:xmpp:reference:0'
type='data' type='data'
uri='xmpp:fdp.shakespeare.lit?node=fdp/submitted/stan.isode.net/accidentreport&item=ndina872be'/> uri='xmpp:fdp.shakespeare.lit?;node=fdp/submitted/stan.isode.net/accidentreport;item=ndina872be'/>
</message> </message>
]]></example> ]]></example>
</section2> </section2>
@ -127,10 +127,10 @@
to='romeo@montegue.lit/30d3d8'> to='romeo@montegue.lit/30d3d8'>
<reference xmlns='urn:xmpp:reference:0' <reference xmlns='urn:xmpp:reference:0'
type='data' type='data'
anchor='xmpp:balcony@channels.shakespeare.lit?node=messages&item=bnhob' anchor='xmpp:balcony@channels.shakespeare.lit?;node=messages;item=bnhob'
begin='72' begin='72'
end='78' end='78'
uri='xmpp:fdp.shakespeare.lit?node=fdp/submitted/stan.isode.net/accidentreport&item=ndina872be'/> uri='xmpp:fdp.shakespeare.lit?;node=fdp/submitted/stan.isode.net/accidentreport;item=ndina872be'/>
</message> </message>
]]></example> ]]></example>
</section2> </section2>