ejabberd-contrib/mod_profile
Christophe Romain 9330892787 binarize mod_profile 2015-03-13 11:13:21 +01:00
..
conf Cleanup for module packaging support in ejabberd 2015-03-11 14:19:35 +01:00
src binarize mod_profile 2015-03-13 11:13:21 +01:00
README.txt binarize mod_profile 2015-03-13 11:13:21 +01:00
mod_profile.spec Cleanup for module packaging support in ejabberd 2015-03-11 14:19:35 +01:00

README.txt

	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, []}