# HG changeset patch # User Kim Alvefur # Date 1401370956 -7200 # Node ID cdc5c609bd408a0cb7f136b8b29ed0cf21caa4f1 # Parent b7ea7700c6d906f899e246e26760223408bdc9ab Add page for mod_profile diff -r b7ea7700c6d9 -r cdc5c609bd40 mod_profile.wiki --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_profile.wiki Thu May 29 15:42:36 2014 +0200 @@ -0,0 +1,23 @@ +#summary Replacement for mod_vcard with vcard4 support and PEP integration + += Introduction = + +This module provides a replacement for mod_vcard. In addition to the ageing protocol defined by [http://xmpp.org/extensions/xep-0054.html XEP-0054], it also supports the [http://xmpp.org/extensions/xep-0292.html new vCard 4 based protocol] and integrates with [http://xmpp.org/extensions/xep-0163.html Personal Eventing Protocol]. The vCard 4, [http://xmpp.org/extensions/xep-0084.html User Avatar] and [http://xmpp.org/extensions/xep-0172.html User Nickname] PEP nodes are updated when the vCard is changed.. + += Configuration = + +{{{ +modules_enabled = { + -- "pep"; -- These two modules must be removed + -- "vcard"; + + "profile"; +} +}}} + + += Compatibility = + +Compatible with trunk after 2014-05-29. + +It depends on the new mod_pep_plus for PEP support.