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