view mod_carbons.wiki @ 388:b9f7c8bd5648

Add list of supporting clients
author Kim Alvefur <zash@zash.se>
date Mon, 15 Jul 2013 01:46:43 +0200
parents 622c6dccb592
children b4f1aeb37ae7
line wrap: on
line source

#summary Message Carbons
#labels Stage-Alpha

= Introduction =

This module implements [http://xmpp.org/extensions/xep-0280.html XEP-0280: Message Carbons].

= Configuration =

As with all modules, you enable it by adding it to the modules_enabled list.

{{{
	modules_enabled = {
		...
		"carbons";
		...
	}
}}}

The module has no further configuration.

= Clients =
Clients that support XEP-0280:
* Gajim
* Yaxim
* Adium (1.6)
* poezio


= Compatibility =
|| 0.8 || Works ||
|| 0.9 || Works ||
|| trunk || Works ||