Mercurial > libervia-backend
comparison CHANGELOG @ 2691:1ecceac3df96
plugin XEP-0198: Stream Management implementation:
- hooks can now be set in stream onElement and send methods
- xmllog refactored to use new hooks
- client.isConnected now uses transport.connected method
- fixed reconnection, SàT will now try to reconnect indefinitely until it success, unresolvable failure happen (e.g. invalid certificate), or explicit disconnection is requested (or a plugin change this behaviour)
- new triggers: "stream_hooks", "disconnecting", "disconnected", and "xml_init" (replace "XML Initialized")
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 18 Nov 2018 15:49:46 +0100 |
parents | 56bfe1b79204 |
children | b35c84ea73cf |
comparison
equal
deleted
inserted
replaced
2690:56bfe1b79204 | 2691:1ecceac3df96 |
---|---|
3 v 0.7.0 (NOT RELEASED YET): | 3 v 0.7.0 (NOT RELEASED YET): |
4 This version is a huge gap with previous one, changelog only show a part of novelties. | 4 This version is a huge gap with previous one, changelog only show a part of novelties. |
5 This is also the first "general audience" version. | 5 This is also the first "general audience" version. |
6 - XEP-0070 implementation (HTTP Auth via XMPP) | 6 - XEP-0070 implementation (HTTP Auth via XMPP) |
7 - XEP-0184 implementation (Delivery Receipts) | 7 - XEP-0184 implementation (Delivery Receipts) |
8 - XEP-0198 implementation (Stream Management) | |
8 - XEP-0199 implementation (XMPP Ping) | 9 - XEP-0199 implementation (XMPP Ping) |
9 - XEP-0231 implementation (Bits of Binary) | 10 - XEP-0231 implementation (Bits of Binary) |
10 - XEP-0264 implementation (Thumbnails) | 11 - XEP-0264 implementation (Thumbnails) |
11 - XEP-0280 implementation (Mesage Carbons) | 12 - XEP-0280 implementation (Mesage Carbons) |
12 - XEP-0329 implementation (File Information Sharing) | 13 - XEP-0329 implementation (File Information Sharing) |