Gajim - 2024-09-24


  1. Fuwupe

    xmpp

  2. Observer

    Hi, how do I clear chat history in gajim?

  3. fjklp

    1. open the target chat 2. open group chat details 3. open settings tab 4. Remove History button Enjoy chatting with Gajim! If you have any other questions, feel free to ask!

  4. cat_petter_2012

    > > Hi, Please teach me how to set up Gajim for audio calls and video calls. Kubuntu. > > Actually, you can do it. But only on a certain version of gajim. At the moment, the implementation of dtls-srtp is being improved. The only problem that exists at the moment is that MR is not ready for Farstream and GStreamer. > > You can find out more here: > https://dev.gajim.org/gajim/gajim/-/merge_requests/995 > > I personally tested this draft literally the other day and I managed to successfully call with conversations <-> gajim. Except for video calls, there are some problems with them that require debugging. This is awesome

  5. meson

    I've written a friendly mail to Michael Kuhn, the new fedora gajim package maintainer and kindly invited him to this muc. Let's see if he responds and follows the invitation. :)

  6. meson

    So that we get the ball hopefully finally rolling.

  7. mrdoctorwho

    if a VPN was restarted in the background, gajim tries to disconnect and just hangs in that process. Manual status change to "offline" doesn't work either 2024-09-24T15:17:55 (W) gajim.client Can't change status while disconnect is in progress

  8. sch

    Gajim does not wrap text-multi of Data Forms (using Ad-Hoc Commands). I will report this at the tracker.

  9. Observer

    > 1. open the target chat > 2. open group chat details > 3. open settings tab > 4. Remove History button > > Enjoy chatting with Gajim! If you have any other questions, feel free to ask! Remove History button is absent from chats with my contacts.

  10. sch

    Shall I send an XML? https://dev.gajim.org/gajim/gajim-plugins/-/issues/638 Gajim does not wrap text-multi of Data Forms

  11. fjklp

    Observer: what version?

  12. Observer

    > Observer: what version? 1.9.4 (Unix/Linux)

  13. fjklp

    well, it's there for me and I think it has been for awhile

  14. fjklp

    you opened chat details, the button at top right?

  15. goran

    To open an image with Gajim 1.9.3 hangs some seconds and the CPU vent spins up. Am I alone with this?

  16. bot

    lovetox pushed 2 commits to branch gajim/master fix: Dataforms: Don’t try to calculate label size - https://dev.gajim.org/gajim/gajim/-/commit/fc8b11fa5f38e1f01222e2d471926bff4266d8d6 imprv: Datafroms: Display text-multi fields without scrolled window - https://dev.gajim.org/gajim/gajim/-/commit/5a98774b23edd69340e557d5d49793bfe10c752c

  17. meson

    I've just started toying around to insert the data of file messages into their corresponding table (filetransfer) in the db. Can you maybe explain to me what the tables ft_source_urldata for and ft_source are meant for?

  18. lovetox

    https://xmpp.org/extensions/xep-0447.html

    πŸ™ 1
  19. meson

    Which clients already support this XEP?

  20. lovetox

    no one

  21. meson

    πŸ˜ƒ great, but we already got tables for it

  22. lovetox

    the tables are generic

  23. lovetox

    they fit every file transfer xep

  24. lissine

    > Which clients already support this XEP? Kaidan, Moxxy and QXMPP. Slidge supports it partially It seems that there's a competing XEP: https://xmpp.org/extensions/xep-0385.html which is supported by: https://xmpp.org/extensions/#xep-0385-implementations

  25. meson

    lissine: in https://xmpp.org/extensions/xep-0446.html is another motivation mentioned for 447 over 385: > (...) XEPs like Stateless Inline Media Sharing (XEP-0385) [2] depend on the mostly unrelated Jingle (XEP-0166) [3] just for the metadata element. The motiviation of this XEP is to get rid of such dependencies and have a dedicated place to define a file metadata element.

  26. lovetox

    its not hard to support both