Mercurial > prosody-modules
view mod_profile/README.markdown @ 3183:b718092e442f
mod_presence_cache: Forget cached presence on s2s close
This should remove stale entries from unclean shutdowns and similar.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 13 Jul 2018 00:47:29 +0200 |
parents | 00034d0cc05a |
children | 1fe5b156d220 |
line wrap: on
line source
--- labels: - 'Stage-Alpha' 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 [XEP-0054], it also supports the [new vCard 4 based protocol][xep0292] and integrates with [Personal Eventing Protocol][xep0163]. The vCard 4, [User Avatar][xep0084] and [User Nickname][xep0172] PEP nodes are updated when the vCard is changed.. # Configuration modules_enabled = { -- "pep"; -- These two modules must be removed -- "vcard"; "profile"; } # Compatibility Requires Prosody **trunk** as of 2014-05-29. Won't work in 0.10.x. It depends on the new [mod\_pep\_plus][doc:modules:mod_pep_plus] for PEP support.