[question] External access to Openfire's embed database

Hello. I have a question. Does it exist an way to access Openfire’s embeded database without using Openfire itself?

The embedded database is a HSQL-based database. There are tools available on http://hsqldb.org/ to access database directly. Note that it will be very easy to break Openfire in this way. Be careful.

After some research I had discovered that it’s a HSQL database, but thanks anyway :slight_smile: