On 13.04.2010 16:26, Stephen Pendleton wrote:
> Actually one of things I was asking is how can you have different people
> have microblogs which are referenced by the pubsub node
> "urn:xmpp:microblog:0". However it does seem based on this discussion you
> can send subscription requests to JIDs like:  
> 
> <iq type='set'
>     from='[email protected]/barracks'
>     to='[email protected]'
>     id='sub1'>
>   <pubsub xmlns='http://jabber.org/protocol/pubsub'>
>     <subscribe
>         node='urn:xmpp:microblog:0'
>         jid='[email protected]'/>
>   </pubsub>
> </iq>
> 
> This will (supposedly) subscribe [email protected] to
> [email protected] microblog. If this isn't the case then there is an
> issue. XEP-0060 always shows the pubsub service as the "to" JID in the
> examples, so it isn't clear if the above is really supported.
> 
> Thanks
> 

I'm relatively certain there are very basic implementations out there
that don't support this, but in general it should be possible. One
concept of PEP is that each account is a (virtual) pubsub service,
therefore in that example [email protected] IS the pubsub service's
JID.

Reply via email to