log src/plugins/plugin_xep_0085.py @ 1206:020e663bc286

age author description
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