Hi again,

2009/12/7 Peter Saint-Andre <stpe...@stpeter.im>:
> 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='polon...@denmark.lit'>
  <pubsub xmlns='http://jabber.org/protocol/pubsub'>
    <subscription node='princely_musings' jid='polon...@denmark.lit'
subscription='none'/>
  </pubsub>
</message>

Shouldn't it be:

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


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


br,
--
tuomas

Reply via email to