Log

mod_profile/mod_profile.lua @ 4606:d6eb2b722b90

description author age
mod_profile: Fix PEP event handler to detach on unload Kim Alvefur Sun, 16 Sep 2018 13:23:09 +0200
Backed out changeset 395835d89d88: Might still be needed Kim Alvefur Sun, 16 Sep 2018 13:08:04 +0200
mod_profile: Only replace avatar update hash if one is found Kim Alvefur Tue, 21 Aug 2018 11:01:46 +0200
mod_profile: Only retrieve the last avatar hash from PEP Kim Alvefur Tue, 21 Aug 2018 11:00:30 +0200
mod_profile: Pass item id onto pubsub container element Kim Alvefur Mon, 20 Aug 2018 21:40:48 +0200
mod_profile: Use type property over content identifiguesstimation Kim Alvefur Mon, 20 Aug 2018 21:20:53 +0200
mod_profile: Abort if mod_pep doesn't appear to be the former mod_pep_plus Kim Alvefur Thu, 02 Aug 2018 03:35:36 +0200
mod_profile: Update for mod_pep_plus rename Kim Alvefur Thu, 02 Aug 2018 03:35:33 +0200
mod_profile: Remove purging of previous PEP data, should no longer be needed Kim Alvefur Tue, 24 Jul 2018 17:18:13 +0200
mod_profile: Bump priority of xep153 hook to surely run before mod_presence Kim Alvefur Tue, 24 Jul 2018 16:26:40 +0200
mod_profile: Correctly add avatar hash Kim Alvefur Tue, 24 Jul 2018 16:23:04 +0200
mod_profile: Add xmlns on <item> in order to pass item validation in mod_pubsub Kim Alvefur Tue, 24 Jul 2018 16:28:02 +0200
mod_profile: Refactor wrapping of payloads in <item> Kim Alvefur Tue, 24 Jul 2018 16:27:59 +0200
mod_profile: Skip injecting xep153 into presence for sessions with no username Kim Alvefur Fri, 13 Jul 2018 14:38:40 +0200
mod_profile: Add support for XEP-0398 Kim Alvefur Fri, 13 Jul 2018 01:13:37 +0200
mod_profile: Add copyright header Kim Alvefur Fri, 13 Jul 2018 01:13:06 +0200
mod_profile: Fix typo Kim Alvefur Fri, 13 Jul 2018 01:11:51 +0200
mod_profile: Ignore shadowed variable name Kim Alvefur Thu, 12 Jul 2018 21:09:41 +0200
mod_profile: Update get_pep_service() signature to match recent changes to mod_pep_plus (in trunk) Kim Alvefur Tue, 10 Oct 2017 00:50:40 +0200
mod_profile: Add warning and debug logging in order to catch a weird event Kim Alvefur Sat, 03 Dec 2016 23:18:53 +0100
mod_profile: Return error on storage error, don't attempt to migrate from old storage Kim Alvefur Mon, 18 May 2015 02:58:17 +0200
mod_profile: Explicitly return true from handlers, session.send can return nil under some conditions Kim Alvefur Mon, 18 May 2015 02:56:41 +0200
mod_profile: Don't use import() Kim Alvefur Mon, 18 May 2015 02:55:39 +0200
mod_profile: Save photo and nickname from PEP to vCard Kim Alvefur Sat, 27 Sep 2014 19:29:28 +0200
mod_profile: Use module:handle_items() for PEP node bootstrapping (see trunk 388786af0dd2) Kim Alvefur Sat, 27 Sep 2014 19:11:04 +0200
mod_profile: Set metadata nodes ItemID to the same hash as the data node Kim Alvefur Tue, 16 Sep 2014 16:23:15 +0200
mod_profile: Fix global access Kim Alvefur Mon, 01 Sep 2014 18:15:34 +0200
mod_profile: Fix wrong use of "current" as id for avatar data Kim Alvefur Tue, 08 Jul 2014 02:54:58 +0200
mod_profile: Add the missing <info> child element and move info attributes there Kim Alvefur Tue, 08 Jul 2014 02:54:04 +0200
mod_profile: Don't include photo in vCard4 version (use XEP-0084 instead) Kim Alvefur Wed, 25 Jun 2014 20:45:01 +0200
mod_profile: Load profile into PEP on initial presence Kim Alvefur Sat, 21 Jun 2014 14:58:55 +0200
mod_profile: Don't pass old vcard data trough vcard lib Kim Alvefur Fri, 20 Jun 2014 18:14:26 +0200
mod_profile: Add id to item tag too. Kim Alvefur Fri, 30 May 2014 15:05:48 +0200
mod_profile: Use the item id "current" as recomended in the Singleton Nodes section of XEP-0060 Kim Alvefur Fri, 30 May 2014 14:57:34 +0200
mod_profile: Purge nodes before publishing new items Kim Alvefur Fri, 30 May 2014 14:55:54 +0200
mod_profile: Integrate with mod_pep_plus by default Kim Alvefur Thu, 29 May 2014 00:58:33 +0200
mod_profile: Replacement for mod_vcard with vcard4 support and integration with mod_pep_plus Kim Alvefur Wed, 28 May 2014 22:02:27 +0200