Hi, Thanks for showing interest. The requirement is as below. We are using XMPP server to communicate between the clients.The username pwds of the clients are stored in DB and we are using our own storageprovider registry to get the details of clients from db.We want to have more XMPP servers to help us in load balancing.In this case we want the user object to be shared among all servers.For now we have have subclassed AbstractRosterManager with our own implementation to store it DB.I could not understand what needs to be done in specific implementation of ResourceRegistry.
Thanks Aruna On Fri, Sep 16, 2011 at 12:02 PM, Sasha Dolgy <[email protected]> wrote: > i am extremely happy to collaborate with someone on this ... > admittedly, i lost interest and shifted my focus elsewhere, but it is > still very high on my list of TODO's ! > > On Fri, Sep 16, 2011 at 7:46 AM, Bernd Fondermann > <[email protected]> wrote: >> You need to do at least two things: >> >> Subclass AbstractRosterManager with a Cassandra-specific implementation. >> Do the same with ResourceRegistry. >> >> Unfortunately, ResourceRegistry still needs to be supported by an >> Interface, see >> https://issues.apache.org/jira/browse/VYSPER-266 >> I'll see that I get this into TRUNK soon. >> >> Bernd >> >> On Fri, Sep 16, 2011 at 06:22, aruna reddy <[email protected]> wrote: >>> Hi >>> >>> We have a requirement which needs clustering in vysper.I came across >>> this link (http://comments.gmane.org/gmane.comp.apache.mina.user/3665) >>> where this is discussed using cassandra.Is this implemented in vysper. >>> Trying to implement this by RosterManager.Need a clarification during >>> clustering what needs to stored is it the resource or session bound >>> with resource to share the users object among multiple vysper servers. >>> >> > > > > -- > Sasha Dolgy > [email protected] >
