In article <[EMAIL PROTECTED]>, Ivan Blecic <[EMAIL PROTECTED]> wrote:
> Hi Peter, > > Thank you for your answer. > > Yes, I did look at JEP-0049, but that's related to private storage, while > what I need is a permanent public storage. That, among other things means > that: > > 1. all users (allowed to do so) could query the same storage (or part of > it) and get the data > 2. it is permanently stored (e.g. in a database) > 3. has pubsub-like functioning (basically if someone updates or modify > something in the public storage, or a part of it, that change is > "broadcasted" to all on-line users > > Of course, I'm not such an expert, but as I see the JEP-0049 can't give me > all that, can it? > > Do you have any other idea or hint? Well, there already exists a protocol for such things, developed by the IETF. It's called WebDAV: http://www.webdav.org/ We've also defined a way to do pubsub notifications related to WebDAV events: http://www.xmpp.org/drafts/draft-hildebrand-webdav-notify-00.html /psa _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mail.jabber.org/mailman/listinfo/jdev
