Hi again,

2009/12/7 Peter Saint-Andre <[email protected]>:
> I've cleaned that up a bit.

Now when I started I think there is another copy/paste mistake.

"Example 194. Service sends notification of subscription change" :

<message from='pubsub.shakespeare.lit' to='[email protected]'>
  <pubsub xmlns='http://jabber.org/protocol/pubsub'>
    <subscription node='princely_musings' jid='[email protected]'
subscription='none'/>
  </pubsub>
</message>

Shouldn't it be:

<message
    from='pubsub.shakespeare.lit'
    to='[email protected]'
    id='subscription-modify-1'>
  <event xmlns='http://jabber.org/protocol/pubsub#event'>
    <subscription node='princely_musings' jid='[email protected]'
subscription='none'/>
  </event>
</message>


It's the same for "Example 208. Service sends notification of
affiliation change"


br,
--
tuomas

Reply via email to