Gajim - 2024-05-11


  1. bot

    lovetox pushed 1 commits to branch gajim/master change: Windows: Use PyWinRT instead of winsdk - https://dev.gajim.org/gajim/gajim/-/commit/5f0d246baeb01c26d9e22e437fb935d930bbcc30

  2. geometric

    in some conferences the debug never comes to MUC._room_join_complete and even MUC_on_disco_result_after_config. Can't figure this out

  3. cal0pteryx

    geometric: but you still didn't say what the actual problem is

  4. geometric

    I created a couple of conferences, but I can't join them. "Joining..." executing forever

  5. geometric

    I created a couple of conferences, but I can't join them. "Joining..." is executing forever

  6. geometric

    gajim is really good client, but this bug disturbing

  7. geometric

    I got last source from github and debugging it. No differences in protocol during joining to gajim@conference... or reactjs@conference...

  8. lovetox

    It's your server

  9. lovetox

    Most likely, try another one and you will see everything works

  10. lovetox

    Try making an account on movin.eu for example

  11. geometric

    nope, multiple conferences are work but i'm just participant at them

  12. geometric

    at jabber.ru

  13. geometric

    but this one doesn't

  14. geometric

    I trying to see differences in joining different conferences, but unluck

  15. geometric

    I trying to see differences in joining different conferences, but unlucky

  16. lovetox

    geometric: jabber.ru uses a really old server version

  17. lovetox

    The group chat needs a topic or subject

  18. lovetox

    Otherwise joining will not work

  19. geometric

    Ooohh

  20. geometric

    thanks!

  21. geometric

    but surfing the sources was realy insteresting

  22. lovetox

    You would need to create it with another client then set a subject

  23. lovetox

    Then joining should work

  24. geometric

    where I should go to workaround it in source code ?

  25. lovetox

    Rather tell jabber.ru to fix there server

  26. lovetox

    Or what are you planning? Maintaining a fork? Because of some bug on jabber.ru

  27. lovetox

    Anyway in the MUC module search for when the room-joined signal is issued

  28. geometric

    > Rather tell jabber.ru to fix there server 😅️

  29. geometric

    howto build gajim as binary? pyinstaller?

  30. geometric

    oh... it is not built

  31. geometric

    some messages have no stanza_id

  32. geometric

    so this line "assert message.stanza_id is not None" crashes

  33. lovetox

    Thx it's known problem

  34. geometric

    I added a little piece of code, may I make PR?

  35. lovetox

    If you are bored

  36. geometric

    ok. I'll prepare. Can you explait or send me to an instruction howto build deb package (for myself)

  37. lovetox

    Look into gitlab-ci.yml