* Thomas Camaran <[email protected]> [2015-05-13 17:09]:
> it's possible migrate from prosody MySQL to ejabberd MySQL?

There's a standard format for importing/exporting XMPP user data called
PIEFXIS:

        https://xmpp.org/extensions/xep-0227.html

I'm not sure whether Prosody supports exporting to that format, though.
A quick web search yields the following script, but there are some
issues mentioned at the top:

        https://gist.github.com/bseibold/5041603

Then there's SleekMigrate, which supports exporting individual accounts
to PIEFXIS:

        https://github.com/Kev/sleekmigrate

The result can be imported into ejabberd with:

        ejabberdctl import_piefxis /path/to/piefxis.dat

Holger

Reply via email to