Hi, For now in my implentation class of roster manager i am using another table(differnt from the table which stores UserID and password) which stores the bareJID and MutableRoster.Do i need to store the resource or session in the db or the roster object
On Fri, Sep 16, 2011 at 1:51 PM, Sasha Dolgy <[email protected]> wrote: > If you currently have your own StorageProvider registry to get client > details from a DB, why not deploy more instances of Vysper all > pointing to the same DB ? > > On Fri, Sep 16, 2011 at 9:21 AM, aruna reddy <[email protected]> wrote: >> 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 >
