At buddycloud we store your channel subscriptions on the pubsub server.

It looks like Movim needs pub-sub anyway. Just stick everything in to
pubsub - this will save you needing servers with PEP.


On 10 February 2013 16:08, Jaussoin Timothée <[email protected]> wrote:

> Le 08/02/2013 08:48, Tim a écrit :
>
>  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<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/)
>>
> No comments to make here?
>



-- 
Simon Tennant | buddycloud.com | +49 17 8545 0880 | office hours:
goo.gl/tQgxP

Reply via email to