This project is about extending gabble, the Telepathy XMPP connection manager. While mainline gabble is quite conservative in its XMPP features, some features are essential for use within mobile environments, e.g. notebooks or smartphones with unstable network. Some work has been done for:
Attachment | Size | Date |
---|---|---|
![]() | 550.5 KB | 29/04/2020 - 22:37 |
![]() | 1.01 MB | 22/05/2020 - 18:08 |
![]() | 558.52 KB | 24/04/2020 - 22:27 |
![]() | 557.68 KB | 10/11/2019 - 23:24 |
![]() | 558.09 KB | 12/08/2019 - 22:28 |
0.18.4-5 : Fix package replacement policies
0.18.4-7 : Rebuild with Openssl to enable TLS1.3 support
0.18.4-9 : Backport of gio-tls to enable TLS1.3
Comments
citronalco
Mon, 2021/03/01 - 00:00
Permalink
During installation of SFOS 4 the installer asked me to remove telepathy-gabble-plus, so I did.
Problem: Reinstallation in SFOS 4 does not work any more: In Storeman installation does not finish (spinning wheel spins forever). So I tried with CLI:
Any hints?
EDIT: Solved, was my own fault: Seems like I did not uninstall telepathy-gabble-plus before SFOS update, so during the update Jolla's heavily outdated telepathy package had overwritten and some parts of yours.
Executed "pkcon remove telepathy-gabble telepathy-gabble-plus", after that I could sucessfully install telepathy-gabble-plus, and after a reboot it worked.
D_R
Sun, 2020/05/10 - 00:46
Permalink
It works great together with the share plugin. Thank you for it.
Are there any Plans for implementing MUC and OMEMO too?
noonien
Sun, 2020/05/10 - 02:36
Permalink
Hi, I'm glad that it works for you!
MUC would not only need group chat support in the user interface (aka jolla-messages) but also some work on gabble itself, as MUC tends to be troublesome on unstable networks. Stuff like MUC-MAM and stream-management with reconnection would help. Still a lot of work to do.
OMEMO is another big topic, maybe I'll find some free time to get it integrated, though.