Gajim - 2025-01-25


  1. 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

  2. bot

    lovetox pushed 1 commits to branch gajim/master imprv: Features: Hide not maintained features - https://dev.gajim.org/gajim/gajim/-/commit/26d04cdf27653d0ed27394dbe9dcacf6ee231c33

  3. 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

  4. bot

    lovetox pushed 1 commits to branch gajim/master refactor: Base all dialogs on ConfirmationDialog - https://dev.gajim.org/gajim/gajim/-/commit/ee9c79da1d287cf978a0d4e81ca7981c51634c9d

  5. roughnecks

    hello, gajim is currently saying this for all of my accounts.. How does that happen?

  6. roughnecks

    https://xmpp.woodpeckersnest.space/file_share/00JTJureutb1NJ7EUqEwebqO/6f7efbee-c991-49a3-ae88-099644ebfe78.png

  7. roughnecks

    one of them is "offline - desynced" I just went online with it and all the othere seems fine too now

  8. roughnecks

    one of them is "offline - desynced" I just went online with it and all the others seems fine too now

  9. roughnecks

    one of them is "offline - desynced" I just went online with it and all the others seem fine too now

  10. opinionplatform.org 3

    roughnecks: Something is wrong with jabber dot org certificates.. At least Firefox dislikes them.

  11. roughnecks

    going to check it, thanks

  12. lovetox

    It's normal because you have not the same state on all accounts

  13. lovetox

    Hence not on sync

  14. lovetox

    Hence not in sync

  15. opinionplatform.org 3

    Oh, also xmpp:jabber@conference.jabber.org?join

  16. opinionplatform.org 3

    They made moves/changes last October...

  17. roughnecks

    > It's normal because you have not the same state on all accounts so it's probably an issue with that single account

  18. roughnecks

    > Oh, also xmpp:jabber@conference.jabber.org?join ♥

  19. mesonium

    lovetox, are there issues with the audio preview that I should know of?

  20. mesonium

    I just saw that it has been declared un-maintained and I wonder why

  21. cal0pteryx

    mesonium: it's only the av calling part. Though audio device selection is used for voice recording, right?

  22. 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 :)

  23. mesonium

    > audio device selection is used for voice recording yes afaik

  24. mesonium

    Hu, haven't expected Gajim to look so Dino'ish with the adw branch :P

  25. mesonium

    but looks great. Just the main menu needs to relocated.

  26. Fuwupe

    xmpp

  27. seb

    Hello. When I send an image with Gajim, which XEP is used ?

  28. seb

    HTTP-upload ?

  29. cal0pteryx

    seb: yes

  30. seb

    Thank you.

  31. 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.

  32. lovetox

    send a message after the picture

  33. Kris

    it is possible to reply to an picture message

  34. Kris

    it is also possible to reply to an picture message

  35. 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

  36. deport

    Adding text to an image shared seems like a decent amendment.

    👍 1
  37. 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.

  38. 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

  39. mesonium

    Is there a method to query the context of the currently opened chat, ie getting the account + contact jid (app wide)?

  40. lovetox

    for what purpose

  41. lovetox

    we normaly dont do it that way

  42. lovetox

    Gajim informs other code when the chat is changed

  43. lovetox

    there is get_selected_chat() in chat_list.py

  44. lovetox

    there is self._current_contact in chat_stack.py

  45. lovetox

    there is get_selected_chat() in chat_list_stack.py