ejabberd-contrib/mod_profile
Badlop 4aa09c552c Rename spec of broken modules, so ext_mod doesn't list them as available 2021-07-07 21:31:05 +02:00
..
conf Cleanup for module packaging support in ejabberd 2015-03-11 14:19:35 +01:00
src Fix in mod_profile old call to gen_mod:get_opt (#160) 2016-03-19 17:56:49 +01:00
README.txt Show more prominently notice that some modules don't work with new ejabberd 2016-09-12 12:06:13 +02:00
mod_profile.spec.broken Rename spec of broken modules, so ext_mod doesn't list them as available 2021-07-07 21:31:05 +02:00

README.txt


		***************
		  PLEASE NOTE
		***************

	This module does NOT work
	with ejabberd 13 or newer.

		***************


	mod_profile - User Profile (XEP-0154) in Mnesia table 

	http://www.ejabberd.im/mod_profile
	Author: Magnus Henoch
	    mailto:henoch@dtek.chalmers.se
	    xmpp:legoscia@jabber.cd.chalmers.se


This module supports storing and retrieving a profile according to
XEP-0154.  It does no validation of the data, but simply stores
whatever XML the user sends in a Mnesia table.  The PEP parts of
XEP-0154 are out of scope for this module.

In the beginning of the erl file it says what parts of the XEP
are implemented.


	BASIC CONFIGURATION
	===================

To install this module, follow the general build instructions, and add the
following to your configuration, among the other modules:

{mod_profile, []}