comparison mcabber/mcabber/carbons.h @ 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
children 72876dcf9094
comparison
equal deleted inserted replaced
2103:1210a22726d3 2104:c7e9950fa741
1 #ifndef __MCABBER_CARBONS_H__
2 #define __MCABBER_CARBONS_H__ 1
3
4 void carbons_init();
5 void carbons_available();
6 void carbons_enable();
7 void carbons_disable();
8
9 #endif //__MCABBER_CARBONS_H__