XMPP Service Operators - 2024-06-13


  1. Guus

    I'm having issues connecting to jabber.org.

  2. Guus

    Is that just me?

  3. worlio.com

    From a quick check.... no.

  4. sven222

    From some (changing) locations in the O2 mobile Phone Network in Germany, my XMPP Clients are not connecting to my server. A few km in any direction, and all works fine again. Other Internetconnections like https or so work fine too. Has anybody similar experience? Anybody any idea where I should start loocking for debugging this problem?

  5. badmuff

    Did you check your ipv6 connectivity, I got some issues cause some DNS entries was not setup correctly. The upload for mobile devices failed, cause wrong pointing DNS entries. Ipv4 not really common on mobile networks (correct me, if I am wrong)

  6. sven222

    Yeah, seems to be IPv6 related, can connect vie telnet to v4, but not v6. DNS looks correct, I investigate. Thanks!

  7. badmuff

    you are welcome.

  8. sven222

    OK, that was to fast. I can not connect from my crappy homerouter via v6, when I connect from another server that is capable of speaking IPv6, I can connect without problems.

  9. badmuff

    AAAA was set? If not and you have done it yet, DNS propagations takes a while.

  10. badmuff

    dig AAAA example.com

  11. badmuff

    nslookup -query=AAAA example.com

  12. badmuff

    https://dnschecker.org/

  13. sven222

    AAAA was allright all the time.

  14. badmuff

    if you like i can try from my o2 provider.

  15. badmuff

    and i think we need some more infos - cause if all is setup (A and AAAA) it must be something different.

  16. Menel

    A client but is possible, if it prefers ipv6 and doesn't fallback to A if the AAAA record is there. And since ipv6 has bugs on that location /router it can make that behavior

  17. badmuff

    good idea @menel

  18. sven222

    Maybe, I try to check that somehow. It happens on a location with with the client on my phone, if I use the mobile connection one the phone and my mobile router, both O2. Two days I had this issue on work, any other place where I was worked fine. Yesterday i occoured on another location, and when I moved home, suddenly it worked. On the server side I see in this time nothing at all in the log files, so it seems, that the client is not reaching the server at all.

  19. sven222

    Maybe, I try to check that somehow. It happens on a location with the client on my phone, if I use the mobile connection one the phone and my mobile router, both O2. Two days I had this issue on work, any other place where I was worked fine. Yesterday i occoured on another location, and when I moved home, suddenly it worked. On the server side I see in this time nothing at all in the log files, so it seems, that the client is not reaching the server at all.

  20. sven222

    And the router I tested here with buggy IPv6, is a router for checking here, not thr router that is giving me the problem.

  21. badmuff

    It's unlikely to be related to the location. Based on my experience with clients in Italy or anywhere else, location shouldn't be a factor; it should work regardless. However, if you're experiencing a lack of mobile signal, that could be a contributing factor. I believe the issue lies with network problems. Have you checked the server logs?

  22. badmuff

    Additionally, if you're at work and connecting through a firewall, that could also pose a problem. It might require a direct TLS connection on port 443. If I'm mistaken, please correct me.

  23. MattJ

    jabber.org should be mostly back now. Need to work on that system upgrade 😩

  24. Guus

    MattJ: c2s is still failing for me

  25. sven222

    I think it is related to the network cell I am in. The signal is strong, I can whatch videos on YT without delay, just conversations is not connecting. If this happens, nothing to find at all in the server logs. But I definitly think it is a network problem before my XMPP server, and not a misconfiguration on the server side, but I keep digging.

    👍 1
  26. Menel

    You could see what happens if you create an srv record with high (soo... Low) priority, and let. That go to an ipv4 only address on your server

  27. Guus

    Jabber.org c2s works for me now.

  28. MattJ

    👍

  29. badmuff

    sven222, did you try a working server or instance - only for xchecking?

  30. sven222

    Good idea, both. Thanks. I dig in SRV records, and check if my test account is still working. Otherwise I click a new one.