log sat/core/xmpp.py @ 3018:758bee45612b

age author description
2019-07-09 Goffi core, plugin XEP-0045: fixed message type autodetection + ENTITY_TYPE_MUC constant:
2019-07-02 Goffi core (xmpp): removed log for presence, as it is barely useful and too verbose even for debug logs.
2019-07-02 Goffi core (xmpp): set message timestamp on message reception:
2019-07-02 Goffi core (xmpp): fixed URI correction while parsing messages:
2019-06-30 Goffi core, plugin XEP-0045: fix crashes when changing URIs:
2019-04-14 Goffi core: fixed component connexion:
2019-04-10 Goffi code (xmpp): store version after roster item update + fix item removal:
2019-04-07 Goffi core, quick_frontend(app): fixed connected signal handling
2019-04-07 Goffi core: added a rosterResync method to bridge:
2019-04-07 Goffi core (xmpp): implemented roster versioning
2019-04-06 Goffi core (xmpp): new networkEnabled() and networkDisabled() methods:
2019-04-06 Goffi core (xmpp): advanced handling of connection termination
2019-04-05 Goffi core (xmpp): use the cleaner stopTrying() instead of setting `continueTrying = 0` when connection is not possible due to invalid certificate.
2019-03-01 Goffi core: renamed presenceReceived to presence_reveiced + use "client" as first arguments instead of "profile"
2019-01-26 Goffi plugin XEP-0045: fixed crash when <delay> is used at an unexpected time.