-
fjklp
>then have the Menu Bar functionality cleanly merged into the UI where you previously accessed one of those two pages. what do you mean by this? what is the menu bar?✎ -
fjklp
>then have the Menu Bar functionality cleanly merged into the UI where you previously accessed one of those two pages. Linux in a Bit: what do you mean by this? what is the menu bar? ✏
-
Linux in a Bit
> >then have the Menu Bar functionality cleanly merged into the UI where you previously accessed one of those two pages. > Linux in a Bit: what do you mean by this? what is the menu bar? It's that bar at the top of the screen that other apps typically hide by default (try opening a new tab in Firefox and press Alt and it will appear if you have it hidden). In Gajim it says "Gajim Accounts View Help"✎ ↺ -
Linux in a Bit
> >then have the Menu Bar functionality cleanly merged into the UI where you previously accessed one of those two pages. > Linux in a Bit: what do you mean by this? what is the menu bar? It's that bar at the top of the screen that other apps typically hide by default (try opening a new tab in Firefox and press Alt and it will appear if you have it hidden). In Gajim it has buttons for "Gajim", "Accounts", "View", and "Help" ✏ ↺
-
fjklp
I see
-
richmann
can gajim do video and voice calls with Conversations app for android?
-
chud
my branch can
-
chud
https://dev.gajim.org/gajim/gajim/-/merge_requests/1025
-
richmann
why tf it not built into official
-
fjklp
the merge request was only made less than a day ago
-
agh
Like 3 hours ago
-
richmann
So ur tellin me this question ive had on my mind for years that I finally found the energy to ask today was just merge requested today?
-
fjklp
yes, actually
-
fjklp
just click the link
-
fjklp
But there is another person working on a different implementation right now so I'm curious how this gets handled
-
sch
lovetox > Scope is we don't use it as social network > It would be easier if you tell us what you want to use it for 1) Would it be reasonable to have support for browsing node content of JIDs that utilize PubSub nodes? 2) Gajim indicates that it is able to subscribe to PubSub nodes, yet I do not know how is it visually realized. I need help.
-
sch
> 1) Would it be reasonable to have support for browsing node content of JIDs that utilize PubSub nodes? I think it would be beneficial to open a chat window (of chat and groupchat) and to browse content that is loaded on its PubSub, if available. The contents may be "group rules", "important notes", "recently shared media" etc.
-
sch
Example case: Uploading to a PubSub node of an office groupchat a letter and attaching audio recording and documents of yesterday's directorate minutes that need to be approved and reviewed by participants of the groupchat. I think that PubSub would be useful for doing this, instead of notifying every member or posting about it in the groupchat every now and then, and instead of uploading the data to an HTTP service and consequently opening a web browser to get that data.
-
sch
If you think it is beneficial, then I would want to volunteer to develop it.✎ -
sch
If you - The Gajim Team - think it is beneficial, then I would want to volunteer to develop it. ✏
-
sch
If you - The Gajim Team - think it is beneficial, then I would want to volunteer to develop it or help with development. ✏
-
kurion
Hi, I wanted to ask this for a long time. When I have a groupchat open and I press ESC, why does Gajim ask if I want to leave that group and not just hide the groupchat as in the case of a personal contact?✎ -
kurion
Hi, I wanted to ask this for a long time. When I have a groupchat open and I press ESC, why does Gajim ask if I want to leave that group and not just hide the chat as in the case of a personal contact? ✏
-
kurion
I mean, why does _closing_ a groupchat imply _leaving_ that groupchat?
-
nicoco
kurion: that's how XMPP "Multi-User Chats" work. When you close the client (or in this case close the chat window) you actually leave it. For private group chats there is a list of "members" and closing the client/window does not change your membership status. I agree this is a bit confusing, and different than what being in a group/leaving a group means in most other chat networks. The XMPP model is closer to IRC than to whatsapp/telegram/signal.
-
ann
I just broken OMEMO in gajim with one specific contact
-
ann
2024-03-26T16:58:42 (W) omemo_dr.session_manager () No valid sessionsBad Mac! 2024-03-26T16:58:49 (W) omemo_dr.session_manager () No valid sessionsBad Mac!
-
ann
how to fix it?
-
kalkin
Just noticed: It would be nice if gajim would condense multiple consecutive `join/leave` messages. Or is it solved in > v1.7.4?
-
lovetox
no, but only very few users show these, you can simply hide them
-
lovetox
kurion, there is a config option to disable this behavior
-
lovetox
then ESC closes Gajim, not the active chat
-
lovetox
the reason why we dont hide it is, because beeing joined in a groupchat is not performance free
-
lovetox
you cannot be joined unlimited groupchats, so the user should be aware where they are joined
-
lovetox
sch, that sounds like a bigger feature which needs a well defined XEP and not simply a pubsub browser
-
lovetox
this feature can only work, if its well defined what content is on these nodes and how it needs to be processed
-
lovetox
there is also no approving build into pubsub, so this would be another standard which needs defining on top of pubsub
-
sch
Thank you for the elaborate answer, lovetox!
-
ozoned
Good day. I'm absolutely brand new to xmpp, literally started the last few hours, so I might be doing something wrong or misunderstanding something. I have Gajim installed, my account is on mov.im, when I attempt to Discover Services and browse a Publish-Subscribe, say comics.movim.eu, Gajim just locks up and eventually crashes. Anyway to troubleshoot this, is this a known issue? On Debian 12 with the Flatpak'd version from Flathub.
-
lovetox
Gajim is not made for browsing some social network content
-
lovetox
Its just a chat application
-
ozoned
AH. Ok.
-
lovetox
if you want to use these social network functionalities you should use a client like movim
-
ozoned
Yeah, that's what I'm on right now.
-
ozoned
Thank you. :-)
-
lovetox
as i understood it, your account is on mov.im, that does not mean you use the xmpp client that movim provides
-
lovetox
but if you are logged in in the webinterface here https://mov.im
-
lovetox
then your good to go, why did you install Gajim?
-
ozoned
Right. It's disconnected. A front end and a back end. I was trying to use Gajim to search the articles stuff, but as you stated it's not made for that, so that explains the crash. :-)
-
ozoned
I like native clients more than web stuff. And Gajim and Dino were the ones people were recommending. So I started with those. Then found out about the Pub-Sub stuff and saw that Gajim could see it, but I didn't know if it was a bug or me, or as you pointed out, just not something it's designed for.
-
lovetox
ah ok, yeah not many clients do the pubsub blogging stuff
-
lovetox
movim is the most prominent
-
lovetox
i think none that is native
-
lovetox
as blogging is most of the time html, and to display this a web client is probably more suited
👍 1 -
rude
do it lovetox add blogging
-
rude
is it hard?