Mercurial > prosody-wiki
view mod_profile.wiki @ 484:b70f4ca106d5
Edited wiki page mod_storage_mongodb through web user interface.
author | MWild1@gmail.com |
---|---|
date | Sun, 24 Aug 2014 09:24:44 +0000 |
parents | cdc5c609bd40 |
children |
line wrap: on
line source
#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.