[Standards] XEP-0084 Example Mistake
Peter Saint-Andre
stpeter at jabber.org
Mon Jun 18 10:39:48 CDT 2007
Andreas Monitzer wrote:
> Hi,
>
> I've implemented XEP-0084 now, but I think I've found an error in an
> example.
>
> Example 6 is:
>
> <iq type='result' from='juliet at capulet.com' to='romeo at montague.net/home'
> id='publish1'>
<snip/>
> However, shouldn't that be the following?
>
> <iq type='result' from='juliet at capulet.com' to='romeo at montague.net/home'
> id='publish1'>
The IQ-get in Example 5 is:
<iq type='get'
from='romeo at montague.net/home'
to='juliet at capulet.com'
id='retrieve1'>
So the IQ-result in Example 6 should be:
<iq type='result'
from='juliet at capulet.com'
to='romeo at montague.net/home'
id='retrieve1'>
Copy-and-paste error. :)
Peter
--
Peter Saint-Andre
XMPP Standards Foundation
http://www.xmpp.org/xsf/people/stpeter.shtml
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 7358 bytes
Desc: S/MIME Cryptographic Signature
Url : http://mail.jabber.org/pipermail/standards/attachments/20070618/b57b78c3/smime.bin
More information about the Standards
mailing list