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='[EMAIL PROTECTED]' to='[EMAIL PROTECTED]/home' id='publish1'>

<snip/>

However, shouldn't that be the following?

<iq type='result' from='[EMAIL PROTECTED]' to='[EMAIL PROTECTED]/home' id='publish1'>

The IQ-get in Example 5 is:

<iq type='get'
    from='[EMAIL PROTECTED]/home'
    to='[EMAIL PROTECTED]'
    id='retrieve1'>

So the IQ-result in Example 6 should be:

<iq type='result'
    from='[EMAIL PROTECTED]'
    to='[EMAIL PROTECTED]/home'
    id='retrieve1'>

Copy-and-paste error. :)

Peter

--
Peter Saint-Andre
XMPP Standards Foundation
http://www.xmpp.org/xsf/people/stpeter.shtml

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to