Hi, I’m a complete useless lurker who do not know anything about programming, and I want to program an XMPP client :D. I have absolutely 0 competence, but I’d like to know if there is a language preferable to make such things, and if there is a place where I can start to learn. I tried with some basic tutorials and general lessons about programming, but without a clear goal I got bored and stopped after a little while. Thanks in advance for every advice/insult!

    • Jama@lemmy.mlOP
      link
      fedilink
      arrow-up
      1
      ·
      2 years ago

      Thanks for the suggestions and the link :). Just briefly looking to the project it sadly doesn’t seems too different from conversetions and forks, but I will check more deeply. Thanks again!

      • poVoq@lemmy.ml
        link
        fedilink
        arrow-up
        2
        ·
        2 years ago

        Its a completely different code-base, no relation to Conversations at all. The screenshots in the readme are quite outdated.

          • poVoq@lemmy.ml
            link
            fedilink
            arrow-up
            1
            ·
            2 years ago

            I don’t think the developer considers it ready for non-developer testing yet. But I guess it should not be difficult to build with the Flutter SDK.

  • electrodynamica@mander.xyz
    link
    fedilink
    arrow-up
    5
    ·
    2 years ago

    First decide on a platform, then language. Do you want to make a windows gui client? Apple? Mobile? Web? *nix console?

    GUI is the hardest part of programming on pretty much any platform, especially compared to how simple XMPP is.

    Javascript/web is probably easiest for a beginner…

  • vi21@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    2 years ago

    My wife uses iPhone. So you should learn Swift and make a reliable XMPP client on iOS, which always notifies my wife when she has a new message.

    • poVoq@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      2 years ago

      Has she tried the latest Monal release? I think there were some improvement for push notifications.

      At least Snikket server and the iOS app for Snikket (based on Siskin) have reliable push notifications on iOS for sure.

      P.S.: the problem is of course iOS and not XMPP :p

    • Jama@lemmy.mlOP
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      2 years ago

      I never used an iPhone or iOS in any way, so I don’t think this gonna work :)