-
Arne
is here someone running prosody and movim?
-
Arne
I think I have stream management problems that lead to login loops in movim
-
Arne
I think I'm going to completely reconfigure prosody...
-
Kris
prosody seems to have issues with Movim. Better try ejabberd
-
Kris
Arne ^
-
Arne
arg already running prosody a while with some users... but movim would be a really good feature
-
tom
Wait
-
tom
Isn't that a client issue?
-
tom
Unless the server is out of spec
-
Arne
the movim developer means it's a stream management issue
-
guus.der.kinderen
Does Movim require SM? If not, maybe you can try disabling it server-sided, to see if the problem goes away.
-
Arne
you mod smacks?
-
Arne
I try this in a moment
-
Kris
Arne, the pubsub issues with Prosody might be solvable by using an external pubsub component
-
Kris
https://salut-a-toi.org/__b/doc/sat%20pubsub/index.html
-
Arne
mh if that really solves the issue. dissabling pubsub didn't change any behaviour. I also thought it could be because of the nginx settings..
-
arne
the problem is also, I can't login to the admin site anymore
-
MattJ
Arne, please provide debug logs so we can figure out the actual problem, instead of guessing :)
-
Arne
this is my nginx log:
-
Arne
127.0.0.1 - - [05/Dec/2020:17:32:02 +0100] "<stream:stream xmlns:stream=\x22http://etherx.jabber.org/streams\x22 version=\x221.0\x22 xmlns=\x22jabber:client\x22 to=\x22monocles.de\x22>" 400 150 "-" "-"
-
Arne
prosody says nothing
-
Arne
#033[34mPicked DirectTLS#033[0m #033[34mConnect to xmpp.monocles.de:443#033[0m #033[34mEnable TLS on the socket#033[0m XML error: Not well-formed (invalid token) at line 1, column 1
-
Link Mauve
Arne, sounds like your DNS setup is wrong, it redirects XMPP to your HTTP server, which doesn’t speak XMPP.
-
Arne
I use a webproxy so xmpp over http
-
Link Mauve
Maybe your proxy isn’t working?
-
Link Mauve
Also, “over”?
-
Link Mauve
Do you mean WebSocket or BOSH, or something different?
-
Arne
I use an nginx stream
-
Arne
and I thought this could be the error
-
Link Mauve
I don’t know anything about it.
-
Arne
like this: https://wiki.xmpp.org/web/Tech_pages/XEP-0368#nginx
-
Arne
But I will try to set it back
-
Link Mauve
Maybe your client doesn’t support ALPN properly?
-
Arne
the strange thing is it did work for 2 days and then exidentially stuck in login loop
-
Link Mauve
Can you log the ALPN thingy in your web server?
-
Arne
No really. But found this:
-
Arne
"/var/www/interact/public/favicon.ico" failed (2: No such file or directory), client: ::1, server: interact.monocles.de, request: "GET /favicon.ico HTTP/2.0", host: "interact.monocles.de"
-
Arne
it fails to load some things...
-
jonas’
favicon is just a thing your browser does
-
jonas’
(it’s the icon in the tab bar)
-
jonas’
(and originally used for bookmarking (= favourites), hence the name)
-
Arne
yes I know
-
Arne
oh found this in postgresql log: movim_user@movim_server LOG: konnte Daten vom Client nicht empfangen: Die Verbindung wurde vom Kommunikationspartner zurückgesetzt
-
Licaon_Kter
Jaja, so klar
-
Arne
😅
-
Licaon_Kter
ralphm, Why isn't the Gajim blog RSS federated via PlanetJabber?
-
ralphm
It is?
-
Licaon_Kter
Wat?
-
Licaon_Kter
mightyBroccoli, that ISO-number keeps changing every time you mention it? https://magicbroccoli.de/post/oh-muc-stats/
-
ralphm
Licaon_Kter: Gajim blog posts show up just fine on Planet Jabber. It is included in the side bar, and see for example Nov 27.
-
Licaon_Kter
I don't, in the RSS I mean
-
ralphm
https://upload.ik.nu/upload/RKnk38Ahw_IT4M5f/lMwyQe9SQ4Cz4Sl4fExZ9A.jpg
-
mightyBroccoli
Licaon_Kter, what ISO number changes exactly?
-
Arne
has anyone tried mod limits in prosody?