# HG changeset patch # User Mikael Berthe # Date 1164920439 -3600 # Node ID da696ed4acf4401aab153753ac076f30ef756501 # Parent ee28911d8b975957af9cbfe2d157797c4aeb8a6e Update README & INSTALL diff -r ee28911d8b97 -r da696ed4acf4 mcabber/INSTALL --- a/mcabber/INSTALL Thu Nov 30 21:51:29 2006 +0100 +++ b/mcabber/INSTALL Thu Nov 30 22:00:39 2006 +0100 @@ -9,6 +9,8 @@ MCabber needs ncurses and ncurses development packages to build correctly. For UTF-8 terminal support, use ncursesw instead. If you want SSL support, you will need openssl lib & dev packages as well. +If you want PGP support, install libgpgme (with dev package), +version >= 1.0.0. Please have a look at the README file before launching mcabber. diff -r ee28911d8b97 -r da696ed4acf4 mcabber/README --- a/mcabber/README Thu Nov 30 21:51:29 2006 +0100 +++ b/mcabber/README Thu Nov 30 22:00:39 2006 +0100 @@ -11,6 +11,24 @@ You can use mcabber "-f" option to specify another configuration file. +* FEATURES + +This is an overview of mcabber Jabber features: + + XEP-0012 - Last Activity + XEP-0022 - Message Events + XEP-0027 - Current Jabber OpenPGP Usage + XEP-0030 - Service Discovery (partial) + XEP-0045 - Multi-User Chat + XEP-0048 - Bookmark Storage + XEP-0049 - Private XML Storage + XEP-0054 - vcard-temp (retrieval only) + XEP-0085 - Chat State Notifications + XEP-0090 - Entity Time + XEP-0091 - Delayed Delivery + XEP-0092 - Software Version + XEP-0145 - Annotations + This software is under development, please give me some feedback (and some patches if you can!). Or just tell me you're using it... ;-)