log mod_profile/mod_profile.lua @ 3192:134e73ebfa5f

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