XMPP Service Operators - 2025-01-10


  1. moparisthebest

    roughnecks: it looks up now

  2. roughnecks

    yeah πŸ‘

  3. TheCoffeMaker

    yeah ... ISP been having one of those dyas in which let us offline for a few long hours.

  4. roughnecks

    is cyberdelia seld-hosted at home?

  5. TheCoffeMaker

    > is cyberdelia seld-hosted at home? yeap

  6. Guus

    As I'm planning to use it as a conversation piece at the stand of FOSDEM again (to show off the size of the public XMPP network), I'd love for you all to add your XMPP servers to https://xmppnetwork.goodbytes.im - It is a website that shows a network graph of XMPP domains.

    πŸ‘ 1
  7. TheCoffeMaker

    > As I'm planning to use it as a conversation piece at the stand of FOSDEM again (to show off the size of the public XMPP network), I'd love for you all to add your XMPP servers to https://xmppnetwork.goodbytes.im - It is a website that shows a network graph of XMPP domains. πŸ‘

  8. Kris

    That required some contrib module for ejabberd, right?

  9. Guus

    Kris: correct (that module got updated a few minutes ago, so even if you are already using it, you may want to update it). There are also modules for Tigase, Prosody and Openfire available.

  10. Guus

    (Tigase supports it without modules, but through a config change I think)

  11. Kris

    Hmm, I might look into that tonight.

  12. Guus

    Nice. Feel free to join xmpp:xmppnetworkgraph@conference.igniterealtime.org?join if you run into issues.

  13. search.jabber.network

    Guus, what do you think… How much fire would come out of that thing if we added search.jabber.network?

  14. Guus

    I'm happy to try.

  15. Guus

    My bet is that we're overrunning stanza size limits

  16. search.jabber.network

    eek

  17. Guus

    which would likely be a first for me :)

  18. search.jabber.network

    not for us unfortunately (:

  19. search.jabber.network

    is there a step-by-step guide for how to onboard a prosody server?

  20. Guus

    You'd only get a stream error on the data that you try to send.

  21. Guus

    Install https://modules.prosody.im/mod_pubsub_serverinfo.html and install the module mentioned in the 'known issue' that's documented. Ensure that your pubsub service is advertised in DNS records and is covered by your TLS certificate. That's about it, I think.

  22. search.jabber.network

    Does the known issue also affect trunk?

  23. search.jabber.network

    (and which specific versions of trunk. we're not on 0.12)

  24. Guus

    I do not know. You'd have to ask Prosody developers.

  25. search.jabber.network

    I see.

  26. search.jabber.network

    what is the layout of the data in the pubsub node? Is it one huge item, or one item per peer domain?

  27. Guus

    One huge item.

  28. search.jabber.network

    I see.

  29. search.jabber.network

    how much work would it be for you to change that to one item per peer domain?

  30. search.jabber.network

    because we will definitely hit some limits, even if not stanza size, it'd probably kill the I/O performance of the server if we wrote such a huge item on every change.

  31. search.jabber.network

    also for performance reasons we'd probably pretend that we have a connection to any domain we have in the database && which isn't blocked.

  32. Guus

    Using multiple items will make it harder to get a consistent overview. It's going to be hard to determine what items are still showing up-to-date information (unless we start working with collections, or something)

  33. Guus

    search.jabber.network shall we take this conversation into xmpp:xmppnetworkgraph@conference.igniterealtime.org?join

  34. search.jabber.network

    Alright.

  35. Menel

    I know that prosody trunk isn't affected by that issue, but I can't say since when

  36. Menel

    Ah it is since trunk from 24.02.24

  37. yuki

    a simple question: can a conversation that running on a server which only has ipv6 address be joined into the search.jabber.network?

  38. search.jabber.network

    yes.

  39. search.jabber.network

    we have full IPv6 support.