mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
XEP-0372: Fix incorrect pubsub URIs
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
67b7a66eaa
commit
74802030ea
@ -114,7 +114,7 @@
|
||||
<body>Form received</body>
|
||||
<reference xmlns='urn:xmpp:reference:0'
|
||||
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>
|
||||
]]></example>
|
||||
</section2>
|
||||
@ -127,10 +127,10 @@
|
||||
to='romeo@montegue.lit/30d3d8'>
|
||||
<reference xmlns='urn:xmpp:reference:0'
|
||||
type='data'
|
||||
anchor='xmpp:balcony@channels.shakespeare.lit?node=messages&item=bnhob'
|
||||
anchor='xmpp:balcony@channels.shakespeare.lit?;node=messages;item=bnhob'
|
||||
begin='72'
|
||||
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>
|
||||
]]></example>
|
||||
</section2>
|
||||
|
Loading…
Reference in New Issue
Block a user