Mercurial > libervia-backend
log sat/plugins/plugin_xep_0198.py @ 3069:73db9db8b9e1
age | author | description |
---|---|---|
2019-08-13 | Goffi | Python 3 port: |
2019-07-21 | Goffi | plugin XEP-0198: don't crash if transport is None in onAckTimeOut |
2019-07-20 | Goffi | plugin XEP-0198: catch and log an error if buffer is unexpectedly empty |
2019-07-17 | Goffi | plugin XEP-0198: retrieve missing messages + send buffered ones on hot reconnection: |
2019-07-16 | Goffi | plugins XEP-0045, XEP-0198: rejoin MUC rooms while a hot reconnection is done: |
2019-03-21 | Goffi | plugin XEP-0198: reset req_timer on session.reset(): |
2019-02-02 | Goffi | plugin XEP-0198: don't use hooks on components |
2019-01-26 | Goffi | plugin XEP-0198: fixed typo resulting in a crash on resume |
2018-12-27 | Goffi | plugin XEP-0198: rised ACK_TIMEOUT + set req_time to None when timing out to be ready after resuming |
2018-12-26 | Goffi | plugin XEP-0198: allow to customise/disable ack_timeout: |
2018-12-26 | Goffi | plugin XEP-0198: abort connection if ack is not received after a timeout: |
2018-11-18 | Goffi | plugin XEP-0198: Stream Management implementation: |