-
lovetox
sounds like a bad idea to be honest
-
lovetox
but im not seeing something in the code that wouldnt allow that, except does the disco#items query return entries with a "node" attribute?
-
lovetox
because we ignore these
-
lovetox
ah yeah i see it in the code we assume a MUC component is just that and nothing else
-
lovetox
this is probably a bit of a grey area
-
famfo
If I understand the XEP correctly, it should be supported and there is an identity for both returned by the server. It would be nice if that could be supported :)
-
lovetox
why do you need that?
-
famfo
I don't nesessearliy need it, but I'd like to have it to keep xmpp stuff on one subdomain
-
polarian
XMPP kinda naturally became designed around microservices
-
polarian
I don't think gajim is the only thing which breaks when bundling things under the same subdomain
-
famfo
Since it is supported from my understanding of the XEP, I wanted to do that anyways
-
lovetox
you are asking for trouble
-
lovetox
but i will ask around if this is something worth supporting
-
famfo
Okay, thank you
-
debacle
Post-christmas-wish of the hour: When I received cat content (photo), I like to drag'n'drop it from the conversation to a contact in the conversations list of a workspace to "forward" it. Maybe also to roster contact.
-
Cyrille
That seems a great idea/UI
-
jstein
debacle, there should be a confirmation window "do you want to send ... to jabber:abc@example.com?" to prevent that pictures are sent to the wrong recipient
-
debacle
jstein That dialogue is already there. When I try one or multiple files, I get a confirmation dialog in Gajim. Of course, that must not be circumvented.
-
jstein
On Gentoo we let users decide to add the jingle support or not. I am not sure, if this has side effects or if it worked fine in the past. If jingle is not added in 1.8.4, the user gets Errors on stderr. Is gajim meant to run stable if the jingle dependencies are missing? Perhaps it is time to adjust our package...
-
jstein
https://gitweb.gentoo.org/repo/gentoo.git/tree/net-im/gajim/gajim-1.8.4.ebuild#n63 in line 63
-
jstein
happens the magic with jingle
-
lovetox
jstein jingle is the wrong word
-
lovetox
what these libs do is enable audio/video functionality
-
lovetox
without the gstreamer libs you may be not able to see audio previews for example
-
lovetox
jingle is a protocol term which will not help your users to understand whats going on
-
jstein
I think if we allow the users to select "video-support=ON/OFF" then it should not cause an Error, but a Warning (W) Videosupport is Disabled. Libs are missing: ...
-
lovetox
dev-python/pycryptodome[${PYTHON_USEDEP}] is wrong
-
lovetox
we dont use that library
-
jstein
oh thanks. I will remove it
-
lovetox
>=dev-python/dbus-python-1.2.0[${PYTHON_USEDEP}] -> also not used in gajim
-
lovetox
dev-python/docutils[${PYTHON_USEDEP}] ) -> also not used
-
lovetox
dev-python/python-axolotl[${PYTHON_USEDEP}] -> not used in 1.8.x
-
lovetox
dev-python/jaraco-classes[${PYTHON_USEDEP}] -> not directly used, its a dependency probably of python-keyring, so think you can get rid of it in the gajim package
-
lovetox
dev-python/secretstorage-3.1.1[${PYTHON_USEDEP}] -> not used in gajim, probably a dependency of python keyring?
-
lovetox
dev-python/pycurl[${PYTHON_USEDEP}] -> not used in gajim
-
lovetox
dev-python/precis-i18n[${PYTHON_USEDEP}] -> dependency of nbxmpp so you can get rid of it in the gajim package
-
lovetox
dev-python/idna[${PYTHON_USEDEP}] -> also dependency of nbxmpp
-
lovetox
jstein, ^
-
jstein
Thank you
-
procrastinator
re: removing yourself from a group i don't think just closing the tab works, tho. this is mostly with transports but even on this muc i've closed chat a few times accidentally and it seemed i was still connected
-
procrastinator
and it seems like this is per-client; just that the client will forget for the moment
-
procrastinator
but if you are using multiple clients (gajim, cheogram/conversations) then the "deletion" of the muc won't be synced
-
procrastinator
so you'll still be on the group
-
procrastinator
is there anything similar to PART (or LEAVE?) on xmpp ?
-
lovetox
yes closing the tab
-
lovetox
you will need to believe us that you are not connected afterwards
-
lovetox
you can also check this with another account, simply also join the channel and see your other account leave
-
procrastinator
ohh ok, thanks!
-
procrastinator
also -- is there any way to ignore nicks ?
-
lovetox
no
-
debacle
Sorry, I asked that before, but I did not understood the answer: Can I (locally) change the appearing name of a MUC? Some public MUCs have not very intuitive or non-unique names, esp. when using transports...
-
fjklp
yes. At the top right, Chat Details and Settings > Settings > click pencil icon at top right
-
fjklp
Just don't let this confuse you in the future, after you forget that you did this, into believing there is a bug where gajim is not displaying the correct muc name as I did.
-
mirux
Is gajim using an UP server and can the UP server be changed / configured as in conversations?
-
amogus
what about a DOWN server? 😀
-
lovetox
mirux, whats an UP server?
-
meson
UnifyPush?
-
debacle
fjklp Thanks! I got the answer already, but couldn't parse it. Probably mentioning the pencil icon was key. And of course, I'll file bugs against Gajim when the MUC name is not correct! ;-)
-
fjklp
I too find the pencil icon easy to miss/associate here, and some other places
-
mirux
Lovetox unified push
-
mirux
> UnifyPush? Yep
-
lovetox
Why would Gajim need this?
-
lovetox
Gajim is not a smartphone client
-
chili-b
I've noticed that despite the fixes to focusing the text message box, whenever I send an image, the chat title is highlighted when focus returns to the main window
-
chili-b
since the message input box gets focus as soon as I start typing, this seems mostly visual, but I think it's still worth noting
-
chili-b
Is this a knows issue? I'm not sure how to describe it any better
-
fjklp
it's been known to happen, it's annoying
-
chili-b
just so we're on the same page, the steps to reproduce are to have an image in your clipboard, CTRL+V to open the send dialogue, then either send the image or cancel and when the normal chat view returns the chat title is highlighted and the message box loses focus
-
chili-b
it's also worth noting that this *doesn't* happen if you open the send file dialogue by clicking the paperclip button to the right of the message box
-
fjklp
I just tested and it didn't happen, but it happens to me sometimes by other means that I don't remember
-
chili-b
strange, it's not happening to me either now. the steps i described definitely make it happen some of the time, though
-
chili-b
If i close gajim and then do the steps i described immediately after opening it again, i can consistently reproduce the problem
-
fjklp
chili-b: do you cancel by pressing the cancel button?
-
chili-b
fjklp, no, i've been pressing the escape key
-
fjklp
I was able to reproduce it that way after restarting gajim
-
fjklp
pressing the cancel button does the same
-
fjklp
maybe I'll make an issue on the tracker, unless you want to