From f9a8b9ff314d8de829f2a70ea807a86ea8f2d8ef Mon Sep 17 00:00:00 2001 From: Badlop Date: Fri, 7 Aug 2009 09:52:45 +0000 Subject: Add support for XEP-227 import/export, requires exmpp to use it (EJAB-993) SVN Revision: 2439 --- doc/guide.html | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'doc/guide.html') diff --git a/doc/guide.html b/doc/guide.html index 74132c136..03e3700ec 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -347,6 +347,7 @@ GNU Make
  • PAM library. Optional. For Pluggable Authentication Modules (PAM). See section 3.1.4.
  • GNU Iconv 1.8 or higher, for the IRC Transport (mod_irc). Optional. Not needed on systems with GNU Libc. See section 3.3.8.
  • ImageMagick’s Convert program. Optional. For CAPTCHA challenges. See section 3.1.8. +
  • exmpp 0.9.6 or higher. Optional. For import/export user data with XEP-0227 XML files.
  • 2.4.2  Download Source Code

    Released versions of ejabberd are available in the ProcessOne ejabberd downloads page: @@ -3424,9 +3425,19 @@ Dump internal Mnesia database to a text file dump. Restore immediately from a text file dump. This is not recommended for big databases, as it will consume much time, memory and processor. In that case it’s preferable to use backup and install-fallback. +

    import-piefxis, export-piefxis, export-piefxis-host
    +These options can be used to migrate accounts +using XEP-0227 formatted XML files +from/to other Jabber/XMPP servers +or move users of a vhost to another ejabberd installation. +See also +ejabberd migration kit.
    import-file, import-dir
    -These options can be used to migrate from other Jabber/XMPP servers. There -exist tutorials to migrate from other software to ejabberd. +These options can be used to migrate accounts +using jabberd1.4 formatted XML files. +from other Jabber/XMPP servers +There exist tutorials to +migrate from other software to ejabberd.
    delete-expired-messages
    This option can be used to delete old messages in offline storage. This might be useful when the number of offline messages is very high. -- cgit v1.2.3