Hello,
I am starting work on a web application which allows, among other things, users to communicate via XMPP, using Openfire as a backend server. In the future, it may be beneficial to be able to store all of Openfire's data in an RDF data store (probably using Sesame - http://www.openrdf.org/ ) rather than an SQL database.
I'm assuming that this would require a very much non-trivial development effort, although seeing as user data may already be accessed via LDAP, it seems that Openfire is not unavoidably coupled to SQL.
Would somebody from the Openfire dev team be able to give me some pointers on how I would start going about modifying Openfire to support this?
Thanks in advance,
Iachimoe