Hi everyone,

We are working, on our project, on a PubSub implementation. Our aim is
to offer a more "social-network" view of the XMPP protocol, and PubSub
is, for us, a way to add a "Group-like" feature to our users.

PubSub gives us what we want. But XMPP users doesn't have the
possibility to share with to their contacts some of the PubSub nodes
they have subscribed with.
The idea here is to use PEP to store a list of pubsub nodes and
allowing a user to notify its contacts when he wants to share some of
theses.

The stanza might look at this :

<iq type='set'
    from='[email protected]'
    id='1'>
  <pubsub xmlns='http://jabber.org/protocol/pubsub'>
    <publish node='urn:xmpp:pubsubpublic'>
      <items>
        <item server='pubsub.jabber.org' node='spongebobfanclub'/>
        <item server='pubsub.xmpp.eu' node='news'/>
      </items>
    </publish>
  </pubsub>
</iq>

What do you think of this?

Jaussoin Timothée aka edhelas, The Movim Project (http://movim.eu/)

Reply via email to