view mod_carbons.wiki @ 346:a058cd983c6b

Added directions to where the URL path for registration verification is.
author maranda3985@gmail.com
date Mon, 29 Apr 2013 21:24:05 +0000
parents 622c6dccb592
children b9f7c8bd5648
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.

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