log src/core/xmpp.py @ 2322:310a454c8657

age author description
2017-06-19 Goffi core: added hosts_dict handling in general config:
2017-03-08 Goffi core, plugin XEP-0077: in-band registration fix and move:
2017-02-12 Goffi core, jp: component handling + client handling refactoring:
2017-02-06 Goffi core (roster): added isPresenceAuthorised to check if an entity is authorised to see our presence
2017-02-05 Goffi core (client): added feedback and sendMessage methods:
2017-02-05 Goffi core: replaced SkipHistory exception by a key in mess_data:
2017-02-04 Goffi added "send" trigger point as the last one before sending, can be used for e2e encryption
2017-01-05 Goffi core: added sessionGetInfos bridge method to retrieve various data on current profile session + client.started keep start time
2017-01-05 Goffi plugin XEP-0231: Bits of Binary first draft:
2017-01-05 Goffi core (memory/cache): file caching handling, first draft:
2016-12-18 Goffi plugin XEP-0280: Message Carbons first draft
2016-12-04 Goffi core, quick_frontends: android compatibility hacks:
2016-08-28 Goffi core, bridge, frontends: removed deprecated bridge method askConfirmation, confirmationAnswer, actionResult, actionResultExt and getWaitingConf
2016-06-20 Goffi backend, frontends: message refactoring (huge commit):
2016-05-24 Goffi backend, frontend: messages refactoring (huge commit, not finished):
2016-04-17 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
2016-01-03 Goffi copyright update
2015-12-11 souliane plugin XEP-0203, core (xmpp): leave the management of delay element to XEP-0203 (fix bug 59):
2015-12-07 souliane core, plugin misc_account: set XMPP connection max retries to 0 when checking if an external account exists
2015-12-07 Goffi core (client): fixed maximum connection tries to 3
2015-11-27 Goffi core: fixed cache check on presence unavailable
2015-11-25 Goffi core: avoid to send presence unavailable signal when it's not necessary
2015-11-17 Goffi core, bridge: actionsGet:
2015-11-11 Goffi core (client): added a sendError method to easily build error response from <IQ\> stanza
2015-11-06 Goffi core (xmpp.py): fixed bad import
2015-11-02 Goffi core (client): add IQ method to easily create an IQ stanza with the current xmlstream, and manage result with a Deferred.
2015-09-25 Goffi core: progression handling improvments:
2015-08-20 Goffi core, plugin watched: new plugin, show an alert when a watched entity goes online