-
PMR
Who would attack a gajim server?
-
fjklp
Cyrille: I don't know about your specific problem but this muc goes down often, as it has today
-
TheAvidHorizon
PMR, unfortunately these days any target appears to be a good target.
-
cal0pteryx
Seems gitlab broke and a backup made the service unusable for a while
-
Mario Sabatino
Ping
-
joesi
Hi. - I'm using gajim 1.1.2. After using "synchronize chat history" (or similar), it only shows the last 10 days of a long-term conversation. How can I get the display of the complete conversation back in one piece? Thank you for any help.
-
nicoco
joesi: 1.1.2 is severely outdated, you should update
-
joesi
Thank you. I'll try.
-
cryptomobley
> joesi: 1.1.2 is severely outdated, you should update On debian 11 how I can? ↺
-
nicoco
flatpak
-
cryptomobley
> flatpak Only with this? ↺
-
nicoco
It's the easiest way. You should update to debian 12 anyway ;)
-
MSavoritias (fae,ve)
> > flatpak > Only with this? there is also: guix -> https://guix.gnu.org/en/manual/devel/en/html_node/Installation.html snap -> https://snapcraft.io/install/snap-store/debian and nix -> https://nixos.org/download#download-nix
-
MSavoritias (fae,ve)
out of these i reccomend nix or guix. guix has 1.7.3 currently
-
MSavoritias (fae,ve)
nix has also gajim 1.7.3 judging from their website
-
cryptomobley
Ok thx
-
meson
Sometimes using Gajim 1.8.1 (and earlier versions) on Timbleweed (plasma wayland) I cannot open chats after launching Gajim: It always shows the page with the "start chat" button, when I click on any chat. My guess is that this is a gtk issue, but has anyone else experinced this too? There was nothing interesting in gajim's `-v` debug log though. Next time I need to enable gtk debug logs.✎ -
meson
Sometimes using Gajim 1.8.1 (and earlier versions) on Tumbleweed (plasma wayland) I cannot open chats after launching Gajim: It always shows the page with the "start chat" button, when I click on any chat. My guess is that this is a gtk issue, but has anyone else experinced this too? There was nothing interesting in gajim's `-v` debug log though. Next time I need to enable gtk debug logs. ✏
-
cal0pteryx
Never seen this (nor reports of it)
-
lovetox
Sounds like there should be something in the log
-
meson
Will check again and report back
-
rincewind
Hi people, this is propbably a badly defined question, but I have two gajim installations (as well as a Conversations client) connecting to the same XMPP server (ejabberd) and messages do not get properly synchronized, meaning messages (including from this channel) show up as new although I already viewed them on another device. Now I wonder if I can resolve this. Is this more of a server configuration thingie? Could you provide me with some hints as to what might be lacking there?
-
cal0pteryx
rincewind: Public Channels don't use read markers ( many clients do not send them)
-
cal0pteryx
They don't scale well
-
rincewind
hm, sad to hear.
-
rincewind
So, I am not a professional regarding XMPP, but is it that much of a problem for my server keep some notes for my clients where they were in a particular channel? Or is it to hard to implement in the clients?
-
cal0pteryx
rincewind: there is no standard yet.
-
cal0pteryx
It's not hard at all
-
cal0pteryx
Storage mechanisms are already there.
-
meson
cal0pteryx: read markers = chat markers xep-0333? Would clients send their reading state to the server which then broadcasts those? Or could clients pull the list of states on demand?
-
cal0pteryx
XEP-0333 has no pull mechanism. Markers are sent directly. If 500 people do that in a public muc, we have a lot of noise
-
rincewind
to satisfy my curiosity: the XEP-0333 markers are sent to the server on which the channel is located, not only stored on my server for my account specifically?
-
polarian
Oh gajim is back
-
polarian
this MUC was gone all day yesterday
-
cryptomobley
> Oh gajim is back yeah
-
cryptomobley
guys did you see my avatar?
-
Geld
No
-
danielstein
cryptomobley: nope
-
cryptomobley
> cryptomobley: nope mh on other client I see but on gajim not
-
lovetox
rincewind: it's a normal groupchat message and follows the same logic
-
fjklp
hmm, looks like xmpp doesn't scale well in rooms with many users
-
MSavoritias (fae,ve)
There are ways to scale it. But it needs configuring
-
cal0pteryx
MUC in its default configuration has it's limits. but there are tweaks
-
fjklp
when I joined a bridged irc challen with around 2100 users, gajim had a cpu core pinned at 100% for about 23 seconds, while the xml console seemed to be filled with presence messages✎ -
fjklp
when I joined a bridged irc channel with around 2100 users, gajim had a cpu core pinned at 100% for about 23 seconds, while the xml console seemed to be filled with presence messages ✏
-
cal0pteryx
And that tells you what? That the bridge is not tweaked for big rooms.
-
lovetox
sounds weird, i join a irc channel with 4000 users in 3 seconds
-
fjklp
I'm not sure what it tells me. Can those messages be disabled without ill effect?
-
fjklp
> sounds weird, i join a irc channel with 4000 users in 3 seconds interesting. I wonder what the difference is between the two.
-
lovetox
i see no big cpu bound task when joining
-
lovetox
we dont display anything until we got all presences
-
lovetox
and getting 2000 presences depends on your connection to the server
-
fjklp
xmpp:%23linux%25irc.libera.chat@irc.cheogram.com?join
-
lovetox
but normally thats like 2 MB
-
lovetox
so takes a few seconds at most
-
fjklp
my connection is not a bottleneck
-
lovetox
https://share.hoerist.com/philipp/OQNyfDM49tb6a6c5/Screencast_from_2023-11-02_23-33-14.webm
-
lovetox
see how this looks for me
-
lovetox
seems worth to investigate on your side what the problem here is
-
lovetox
because the difference is massive
-
lovetox
you could try and close the groupchat roster while joining, if there is no difference, then at least you know its not a GUI problem
-
fjklp
when I close the roster, then leave chat, then join chat, it takes maybe 2 seconds✎ -
fjklp
when I close the roster, then leave chat, then join chat, it takes maybe 2 seconds to join ✏
-
fjklp
huge difference
-
fjklp
I don't really know where the bottleneck is
-
fjklp
when I open the roster, then open the slow chat, it takes about 2 seconds for the chat to show
-
fjklp
maybe this calls for profiling
-
lovetox
on first join of a irc channel, you need first to connect to the irc server
-
lovetox
this might take much more time
-
fjklp
weird, this is inconsistent. I joined again with the roster opened and it was maybe 4 seconds to join. But I had done this more than once before and it was about 23 seconds the first two times.
-
fjklp
> on first join of a irc channel, you need first to connect to the irc server I don't know what first join means in this case
-
lovetox
maybe its just the server sending the presences very slowly
-
lovetox
but that would not explain the 100% cpu
-
fjklp
right