lovetoxdeprecated just means its not recommended to implement in new clients, not that everybody should drop support immediatly
lovetoxalso the the Invisible Command XEP that is part of replacing privacy lists is not implemented by any server
lovetoxif Inivisble Command would se an implementation somewhere, we could probably get rid of privacylists for good
Nothing4YouThe brew osx instructions seem to be outdated for py3 master
Nothing4YouI'm getting an AttributeError module locale has no attribute bindtextdomain
Nothing4YouIn the Gajim wiki
r3pekHey guys!
r3pekany way to control the Auth method used by Gajim?
r3pekit looks like it only tries the first available method instead of all
r3pekbut i really don't know the protocol to know how it should behave in this matter
AsterixIf server annouce support for it, I see no reason for it to fail ...
r3pekwell.... me neither :)
r3peki'm just comparing the behaviour of Gajim/Pidgin
r3pekpidgin tries the next auth available. Gajim fails on the first one.
AsterixI don't know what rfc says about that ...
r3pekyou know what's the rfc number?
r3pek6120 maybe?
AsterixYes probably
r3pekyeah found it
r3pekpoint 6.4.5
r3pek"If the initiating entity attempts a reasonable number of retries with
the same SASL mechanism and all attempts fail, it MAY fall back to
the next mechanism in its ordered list by sending a new <auth/>"
r3peknot mandatory
r3pekI opened an issue, want to comment anything in there about this?
AsterixOn nbxmpp project
Link Mauver3pek, why would it fail, btw?
Link MauveWhat mechanism is that?
r3pekLink Mauve, it's failing on DIGEST-MD5, and works with Login
Link MauveOw, why is your server still exposing this one?
r3peknot my server :(
Link MauveReport that issue to your admin.
r3pekhummmm ok then
Link Mauver3pek, they could move the working mechanism first, for example.
r3pekdon't even know what server they're using (software), but i'll try to get in contact with someone
botPhilipp Hörist pushed 1 commit to branch _refs/heads/master_ of _gajim_ <https://dev.gajim.org/gajim/gajim>:
*f2347224* <https://dev.gajim.org/gajim/gajim/commit/f234722456bebeb5d113e63e5d6eeeda9d48d14e>
Correctly pass authentication mechs to nbxmpp
botPhilipp Hörist pushed 1 commit to branch _refs/heads/gajim_0.16_ of _gajim_ <https://dev.gajim.org/gajim/gajim>:
*7a98ebac* <https://dev.gajim.org/gajim/gajim/commit/7a98ebac4819e170a87c34fc338744a136c9fe73>
Correctly pass authentication mechs to nbxmpp
r3pekcan someone confirm me that gajim still depends on farstream 0.1 for video/audio?
AsterixGajim 0.16.x, yes. Gajim master, no. But even with it, it's a long time I haven't tested it ...
r3pekyeah..... just found bug 8720
r3pek:-/
r3pekoh well.... guess i'm gonna w8 until 0.17 is out to test this
r3pekis it planned already?
r3pekno pressure.... really just curious
lovetoxno we have no one to maintain it or that is interested enough to make it work again
r3pekgajim or the audio/video part? :)
lovetoxaudio/video
r3pekstrange how not that many ppl use it
Zashprobably a case of a loud minority that want it :)
concertoSo, today's nightly crashy to the point of unusability for anyone else? o.o
concertoMaster branch nightly, I mean.
r3pekoh well
r3peki'll take a look at the code when the next version is released
r3pekmaybe i'll pick it
lovetoxconcerto with what error
Link Mauver3pek, it’d be better to have a look before the release. ^^'
concertolovetox: http://paste.debian.net/991155/
concertoThe one at the end is when I tried to quit, before that was either on start or when I tried to login.
lovetoxmaybe disable some plugins
lovetoxthis seems to be cause by one
r3pekLink Mauve, maybe i'll look around
r3pek;)
concertolovetox: oh, and when I start Gajim -
- I'm not automatically logged in or asked for my password (as usually happens)
- when I change status to Available to login, I just see my own JID (I do have the option for that enabled), and nobody else's.
Nothing4Youdoes anyone of the devs use gajim on osx?
Nothing4Youjust wondering because they might know what i'm missing to use gajim master with brew
Link MauveNothing4You, no, but what is the error message?
Nothing4Youi posted it here earlier today
Nothing4YouAttributeError: module locale has no attribute bindtextdomain
Nothing4Youdon't have the exact error at hand currently
Link MauveAh, sounds like gettext.
Nothing4Youwon't have it until tomorrow, i only use osx at work
Nothing4Youhttps://dev.gajim.org/gajim/gajim/wikis/help/GajimMacOSX is the guide i used
Nothing4Youwith brew, py3, master
Link MauveSeems weird not to have gettext though.
Nothing4Youwell
Nothing4Youthe guide explicitly installs it
Link MauveTry just uncommenting that line and see what happens, most likely you won’t have translations.
Nothing4Youand links it
Nothing4Youbtw
Nothing4Yougajim gitlab is broken :(
Nothing4Youhttps://dev.gajim.org/gajim/gajim/wikis/help/GajimMacOSX has a "history" button that links to https://dev.gajim.org/gajim/gajim/wikis/help/gajimmacosx/history which is 404
lovetoxNothing4You, that site is not 404 for me
Nothing4Youmaybe it requires login?
Nothing4Youin which case it's probably a gitlab bug
intAlso 404 here
lovetoxand yeah gettext on macosx is missing bindtextdomain, i think i read thate somewhere
Nothing4Youby not checking for auth / redirecting to login to show the button
lovetoxlet me look how we solve this
intLovetox: that is why i cannot Use gajim Any longer
Nothing4Youeven a regular user can't see the history when logged in
Link Mauvelovetox, fyi, locale.bindtextdomain isn’t listed in the module’s documentation.
Link MauveIt’s guarded by a #ifdef HAVE_LIBINTL_H
Link MauveSo if you build Python without libidn support, you won’t have it.
lovetoxyeah it calls the C lib
ZashDoes the OS X libc have all that?
intIs there any workaround i can try for this bindtextdomain problem?
lovetoxyou can comment line 79 in i18n.py
lovetoxand tell me afterwards if translation still works
intthank you :D works.. online with gajim now.. finally
lovetoxbut translation should not work i think
intlovetox: dunno never used that.. do you mean selecting another language für gajim ui?
lovetoxyou cant select another language it should show in your system default langauage
intlovetox, nope, it shows in english but my system default is german
lovetoxand it was always like that i guess
intlovetox, not sure.. mompls
lovetoxcould you try this patch
lovetoxhttps://paste.gajim.org/view/bab80501
lovetoxno sorry thats wrong
intok.. :)
Link Mauvelovetox, highly unlikely it will support that, you need to declare the function mapping in ctypes before you can use it.
intpaste.gajim.org has some problems? php error was encountered..
lovetoxhttps://paste.gajim.org/view/e894502c
lovetoxLink Mauve, i found that on stackoverflow
lovetoxso for someone it once worked
Link MauveUh, weird.
lovetoxah int let it be, i try this tomorrow on my own mac