Gajim - 2024-02-23


  1. lovetox

    Shortcut has to be enabled in GTK config

  2. donnerwetter

    Is there a list of all XMPP Chat(room)s?

  3. affrip

    donnerwetter, no but you can use the search rooms to find some

  4. donnerwetter

    Thank you, affrip.

  5. affrip

    donnerwetter, there's also lists of rooms on various sites you can search for them on google but there's no single list of all rooms because there's many servers out there

  6. bodqhrohro

    lovetox: it works in other apps, but not in Gajim 1.8.

  7. cal0pteryx

    affrip, donnerwetter: https://search.jabber.network/rooms/1

  8. bodqhrohro

    Just encountered a Slackware user who is still on Gajim 0.16.9. Based.

  9. Kevino

    xD

  10. astanad_

    lovetox, sorry for this question !! why gajim use Gtk and not Qt ?

  11. bodqhrohro

    astanad_: decent Qt bindings for Python weren't a thing for a long time.

  12. bodqhrohro

    Qt in general is not highly binding-friendly due to relying on C++ ABIs which have severe cross-compiler compatibility problems due to mangling, while GTK+ has C ABI and there were lots of bindings made for it, even for PHP or Ruby.

  13. astanad_

    bodqhrohro, okey !

  14. Link Mauve

    Or even in bash! https://github.com/taviso/ctypes.sh/pull/60

  15. chud

    Deranged

  16. meson

    maximus: bc I wanted to implement myself i will look into it, but don't hold your breath, no eta.

  17. fjklp

    any chance we will get the ability to ignore users any time soon?

  18. fjklp

    it sure would be nice

  19. lovetox

    users as in muc users?

  20. fjklp

    in a muc

  21. bodqhrohro

    > `super().set_text(SEX_VALUES[value])` 😳

  22. bodqhrohro

    ``` # 6.2.7 property-gender = element gender { element sex { "" | "M" | "F" | "O" | "N" | "U" }, element identity { text }? } ``` I wonder what do those letters even mean.

  23. affrip

    amogus bodqhrohro,

  24. bodqhrohro

    other/neutral/undefined?

  25. amogus

    thanks for the ping affrip

  26. affrip

    bodqhrohro, void, michael jackson, fartgender, octogender, neogender, ungendered

  27. bodqhrohro

    Now they'll ban me for provocation lol.

  28. bodqhrohro

    Even more interesting. ``` "work" | "home" | "contact" | "acquaintance" | "friend" | "met" | "co-worker" | "colleague" | "co-resident" | "neighbor" | "child" | "parent" | "sibling" | "spouse" | "kin" | "muse" | "crush" | "date" | "sweetheart" | "me" | "agent" | "emergency" ```

  29. bodqhrohro

    We need x-statuses back.

  30. cal0pteryx

    bodqhrohro, it's XEP-0292 and RFC 6351 https://datatracker.ietf.org/doc/html/rfc6351

  31. bodqhrohro

    cal0pteryx: I know, I copied it from there lol.

  32. fjklp

    hmm, I don't see a definition of the sexes

  33. affrip

    The woke mob has gotten to the RFCs it's truly over

  34. chud

    affrip: taba why another account

  35. bodqhrohro

    affrip: how did I read about intersex conditions in a gynecology book back in 00s?

  36. affrip

    bodqhrohro, I don't know but if it's in a gynecology book they probably go in the "F" category

  37. affrip

    chud, I'm not whoever you think I am chudbro

  38. bodqhrohro

    affrip: what if I mention you in a gynecology book?

  39. chud

    Sure sure chuddie

  40. bodqhrohro

    affrip: I would highly appreciate if you stopped using computers and left this chat, because computers are not mentioned in Bible and are for sure made by Satan for seduction. That's why I refused to get a computer until I was 15. But my parent lured me into it anyway to educate and earn money.

  41. affrip

    bodqhrohro, That means I'm a woman

  42. bodqhrohro

    Glad you appreciate it.

  43. affrip

    bodqhrohro, my brother in christ you must repent for your sins of using satan machine

  44. lovetox

    please stop this conversations

  45. lovetox

    please stop this conversation

  46. fjklp

    lovetox: sorry, but is there any answer on the probability of blocking in a muc?

  47. lovetox

    25% in 2024

  48. lovetox

    the confidence interval is +/- 25 though

  49. fjklp

    lol, nice

  50. fjklp

    I know that feeling

  51. QStambaugh

    I seemed to remember blocking working in MUCs if you add their nick MUC JID to your blocklist. For example `muc@conference.example.com/nick`. Granted, even if that does work, it would only work for as long as they use the same nick

  52. QStambaugh

    I might be completely misremembering. Maybe that was something back when I used Pidgin