-
jjj333_p (any pronouns)
does ```py not indicate python? it says unknown language
-
jjj333_p (any pronouns)
i wouldve imagined of all languages it supports python would be included given gajim is python XD
-
cal0pteryx
jjj333_p (any pronouns): python or python3 are both working
-
jjj333_p (any pronouns)
```python test: int = 0 ```
-
jjj333_p (any pronouns)
huh
-
jjj333_p (any pronouns)
```js let test = 0 ```
-
jjj333_p (any pronouns)
so ```js works for javascript but py not for python?
-
cal0pteryx
Those are gtksource language IDs. They are derived from whatever you're typing after ```. For javascript the id happens to be 'js'. There is no mapping
-
helloworld
there are channels here? like IRC
-
Kris
Channel is the correct term for a public group chat, yes.
-
cal0pteryx
helloworld: if you mean in xmpp, yes, try search.jabber.network
-
helloworld
How can I see?
-
Kris
You can search for them or use the above mentioned website
-
Kris
Search in the new chat dialog in Gajim
-
Kris
Https://search.jabber.network
-
helloworld
All right, thank you
-
mesonium
The icon looks somehow off-centered:
-
mesonium
https://share.conversations.im/meeson_/NT0D748q9c5L9QdX/Screenshot_20250330_183112.png
-
lovetox
It just wants to hide
😂 3 -
mesonium
still a bit shu✎ -
mesonium
still a bit shy ✏
-
moparisthebest
> It just wants to hide 😂 ↺
-
lovetox
Do you have a high scale display?
-
mesonium
Yeah, with 2x scaling
-
lovetox
Yeah I thought so, I fix it later
👍 1 -
bot
lovetox pushed 3 commits to branch gajim/master refactor: AccountPage: Create page on demand - https://dev.gajim.org/gajim/gajim/-/commit/463ffed55c463d95717f0539f184c5d63336069d cfix: ActivityFeed: Remove item when disabling an account - https://dev.gajim.org/gajim/gajim/-/commit/f313d7b8a4642a4107b3ccecf52a890c46c33836 cfix: Avatars: Fix scaling of new avatars - https://dev.gajim.org/gajim/gajim/-/commit/f74591fd15f786378b4d44ffae57bff8563a72e5
-
bot
lovetox pushed 1 commits to branch gajim/master refactor: Fix ttl cache leaking references - https://dev.gajim.org/gajim/gajim/-/commit/0ed340aade51162b1fc98984129f2672f123868e
-
mesonium
> Error: Invisible Nicknames are forbidden Is this a server / muc setting or forbidden by the XMPP XEP police?
-
lovetox
Server policy would be my guess
-
mrdoctorwho
https://drop.helldev.net/c1cda97f-39c8-411d-9e3b-5dbfbe38de6f/3785b7ff-17e0-4dad-9dc8-a9d1e092762c.png
-
mrdoctorwho
is this ok?
-
lovetox
mrdoctorwho: no, thanks for reporting
👍 1 -
mesonium
> Server policy would be my guess I see, seems to make sense, the profanity muc or dismail server doesn't seem to enforce this restriction ↺
-
lovetox
if it would be not allowed by spec, it would have been somekind of invalid jid error
-
lovetox
because the only requirement is, that its a valid jid
-
mesonium
https://xmpp.org/extensions/xep-0029.html#sect-idm45751334469360 > They may include any Unicode character greater than #x20 Doesn't this exclude #x20 aka SPACE?
-
bot
lovetox pushed 1 commits to branch gajim/master cfix: MainWindow: Fix position of main menu - https://dev.gajim.org/gajim/gajim/-/commit/c0605a88c57cde1f618862209c01efa524217cd3
-
lovetox
mesonium, read the top
-
lovetox
this is an obsolete document
-
mesonium
darn, why did startpage lead me to an obsolete doc
-
lovetox
https://datatracker.ietf.org/doc/html/rfc6122
-
lovetox
what you actually need is this spec
-
lovetox
https://datatracker.ietf.org/doc/html/rfc3454
-
lovetox
and there the resourceprep profile
-
mesonium
> Note: This document was superseded by RFC 3920 [1] and RFC 6122 [2], which in turn have been superseded by RFC 7622 [3]. https://datatracker.ietf.org/doc/html/rfc7622
-
mesonium
Should be the correct one then
-
lovetox
no 7622 is not supported by most servers
-
lovetox
they use 6122
-
mesonium
how should I have known :) thanks for the correction
-
lovetox
you could not have, basically the made a new spec, forgot about how to migrate
-
lovetox
and the xmpp community is now stuck thinking they cannot migrate without breaking stuff
-
lovetox
so we use 6122 still
-
mesonium
😺 awesome
-
mesonium
if I ready it correctly - I'm bit tired and this is pretty dry stuff ... - space chars fall into the category "D" > Code points that cannot be in the output because they are disallowed in the prohibition step https://datatracker.ietf.org/doc/html/rfc3454#appendix-C.1✎ -
mesonium
if I ready it correctly - I'm bit tired and this is pretty dry stuff ... - space chars fall into the category "D" > Code points that cannot be in the output because they are disallowed in the prohibition step https://datatracker.ietf.org/doc/html/rfc3454#appendix-C.1 ✏
-
lovetox
yeah im not going to read that, if i want to test a jid, i do JID.from_string() and see if it fails :D
😂 1 -
mesonium
Wise choice, but the text really helps for falling asleep ;-)
-
mesonium
but which library do you use for JID.from_string() ? Is that from nbxmpp?
-
cal0pteryx
Yes