log sat/plugins/plugin_xep_0045.py @ 3044:691283719bb2

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