Hi! On Sat, Apr 25, 2009 at 14:55, Ashish <[email protected]> wrote: >> We need means of creating, configuring, and deleting nodes (covers important >> recommended features 8.1, 8.2, 8.4). > > Where do you plan to store these *nodes*? > > From implementation perspective, you need to be able to quickly search > the *node*, and be able to do it for may be hundreds of Users at a > time. Can explore possible use of ApacheDS, if you see a hierarchy out > there.
Thanks for the suggestion. Acutally, a tree-like structure would make sense since there are collection nodes (which I didn't plan to implement in the first round) and "leaf" nodes. We're also discussing persistence services of Vysper within the Labs JIRA (https://issues.apache.org/jira/browse/LABS-354). A node is nothing special, you could visualize it as a "virtual user" relaying messages sent to it, but of course it has to store a configuration etc. Cheers, Michael
