log sat/core/xmpp.py @ 3790:24f70a29e382

age author description
2022-05-24 Goffi comp AP gateway: message conversion:
2022-05-15 Goffi core: method to know if a profile/entity is an admin:
2022-05-13 Goffi core (xmpp): add a `server_jid` property
2022-03-22 Goffi core (xmpp): new `getVirtualClient` for components:
2021-12-01 Goffi merge bookmark 0.9 0.9
2021-11-30 Goffi core (xmpp): specify profile when logging a connection problem
2021-11-12 Goffi merge bookmark @
2021-11-04 Goffi core: don't callback `self.conn_deferred` if already called:
2021-07-28 Goffi core (xmpp): renamed `SatRosterProtocol.presenceSubscribed` to `isSubscribedFrom` (and added `isSubscribedTo`)
2021-06-17 Goffi merge changes from main branch
2021-06-09 Goffi core (xmpp): show "Libervia" without the "(backend)" component in version
2021-06-03 Goffi core (xmpp): catch `cancelError` in `pre_xml_treatments` in message workflow
2021-06-03 Goffi core: various changes and fixes to work with new storage and D-Bus bridge:
2021-06-03 Goffi core (memory/storage): backend storage is now based on SQLAlchemy
2021-05-06 Goffi core (xmpp): fix typo in sendError
2021-05-05 Goffi core (xmpp): added `appCondition` argument to `sendError`
2021-03-20 Goffi Renamed the project from "Salut à Toi" to "Libervia":
2021-03-19 Goffi date update
2020-11-12 Goffi core (xmpp): client.roster now implements __contains__
2020-11-12 Goffi doc, core: typos
2020-09-20 Goffi plugin XEP-0329, core(xmpp): moved `_compParseJids` to `SatXMPPComponent`:
2020-08-01 Goffi core (xmpp): text can now be specified in `sendError`
2020-04-14 Goffi core, frontends: avatar refactoring:
2020-04-03 Goffi core (xmpp): helper method to launch a plugin method:
2020-04-01 Goffi core (xmpp): properly clean profile data in case of startConnection failure:
2020-03-30 Goffi core (xmpp): use asDeferred for profileConnecting and profileConnected
2020-03-23 Goffi core (memory/encryption): set encrypted flag also for outgoing messages and put it in extra:
2020-03-22 Goffi core (memory/encryption): encryption session are now restored on client connection