comparison mcabber/mcabber/Makefile.am @ 2104:c7e9950fa741

Added option to enable carbons (set carbons = 1 in mcabberrc) If the server supports carbons and the user has carbons enabled we enable them. Now we need to handle XEP-0297 (Stanza Forwarding) stanzas to make sure the messages end up at the correct place.
author Roeland Jago Douma <roeland@famdouma.nl>
date Sat, 02 Mar 2013 18:22:10 +0100
parents e06054423a60
children
comparison
equal deleted inserted replaced
2103:1210a22726d3 2104:c7e9950fa741
5 settings.c settings.h hooks.c hooks.h utf8.c utf8.h \ 5 settings.c settings.h hooks.c hooks.h utf8.c utf8.h \
6 histolog.c histolog.h utils.c utils.h pgp.c pgp.h \ 6 histolog.c histolog.h utils.c utils.h pgp.c pgp.h \
7 xmpp.c xmpp.h xmpp_helper.c xmpp_helper.h xmpp_defines.h \ 7 xmpp.c xmpp.h xmpp_helper.c xmpp_helper.h xmpp_defines.h \
8 xmpp_iq.c xmpp_iq.h xmpp_iqrequest.c xmpp_iqrequest.h \ 8 xmpp_iq.c xmpp_iq.h xmpp_iqrequest.c xmpp_iqrequest.h \
9 xmpp_muc.c xmpp_muc.h xmpp_s10n.c xmpp_s10n.h \ 9 xmpp_muc.c xmpp_muc.h xmpp_s10n.c xmpp_s10n.h \
10 caps.c caps.h help.c help.h 10 caps.c caps.h help.c help.h carbons.c carbons.h
11 11
12 if OTR 12 if OTR
13 mcabber_SOURCES += otr.c otr.h nohtml.c nohtml.h 13 mcabber_SOURCES += otr.c otr.h nohtml.c nohtml.h
14 endif 14 endif
15 15