XMPP Service Operators - 2020-04-25


  1. Mel

    @ping hyena.network

  2. Echo1

    Mel: Pong from hyena.network in 2.399 seconds

  3. Ellenor Malik

    I know this is the wrong channel but I think I have a bad version of hypomania and I need to know what Jabber opers do to avoid their mental health affecting how their server is administered

  4. Licaon_Kter

    Ellenor Malik: hypowhat?

  5. Ellenor Malik

    https://en.wikipedia.org/wiki/Hypomania

  6. Licaon_Kter

    Right so, did you setup four server to handle Audio/Video calls either for Jitsi Meet or Conversations (or both) already? Gotta put all that excitement to good use ;)

  7. Licaon_Kter

    Right so, did you setup your server to handle Audio/Video calls either for Jitsi Meet or Conversations (or both) already? Gotta put all that excitement to good use ;)

  8. Ellenor Malik

    It's not good excitement Licaon_Kter

  9. Ellenor Malik

    It's bad excitement

  10. Ellenor Malik

    Like i want to kill *@*

  11. Licaon_Kter

    Yes, but _"The flame that burns Twice as bright burns half as long."_ so we gotta use you now.

  12. Ellenor Malik

    The flame that burns twice as bright returns to sanity in half the time Licaon_Kter

  13. Ellenor Malik

    Mel: Fancy seeing you here

  14. Ellenor Malik

    Licaon_Kter: I just need to let my system rebalance i think

  15. Licaon_Kter

    Ellenor Malik: `apt-cache balance`

  16. Ellenor Malik

    `apt-cache: commande non trouvé(e)`

  17. Ellenor Malik

    `did you try: fuckoff amounts of chamomile tea?`

  18. jonas’

    I made a thing: https://observe.jabber.network/ Feedback and other requests welcome.

  19. jonas’

    (also announced in more detail on the mailing list)

  20. mathieui

    :D To get a good balance of test systems, we are currently especially (but not exclusively) looking for accounts which fulfill one or more of the following criteria: Not hosted on a Prosody 0.11.x server. Hosted on a server outside of Germany.

  21. mathieui

    looks awesome btw

  22. Martin

    Anyone here running prosody and succeeded adding the well-known thingy to the-federation.info? It seems it doesn't like the port 5281 and I have to somehow rewrite this with nginx to hide the port. I tried a lot of stuff there with rewrite rules and even proxy_pass to the prosody http but I didn't succeed. So I'd appreciate if someone could show me his rules.

  23. Martin

    Link Mauve: I saw jabberfr.org there so maybe you can help me. :D

  24. Martin

    jonas’: I still had on my todo to ask you whether you plan some public monitoring after I saw some debugging between you and Ge0rG :D

  25. Link Mauve

    Martin, hi, author of the module here.

  26. Link Mauve

    Martin, so yes, the-federation.info being web-centric, there is no port but port 443 which exists.

  27. Link Mauve

    So you indeed have to proxy from nginx if that’s what you use as a web server.

  28. Link Mauve

    Don’t use port 5281, it would do TLS between Prosody and nginx, instead use port 5280.

  29. Link Mauve

    I’m not even sure if nginx can proxy over TLS.

  30. Link Mauve

    Debug it with curl first, on port 5280 on localhost, to see if you’re getting what you’re expecting.

  31. Link Mauve

    Oh, and make sure the Host HTTP header is correctly transmitted by nginx.

  32. Martin

    Ok, I can access it online on 5281 but `curl localhost:5280/.well-known/x-nodeinfo2` gives me a funny prosody http 404

  33. Martin

    While https://mdosch.de:5281/.well-known/x-nodeinfo2 works

  34. Martin thinks the-federation.info should rather be fixed than doing nginx trickery. Why they don't accept it when I even tell them the port. :(

  35. pep.

    Martin: all web things should be fixed!

  36. pep.

    I agree

  37. Martin

    And out of the sudden it works. https://mdosch.de/.well-known/x-nodeinfo2 Why?

  38. Martin

    :D

  39. Martin

    Why no country flag for me? They just cyclic run geoiplookup or whatever they do? https://the-federation.info/prosody

  40. Martin

    And why is there only one ejabberd participating? https://the-federation.info/ejabberd

  41. Maranda

    @version jabber.gnupg.org

  42. Echo1

    Maranda: jabber.gnupg.org is running Prosody version 0.11.2 on Linux

  43. Maranda

    @version enotty.dk

  44. Echo1

    Maranda: enotty.dk is running Prosody version 0.11.5 on Linux

  45. Link Mauve

    Martin, when I told you about the Host HTTP header, note how it’s been different in your two requests.

  46. Link Mauve

    http://localhost:5280/… it’s localhost, and https://mdosch.de:5281/ it’s mdosch.de.

  47. Link Mauve

    These are different to Prosody.

  48. Link Mauve

    Prosody will (by default) only serve stuff for VirtualHosts it knows.

  49. Link Mauve

    Martin, also if you want to fix the-federation.info, please do so. :)

  50. Link Mauve

    It will help future people.

  51. Martin

    > Debug it with curl first, on port 5280 on localhost, to see if you’re getting what you’re expecting. That's why I checked localhost 😃

  52. Link Mauve

    I should have said from localhost, sorry. ^^'

  53. Link Mauve

    As in, on the same computer as Prosody.

  54. Martin

    Link Mauve: I can not fix, I can only complain to fix it 😁

  55. Link Mauve

    Please do so then!

  56. Martin

    Will do

  57. Link Mauve

    They might just be unaware that other ports than 443 exist.

  58. Martin

    Maybe they also know about port 80 and know it must die. 😃

  59. Link Mauve

    “15:26:09 Martin> And why is there only one ejabberd participating?”, probably because there is no ready-made module for Ejabberd.

  60. Martin

    Then I have to approach j.r. to upstream it. 😃

  61. Martin

    !contact jugendhacker.de

  62. Martin

    @contact jugendhacker.de

  63. Martin

    > “15:26:09 Martin> And why is there only one ejabberd participating?”, probably because there is no ready-made module for Ejabberd. He said he uses an ugly python script which fetches the data from pgsql so probably nothing for upstream.

  64. Martin

    Link Mauve: https://github.com/thefederationinfo/the-federation.info/issues/223

  65. Link Mauve

    Thanks. :)

  66. Maranda

    @version jabber.hot-chilli.net

  67. Martin

    > jabber.hot-chilli.net is running Prosody version 0.11 nightly build 86 (2020-04-13, 3a1b1d3084fb) on Linux