Mercurial > libervia-backend
log src/plugins/plugin_xep_0045.py @ 1376:28fd9e838f8f
age | author | description |
---|---|---|
2015-03-19 | Goffi | plugin text command, XEP-0045, XEP-0048, XEP-0249: removed feedBackWrongContext which is no more usefull with new _contextValid method |
2015-03-11 | souliane | plugins XEP-0045, XEP-0249, parrot: use JID instead of unicode in many methods + class attributes frontends_multi_profiles |
2015-03-07 | souliane | plugin XEP-0045: make joinMUC asynchronous and fixes its handler 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 |
2014-10-22 | souliane | plugin XEP-0045: use HISTORY_LIMIT param to retrieve the MUC history |
2014-10-20 | souliane | plugin XEP-0045: set the entity data "type" asap (userJoinedRoom is triggered before the join callback) |
2014-10-17 | souliane | plugin XEP-0045: handle MUC presence |