Personal copy of mcabber
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.
 
 
 
 
 
 
Shokara Kou cd892cc132 fix unicode support 4 months ago
contrib move files to repository root folder 4 months ago
doc move files to repository root folder 4 months ago
.gitignore move files to repository root folder 4 months ago
AUTHORS move files to repository root folder 4 months ago
COPYING move files to repository root folder 4 months ago
ChangeLog move files to repository root folder 4 months ago
ChangeLog.api move files to repository root folder 4 months ago
CodingStyle.txt move files to repository root folder 4 months ago
Makefile fix unicode support 4 months ago
NEWS move files to repository root folder 4 months ago
README update README 4 months ago
TODO move files to repository root folder 4 months ago
api.h move files to repository root folder 4 months ago
caps.c move files to repository root folder 4 months ago
caps.h move files to repository root folder 4 months ago
carbons.c move files to repository root folder 4 months ago
carbons.h move files to repository root folder 4 months ago
commands.c move files to repository root folder 4 months ago
commands.h move files to repository root folder 4 months ago
compl.c move files to repository root folder 4 months ago
compl.h move files to repository root folder 4 months ago
events.c move files to repository root folder 4 months ago
events.h move files to repository root folder 4 months ago
fifo.h move files to repository root folder 4 months ago
fifo_internal.c move files to repository root folder 4 months ago
hbuf.c move files to repository root folder 4 months ago
hbuf.h move files to repository root folder 4 months ago
help.c move files to repository root folder 4 months ago
help.h move files to repository root folder 4 months ago
histolog.c move files to repository root folder 4 months ago
histolog.h move files to repository root folder 4 months ago
hooks.c move files to repository root folder 4 months ago
hooks.h move files to repository root folder 4 months ago
logprint.h move files to repository root folder 4 months ago
main.c move files to repository root folder 4 months ago
main.h move files to repository root folder 4 months ago
mcabber.desktop move files to repository root folder 4 months ago
mcabberrc.example move files to repository root folder 4 months ago
nohtml.c move files to repository root folder 4 months ago
nohtml.h move files to repository root folder 4 months ago
otr.c move files to repository root folder 4 months ago
otr.h move files to repository root folder 4 months ago
pgp.c move files to repository root folder 4 months ago
pgp.h move files to repository root folder 4 months ago
roster.c move files to repository root folder 4 months ago
roster.h move files to repository root folder 4 months ago
screen.c move files to repository root folder 4 months ago
screen.h move files to repository root folder 4 months ago
settings.c move files to repository root folder 4 months ago
settings.h move files to repository root folder 4 months ago
utf8.c move files to repository root folder 4 months ago
utf8.h move files to repository root folder 4 months ago
utils.c move files to repository root folder 4 months ago
utils.h move files to repository root folder 4 months ago
xmpp.c move files to repository root folder 4 months ago
xmpp.h move files to repository root folder 4 months ago
xmpp_defines.h move files to repository root folder 4 months ago
xmpp_helper.c move files to repository root folder 4 months ago
xmpp_helper.h move files to repository root folder 4 months ago
xmpp_iq.c move files to repository root folder 4 months ago
xmpp_iq.h move files to repository root folder 4 months ago
xmpp_iqrequest.c move files to repository root folder 4 months ago
xmpp_iqrequest.h move files to repository root folder 4 months ago
xmpp_muc.c move files to repository root folder 4 months ago
xmpp_muc.h move files to repository root folder 4 months ago
xmpp_s10n.c move files to repository root folder 4 months ago
xmpp_s10n.h move files to repository root folder 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>