XMPP Service Operators - 2018-02-10


  1. Martin

    edhelas: > brandy660@pixelminers.net > short163@jabber.uznam.net.pl > biznes788@12jabber.biz What's that? Spammer?

  2. SouL

    Does anyone know about an XMPP server that allows anonymous login and is federated?

  3. Zash

    It would be the source of all spam in 5 seconds.

  4. Maranda

    SouL, I don't think by default in configuration now hosts allowing SASL Anonymous do permit s2s communication

  5. SouL

    Jappix used to be like that, but now that was shut down, I'm missing someone that provides this service.

  6. Maranda

    In server software

  7. Maranda

    No it wasn't

  8. mathieui

    SouL, anon.jeproteste.info is federated with some servers

  9. mathieui

    (specific ones)

  10. SouL

    Hmm

  11. SouL

    I don't want to bother anyone, it's just that I'm setting up a page for people to join a MUC in my server in case someone needs to get in touch with me. And I used to use Jappix for that. I guess I will have to enable anonymous login in my server then

  12. mathieui

    it’s for the best, yeah

  13. mathieui

    a specific anon service for a specific muc service

  14. Maranda

    SouL just enable an anonymous host on your server

  15. Zash

    I've noticed spammers attempting to use anon.prosody.im a number of times, so keep an eye on accessible anon hosts

  16. SouL

    Pff, I don't want to set up a subdomain for this

  17. SouL sighs

  18. Zash

    I usually just made "localhost" be an anon host when I deployed this kind of thing.

  19. Maranda

    Yes, if it's a bosh client you could really just do that

  20. Maranda

    The subdomain doesn't really need to be internet routed, you could just setup the host in Prosody or whatever

  21. Maranda

    Without setting any dns record

  22. SouL

    What would be the configuration for Prosody, then, please?

  23. SouL

    I'm not sure if I follow you, sorry.

  24. Maranda

    https://prosody.im/doc/anonymous_logins#anonymous_hosts

  25. SouL

    yeah, that's what I'm doing

  26. SouL

    but that requires a subdomain 'anon', as in that example

  27. Zash

    Excuse me?

  28. Maranda

    No it doesn't

  29. Maranda

    You can name the host whatever you want to

  30. Maranda

    It doesn't need to be a routable host either

  31. Maranda

    SouL, the host needs to be routable only if intend to allow s2s traffic

  32. SouL

    Maranda, but then how do I point to the web client where to connect anonymously?

  33. SouL

    Well, sorry, maybe this is not the correct place to talk about it. I apologise.

  34. Maranda

    Lol well you tell it... Usually you need to specify the bosh bind host url (being prosody's), the xmpp host etc

  35. Maranda

    And since the host is directly served by your server instance... 🤗

  36. Maranda

    That anonymous host then will be able to access whatever local host served by Prosody

  37. Maranda

    s/Prosody/Your Prosody/