log src/plugins/plugin_xep_0045.py @ 2486:031aa3cc67ac

age author description
2018-01-26 Goffi dates update
2018-01-05 Goffi plugin XEP-0045: new mucGetService bridge method to retrieve MUC service of the server.
2018-01-02 Goffi plugin XEP-0045: added mucNickGet to retrieve our nickname in a MUC room
2017-11-03 Goffi misc: date update (yes it's a bit late :p )
2017-03-06 Goffi i18n: updated sat.po
2017-02-12 Goffi plugin XEP-0045: fix after client refactoring
2017-02-12 Goffi core (memory/disco): getInfos now handle node + use client instead of profile in many methods
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:
2016-09-09 Goffi plugin XEP-0045, quick frontend (app,chat): various chat improvments:
2016-09-09 Goffi plugin XEP-0045: minor docstring fix
2016-08-28 Goffi plugin XEP-0045, XEP-0054, XEP-0096: deprecated bridge method are not used anymore
2016-08-07 Goffi plugin XEP-0045: fixed options parameter handling in bridge callback
2016-07-24 Goffi plugin XEP-0045: added bridge method to change subject
2016-07-02 Goffi plugin XEP-0045: fixed typo in text commands
2016-06-30 Goffi plugin XEP-0045: added /list text command:
2016-06-30 Goffi plugin XEP-0045: various fixes/improvments:
2016-06-30 Goffi plugin xep-0045: ask for password when getting a "not-allowed" error
2016-06-29 Goffi xep-0045: ignore non standard presence received between own presence and room subject
2016-06-28 Goffi plugin XEP-0045: fixed calls to join, nick, kick, ban and affiliate
2016-06-27 Goffi plugin XEP-0045, quick_frontend + primitivus (chat): cleaning of XEP-0045 (first pass):
2016-06-20 Goffi backend, frontends: message refactoring (huge commit):
2016-04-17 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
2016-03-07 Goffi plugin XEP-0045: overriden availableReceived method of MUCClient to work around a bug in Wokkel (affiliation and role are not set). TODO: propose a patch upstream
2016-03-07 Goffi plugin XEP-0045: fixed feedback for /kick /ban and /afficiliate commands which should not be public
2016-01-13 souliane plugin XEP-0045: raise a special error when the room has already been joined
2016-01-03 Goffi copyright update
2015-12-15 souliane complete the Exception's list when catching JID error:
2015-11-29 Goffi plugin XEP-0045: fixed bad default parameter
2015-11-02 Goffi core (disco): use of “profile” instead of “profile_key” in several disco methods