XMPP Service Operators - 2020-12-05


  1. Arne

    is here someone running prosody and movim?

  2. Arne

    I think I have stream management problems that lead to login loops in movim

  3. Arne

    I think I'm going to completely reconfigure prosody...

  4. Kris

    prosody seems to have issues with Movim. Better try ejabberd

  5. Kris

    Arne ^

  6. Arne

    arg already running prosody a while with some users... but movim would be a really good feature

  7. tom

    Wait

  8. tom

    Isn't that a client issue?

  9. tom

    Unless the server is out of spec

  10. Arne

    the movim developer means it's a stream management issue

  11. guus.der.kinderen

    Does Movim require SM? If not, maybe you can try disabling it server-sided, to see if the problem goes away.

  12. Arne

    you mod smacks?

  13. Arne

    I try this in a moment

  14. Kris

    Arne, the pubsub issues with Prosody might be solvable by using an external pubsub component

  15. Kris

    https://salut-a-toi.org/__b/doc/sat%20pubsub/index.html

  16. 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..

  17. arne

    the problem is also, I can't login to the admin site anymore

  18. MattJ

    Arne, please provide debug logs so we can figure out the actual problem, instead of guessing :)

  19. Arne

    this is my nginx log:

  20. 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 "-" "-"

  21. Arne

    prosody says nothing

  22. 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

  23. Link Mauve

    Arne, sounds like your DNS setup is wrong, it redirects XMPP to your HTTP server, which doesn’t speak XMPP.

  24. Arne

    I use a webproxy so xmpp over http

  25. Link Mauve

    Maybe your proxy isn’t working?

  26. Link Mauve

    Also, “over”?

  27. Link Mauve

    Do you mean WebSocket or BOSH, or something different?

  28. Arne

    I use an nginx stream

  29. Arne

    and I thought this could be the error

  30. Link Mauve

    I don’t know anything about it.

  31. Arne

    like this: https://wiki.xmpp.org/web/Tech_pages/XEP-0368#nginx

  32. Arne

    But I will try to set it back

  33. Link Mauve

    Maybe your client doesn’t support ALPN properly?

  34. Arne

    the strange thing is it did work for 2 days and then exidentially stuck in login loop

  35. Link Mauve

    Can you log the ALPN thingy in your web server?

  36. Arne

    No really. But found this:

  37. 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"

  38. Arne

    it fails to load some things...

  39. jonas’

    favicon is just a thing your browser does

  40. jonas’

    (it’s the icon in the tab bar)

  41. jonas’

    (and originally used for bookmarking (= favourites), hence the name)

  42. Arne

    yes I know

  43. 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

  44. Licaon_Kter

    Jaja, so klar

  45. Arne

    😅

  46. Licaon_Kter

    ralphm, Why isn't the Gajim blog RSS federated via PlanetJabber?

  47. ralphm

    It is?

  48. Licaon_Kter

    Wat?

  49. Licaon_Kter

    mightyBroccoli, that ISO-number keeps changing every time you mention it? https://magicbroccoli.de/post/oh-muc-stats/

  50. 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.

  51. Licaon_Kter

    I don't, in the RSS I mean

  52. ralphm

    https://upload.ik.nu/upload/RKnk38Ahw_IT4M5f/lMwyQe9SQ4Cz4Sl4fExZ9A.jpg

  53. mightyBroccoli

    Licaon_Kter, what ISO number changes exactly?

  54. Arne

    has anyone tried mod limits in prosody?