-
bot
lovetox pushed 2 commits to branch gajim/master refactor: Settings: Don’t query value twice - https://dev.gajim.org/gajim/gajim/-/commit/f33ffcf07961383945d6c9828caee564b9cfde49 imprv: Preferences: Hide Audio/Video settings - https://dev.gajim.org/gajim/gajim/-/commit/19a4259b77616cda44b366b1052316871d4ac6e8
-
bot
lovetox pushed 1 commits to branch gajim/master imprv: Features: Hide not maintained features - https://dev.gajim.org/gajim/gajim/-/commit/26d04cdf27653d0ed27394dbe9dcacf6ee231c33
-
bot
lovetox pushed 4 commits to branch gajim/master cfix: Proxies: Allow calling without transient window - https://dev.gajim.org/gajim/gajim/-/commit/583c49dffcf33ec985ac977afe9cd3149fd3a3b7 refactor: Settings: Don’t check finalize twice - https://dev.gajim.org/gajim/gajim/-/commit/10cfd7e3d2111f8d4a2dd79d2de5ef72d926adc4 refactor: Client: Improve disconnecting behavior - https://dev.gajim.org/gajim/gajim/-/commit/d5f8c40842c57cbfc907aeafa6dfb24b799188cb cfix: Accounts: Show re-login dialog again - https://dev.gajim.org/gajim/gajim/-/commit/9af9c68d1acd81a5791f5c69eb3c612d48fd6aba
-
bot
lovetox pushed 1 commits to branch gajim/master refactor: Base all dialogs on ConfirmationDialog - https://dev.gajim.org/gajim/gajim/-/commit/ee9c79da1d287cf978a0d4e81ca7981c51634c9d
-
roughnecks
hello, gajim is currently saying this for all of my accounts.. How does that happen?
-
roughnecks
https://xmpp.woodpeckersnest.space/file_share/00JTJureutb1NJ7EUqEwebqO/6f7efbee-c991-49a3-ae88-099644ebfe78.png
-
roughnecks
one of them is "offline - desynced" I just went online with it and all the othere seems fine too now✎ -
roughnecks
one of them is "offline - desynced" I just went online with it and all the others seems fine too now ✏
-
roughnecks
one of them is "offline - desynced" I just went online with it and all the others seem fine too now ✏
-
opinionplatform.org 3
roughnecks: Something is wrong with jabber dot org certificates.. At least Firefox dislikes them.
-
roughnecks
going to check it, thanks
-
lovetox
It's normal because you have not the same state on all accounts
-
lovetox
Hence not on sync✎ -
lovetox
Hence not in sync ✏
-
opinionplatform.org 3
Oh, also xmpp:jabber@conference.jabber.org?join
-
opinionplatform.org 3
They made moves/changes last October...
-
roughnecks
> It's normal because you have not the same state on all accounts so it's probably an issue with that single account ↺
-
roughnecks
> Oh, also xmpp:jabber@conference.jabber.org?join ♥ ↺
-
mesonium
lovetox, are there issues with the audio preview that I should know of?
-
mesonium
I just saw that it has been declared un-maintained and I wonder why
-
cal0pteryx
mesonium: it's only the av calling part. Though audio device selection is used for voice recording, right?
-
mesonium
cal0ptyerxs, it's not only the av part commented out: https://dev.gajim.org/gajim/gajim/-/commit/26d04cdf27653d0ed27394dbe9dcacf6ee231c33#06739585ccad6f1d5e775ac846a1152cb89a5804_92_72 I'm not complaining, just wondering :)
-
mesonium
> audio device selection is used for voice recording yes afaik
-
mesonium
Hu, haven't expected Gajim to look so Dino'ish with the adw branch :P
-
mesonium
but looks great. Just the main menu needs to relocated.
-
Fuwupe
xmpp
-
seb
Hello. When I send an image with Gajim, which XEP is used ?
-
seb
HTTP-upload ?
-
cal0pteryx
seb: yes
-
seb
Thank you.
-
seb
I was looking in the HTTP-upload xep if it's possible to add a description when an image is sent. For accessibility. But sadly their is not.
-
lovetox
send a message after the picture
-
Kris
it is possible to reply to an picture message✎ -
Kris
it is also possible to reply to an picture message ✏
-
hyol
> I was looking in the HTTP-upload xep if it's possible to add a description when an image is sent. For accessibility. But sadly their is not. You could suggest it in one of the official XMPP rooms
-
deport
Adding text to an image shared seems like a decent amendment.
👍 1 -
deport
The client could always sort of do this by just sending the text and the image close to the same time, but there's no guarantee they won't be broken up by the message of another user.
-
bot
lovetox pushed 2 commits to branch gajim/master cfix: Plugins: Fix opening plugin config - https://dev.gajim.org/gajim/gajim/-/commit/a035d6e414bd5104ce25a49ceba8b3d54aff283d change: Plugins: Rename tooltip extension point - https://dev.gajim.org/gajim/gajim/-/commit/ee939bd1e23eb687d63bb387099676cbc844e575
-
mesonium
Is there a method to query the context of the currently opened chat, ie getting the account + contact jid (app wide)?
-
lovetox
for what purpose
-
lovetox
we normaly dont do it that way
-
lovetox
Gajim informs other code when the chat is changed
-
lovetox
there is get_selected_chat() in chat_list.py
-
lovetox
there is self._current_contact in chat_stack.py
-
lovetox
there is get_selected_chat() in chat_list_stack.py