log sat/plugins/plugin_xep_0045.py @ 3404:26a0af6e32c1

age author description
2020-04-14 Goffi core, frontends: avatar refactoring:
2020-02-18 Goffi core: renamed "MessageReceived" trigger to "messageReceived" for consistency.
2020-01-29 Goffi fixed shebangs
2020-01-29 Goffi dates update
2019-12-30 Goffi plugin XEP-0045: added room statuses to metadata:
2019-12-20 Goffi plugin XEP-0045: show join error even if it's not a StanzaError, log it with warning instead of error
2019-12-05 Goffi plugin XEP-0045: don't fail on `item-not-found` with MAM:
2019-10-18 Goffi plugin XEP-0045: join / MAM history improvements:
2019-08-13 Goffi Python 3 port:
2019-07-19 Goffi plugin XEP-0045: fixed a bad attribute in a log message.
2019-07-16 Goffi plugins XEP-0045, XEP-0198: rejoin MUC rooms while a hot reconnection is done:
2019-07-14 Goffi plugin 0249: fixed invitation handling + some improvments:
2019-07-09 Goffi core, plugin XEP-0045: fixed message type autodetection + ENTITY_TYPE_MUC constant:
2019-07-07 Goffi plugin XEP-0045: avoid sending useless presence signals:
2019-07-06 Goffi plugin XEP-0045: log "failure" on configure error
2019-07-02 Goffi plugin XEP-0045: added a warning if a message is discarded because the room has not been found
2019-06-30 Goffi core, plugin XEP-0045: fix crashes when changing URIs:
2019-03-09 Goffi plugin XEP-0045: added getRoomOccupants/mucOccupantsGet method to retrieve occupants of a joined room.
2019-03-01 Goffi plugin XEP-0045: fixed item-not-found exception when creating a room:
2019-03-01 Goffi plugin XEP-0045: fixed message type filtering when getting last stanza_id to retrieve history with MAM
2019-03-01 Goffi plugin XEP-0045: cache presences if they are received before the room is fully joined:
2019-02-28 Goffi plugin XEP-0045: fixed issue with deepcopy by using new xml_tools.elementCopy method
2019-01-26 Goffi plugin XEP-0045: fixed crash when <delay> is used at an unexpected time.
2019-01-12 Goffi date update
2018-12-26 Goffi plugin XEP-0045: fixed bad MAM detection on join
2018-12-12 Goffi plugin XEP-0045: don't loop when initiating MAM archive
2018-12-12 Goffi plugin XEP-0045: request 50 *last* MAM messages if new archive
2018-12-10 Goffi plugin XEP-0313, XEP-0045: loop MAM requests until whole archive is retrieved:
2018-12-07 Goffi plugin XEP-0045: MAM implementation for MUC
2018-11-10 Goffi plugin XEP-0199: implementation of XMPP Ping