log src/plugins/plugin_xep_0085.py @ 1467:ceba6fd77739

age author description
2015-03-30 Goffi 2015 copyright dates update
2015-03-20 souliane plugin XEP-0085, quick_frontend: fixes chat states
2015-02-23 Goffi merged souliane changes frontends_multi_profiles
2015-02-23 Goffi plugin XEP-0085: fixed bad call to udateEntityData frontends_multi_profiles
2015-02-22 souliane plugin XEP-0085: fixes the calls to memory.deleteEntityDatum and self.updateCache (was self.updateEntityData, has been renamed to avoid confusion with the memory method) frontends_multi_profiles
2015-02-09 Goffi core (memory): updateEntityData now accept a "silent" argument to avoid sending signal to frontends when updating an attribute with "signalOnUpdate" flag. frontends_multi_profiles
2015-01-24 Goffi core, frontends: refactoring to base Libervia on QuickFrontend (big mixed commit): frontends_multi_profiles
2014-12-10 Goffi plugin XEP-0085: disabled a problematic assert (see FIXME) frontends_multi_profiles
2014-10-20 souliane plugin XEP-0085: send 'gone' state before disconnection
2014-10-20 souliane plugin XEP-0085: use the full JID + fixes bad entity data "type" value
2014-04-19 Goffi core: use of the new core.log module:
2014-03-22 Goffi core: sendMessageTrigger now manage pre and post treatments, which happen before or after XML generation
2014-03-21 Goffi core: use of Const for profile_key + replaced '@DEFAULT@' default profile_key by '@NONE@'
2014-03-18 souliane plugin XEP-0085: bug fixes, especially for groupchat messages
2014-02-25 Goffi plugin XEP-0085: fixed bad trigger return value
2014-02-04 Goffi dates update
2013-12-29 Goffi core: i18n refactoring:
2013-12-03 Goffi plugin XEP-0085: fixed bad return value for sendMessage trigger's post treatment
2013-11-13 Goffi core: sendMessage's options parameter has been renamed to extra to be consistent with newMessage
2013-11-13 Goffi core: sendMessage triggers now use a treatments deferred;
2013-10-31 Goffi core: Deferred in onMessage.
2013-10-31 Goffi core: importParams renamed to updateParams: it now updates the parameter instead of appending children if it find an existing one.
2013-10-15 Goffi core, plugins: fixed bad use of children instead of elements() for domish.Element instances.
2013-10-07 souliane plugin xep-0085: bug fix + improvement
2013-09-26 souliane plugin XEP-0085: improvement for sending "composing" state
2013-09-07 souliane plugin XEP-0085: renamed category and parameter
2013-09-05 souliane plugin XEP-0085: Chat State Notifications