view mod_carbons.wiki @ 393:e63e1a463619

Fix list formatting
author MWild1@gmail.com
date Mon, 15 Jul 2013 09:11:24 +0000
parents 46960c6716ee
children 4e092bccc23b
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],
allowing users to maintain a shared and synchronized view of all
conversations across all their online clients and devices.

= 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 ||