diff options
author | louiz’ <louiz@louiz.org> | 2017-12-16 20:35:53 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2017-12-16 20:35:53 +0100 |
commit | ac0f96a5f4efcefb6fe7f44df5dbea8bbfe61b21 (patch) | |
tree | 448cf98e438a4f0c5504ff55077d29b1a8f20648 | |
parent | 8713f015b19a1b86a9fddb6f954ea24cd31169f4 (diff) | |
download | biboumi-ac0f96a5f4efcefb6fe7f44df5dbea8bbfe61b21.tar.gz biboumi-ac0f96a5f4efcefb6fe7f44df5dbea8bbfe61b21.tar.bz2 biboumi-ac0f96a5f4efcefb6fe7f44df5dbea8bbfe61b21.tar.xz biboumi-ac0f96a5f4efcefb6fe7f44df5dbea8bbfe61b21.zip |
Little update on the INSTALL.rst database doc
-rw-r--r-- | INSTALL.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL.rst b/INSTALL.rst index c98eb52..b030697 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -35,10 +35,10 @@ libuuid_ sqlite3_ or libpq_ - Provides a way to store various options in a database. Each user of the - gateway can store their own values (for example their prefered port, or - their IRC password). Without this dependency, many interesting features - are missing. + Provides a way to store various options and messages archives in a + database. Each user of the gateway can store their own values (for + example their prefered port, or their IRC password). Without this + dependency, many interesting features are missing. libidn_ (optional, but recommended) Provides the stringprep functionality. Without it, JIDs for IRC users are |