Modern XMPP project discussion - 2026-07-26


  1. curiouser

    Is there a server configuration and client combination that allows end users to invite new users? I don't want to run a public signup server, but want my users the ability to onboard new users.

  2. Menel

    Yes. Conversations and it's forks in combination with prosody and the mod_invites related modules. And also I think ejabberd but not sure if it's in a released version. But there was development of the same features

  3. jjj333_p (any pronouns)

    theres also a module to convert invite uris to a one time signup webpage so you dont need a specific client

  4. svp

    it has been in ejabberd releases for a while, i think 26.04 added it?

  5. svp

    let me check real quick

  6. svp

    26.03, close enough

  7. hueso

    > it has been in ejabberd releases for a while, i think 26.04 added it? mod_invites?