You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 months ago | |
---|---|---|
contrib | 4 months ago | |
doc | 4 months ago | |
.gitignore | 4 months ago | |
AUTHORS | 4 months ago | |
COPYING | 4 months ago | |
ChangeLog | 4 months ago | |
ChangeLog.api | 4 months ago | |
CodingStyle.txt | 4 months ago | |
Makefile | 4 months ago | |
NEWS | 4 months ago | |
README | 4 months ago | |
TODO | 4 months ago | |
api.h | 4 months ago | |
caps.c | 4 months ago | |
caps.h | 4 months ago | |
carbons.c | 4 months ago | |
carbons.h | 4 months ago | |
commands.c | 4 months ago | |
commands.h | 4 months ago | |
compl.c | 4 months ago | |
compl.h | 4 months ago | |
events.c | 4 months ago | |
events.h | 4 months ago | |
fifo.h | 4 months ago | |
fifo_internal.c | 4 months ago | |
hbuf.c | 4 months ago | |
hbuf.h | 4 months ago | |
help.c | 4 months ago | |
help.h | 4 months ago | |
histolog.c | 4 months ago | |
histolog.h | 4 months ago | |
hooks.c | 4 months ago | |
hooks.h | 4 months ago | |
logprint.h | 4 months ago | |
main.c | 4 months ago | |
main.h | 4 months ago | |
mcabber.desktop | 4 months ago | |
mcabberrc.example | 4 months ago | |
nohtml.c | 4 months ago | |
nohtml.h | 4 months ago | |
otr.c | 4 months ago | |
otr.h | 4 months ago | |
pgp.c | 4 months ago | |
pgp.h | 4 months ago | |
roster.c | 4 months ago | |
roster.h | 4 months ago | |
screen.c | 4 months ago | |
screen.h | 4 months ago | |
settings.c | 4 months ago | |
settings.h | 4 months ago | |
utf8.c | 4 months ago | |
utf8.h | 4 months ago | |
utils.c | 4 months ago | |
utils.h | 4 months ago | |
xmpp.c | 4 months ago | |
xmpp.h | 4 months ago | |
xmpp_defines.h | 4 months ago | |
xmpp_helper.c | 4 months ago | |
xmpp_helper.h | 4 months ago | |
xmpp_iq.c | 4 months ago | |
xmpp_iq.h | 4 months ago | |
xmpp_iqrequest.c | 4 months ago | |
xmpp_iqrequest.h | 4 months ago | |
xmpp_muc.c | 4 months ago | |
xmpp_muc.h | 4 months ago | |
xmpp_s10n.c | 4 months ago | |
xmpp_s10n.h | 4 months ago |
README
mcabber
=======
My personal copy of mcabber with some changes like not needing autotools to
compile and completely removing spell check and external module support.
Installation
------------
A simple make and make install is all that is needed to build mcabber.
If you need to enable extra features, you append =1 to that feature to build it.
To build mcabber with all the features and debug symbols, you can run:
$ make DEBUG=1 OTR=1 GPGME=1 UNICODE=1 PREFIX=~/.local install
Usage
-----
A configuration file is necessary to start mcabber. Its name is
$XDG_CONFIG_HOME/mcabber/mcabberrc or $HOME/.mcabberrc.
A sample configuration file, "mcabberrc.example", is provided in this
directory. Copy it and modify it to fit your needs.
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-0115 - Entity Capabilities support
XEP-0145 - Annotations
XEP-0146 - Remote Controlling Clients (partial)
XEP-0184 - Message Delivery Receipts
XEP-0199 - XMPP Ping
XEP-0202 - Entity Time
XEP-0203 - Delayed Delivery
XEP-0249 - Direct MUC Invitations (partial)
This software is under development, please give me some feedback (and some
patches if you can!). Or just tell me you're using it... ;-)
There is a Mercurial repository on mcabber's website <https://mcabber.com/>
and a Jabber conference room: <jid:mcabber@conf.lilotux.net>.
Mikael <mikael@lilotux.net>