log src/plugins/plugin_xep_0085.py @ 2358:71b10dd7a13a

age author description
2017-02-12 Goffi core (plugins): added missing contants + use of new constants in PLUGIN_INFO
2017-02-12 Goffi core, jp: component handling + client handling refactoring:
2017-02-04 Goffi core: replaced calls to client.xmlstream.send by client.send which is the right method to use. client.xmlstream should not be used directly
2016-07-17 Goffi plugin XEP-0085, quick_frontends, primitivus: chat states are working again
2016-06-27 Goffi plugin XEP-0045, quick_frontend + primitivus (chat): cleaning of XEP-0045 (first pass):
2016-05-24 Goffi backend, frontend: messages refactoring (huge commit, not finished):
2016-04-17 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
2016-01-03 Goffi copyright update
2015-11-06 Goffi plugin XEP-0085: renamed "__xxx" methods to "_xxx"
2015-11-03 Goffi plugin XEP-0085: fixed chatstate blinking following 0632d96f08ad change
2015-11-02 Goffi plugin XEP-0085: fixed bad use of threads resulting in delay and crash when stopping the backend.
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