diff options
author | Badlop <badlop@process-one.net> | 2009-08-07 09:52:45 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2009-08-07 09:52:45 +0000 |
commit | f9a8b9ff314d8de829f2a70ea807a86ea8f2d8ef (patch) | |
tree | 35985e0be45c3ec42db6bd0838326d946d1b5274 /doc/guide.html | |
parent | typo fix on subscriptions (diff) |
Add support for XEP-227 import/export, requires exmpp to use it (EJAB-993)
SVN Revision: 2439
Diffstat (limited to 'doc/guide.html')
-rw-r--r-- | doc/guide.html | 15 |
1 files changed, 13 insertions, 2 deletions
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 </LI><LI CLASS="li-itemize">PAM library. Optional. For Pluggable Authentication Modules (PAM). See section <A HREF="#pam">3.1.4</A>. </LI><LI CLASS="li-itemize">GNU Iconv 1.8 or higher, for the IRC Transport (mod_irc). Optional. Not needed on systems with GNU Libc. See section <A HREF="#modirc">3.3.8</A>. </LI><LI CLASS="li-itemize">ImageMagick’s Convert program. Optional. For CAPTCHA challenges. See section <A HREF="#captcha">3.1.8</A>. +</LI><LI CLASS="li-itemize">exmpp 0.9.6 or higher. Optional. For import/export user data with <A HREF="http://www.xmpp.org/extensions/xep-0227.html">XEP-0227</A> XML files. </LI></UL><P> <A NAME="download"></A> </P><!--TOC subsection Download Source Code--> <H3 CLASS="subsection"><!--SEC ANCHOR --><A NAME="htoc10">2.4.2</A>  <A HREF="#download">Download Source Code</A></H3><!--SEC END --><P> <A NAME="download"></A> </P><P>Released versions of <TT>ejabberd</TT> are available in the ProcessOne <TT>ejabberd</TT> 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 <TT>backup</TT> and <TT>install-fallback</TT>. +</DD><DT CLASS="dt-description"><B><TT>import-piefxis, export-piefxis, export-piefxis-host</TT></B></DT><DD CLASS="dd-description"> +These options can be used to migrate accounts +using <A HREF="http://www.xmpp.org/extensions/xep-0227.html">XEP-0227</A> formatted XML files +from/to other Jabber/XMPP servers +or move users of a vhost to another ejabberd installation. +See also +<A HREF="https://support.process-one.net/doc/display/P1/ejabberd+migration+kit">ejabberd migration kit</A>. </DD><DT CLASS="dt-description"><B><TT>import-file, import-dir</TT></B></DT><DD CLASS="dd-description"> -These options can be used to migrate from other Jabber/XMPP servers. There -exist tutorials to <A HREF="http://www.ejabberd.im/migrate-to-ejabberd">migrate from other software to ejabberd</A>. +These options can be used to migrate accounts +using jabberd1.4 formatted XML files. +from other Jabber/XMPP servers +There exist tutorials to +<A HREF="http://www.ejabberd.im/migrate-to-ejabberd">migrate from other software to ejabberd</A>. </DD><DT CLASS="dt-description"><B><TT>delete-expired-messages</TT></B></DT><DD CLASS="dd-description"> 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. |