diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mcabber/mcabber/carbons.h	Sat Mar 02 18:22:10 2013 +0100
@@ -0,0 +1,9 @@
+#ifndef __MCABBER_CARBONS_H__
+#define __MCABBER_CARBONS_H__ 1
+
+void carbons_init();
+void carbons_available();
+void carbons_enable();
+void carbons_disable();
+
+#endif //__MCABBER_CARBONS_H__