ejabberd-contrib/mod_profile
Christophe Romain 7870f77392 binarize mod_profile 2015-03-13 11:13:40 +01:00
..
ebin Add ebin/ dirs with .keepme file to ensure Git tracks them 2013-04-15 12:18:19 +02:00
src binarize mod_profile 2015-03-13 11:13:40 +01:00
Emakefile Initial import from ejabberd-modules SVN 2013-04-15 12:03:14 +02:00
README.txt binarize mod_profile 2015-03-13 11:13:40 +01:00
build.bat Update erl(1) command line in build.bat files 2014-05-28 22:16:55 +02:00
build.sh Initial import from ejabberd-modules SVN 2013-04-15 12:03:14 +02: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, []}