Nice tutorial.

  • Bilb!
    link
    fedilink
    03 years ago

    I’m keeping a close eye on the Snikket project (which bundles Prosody as the server). They are trying to provide a suite of similarly-branded XMPP clients and server which provide a common set of features and experience across platforms. In other words, provide a more “product oriented” XMPP platform. So far it uses:

    • Prosody as a server + a new web UI for managing users and handling invites to create accounts on servers,
    • An adapted version of Conversations for their Android app,
    • An adapted version of Siskin.IM for their iOS app.

    While I’m a huge fan of what they’re trying to achieve, I’m a bit worried about the strategy. Using preexisting code for each component seems like a win, but they are all made with very different sets of technology. Lua, java, swift, and python projects all need to be worked on simultaneously to add support for any new XEPs because of how important it is to maintain parity of experience on the different platforms. That’s quite a heavy lift if you ask me, but maybe working with the maintainers of those projects is easier than I expect it to be.

      • Bilb!
        link
        fedilink
        23 years ago

        No, and I don’t see any mention of it on their roadmap.

        • @[email protected]
          link
          fedilink
          13 years ago

          Do you know any XMPP options that allow for video calls and are easy to install? For reference re “easy”, I ran a matrix server which worked great as a family Whatsapp replacement until synapse v1.0 (didn’t get to migrate to python3). I also managed to get prosody working for messaging, but not for video calls…