this post was submitted on 14 Nov 2021
21 points (95.7% liked)

Open Source

30339 readers
2203 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

crossposted from here: https://lemmy.eus/post/10482


I believe that XMPP is one of the best protocols for chat communications there is, and I stand up for it. However, the clients that there are, are not comfortable for most people out there used to apps like Telegram, Whatsapp or whatever.

One can defend current XMPP clients saying that quoting with "> " is the traditional way, or that swiping to quote a message is not worth developing; I have plenty more examples like this.
Well, if you think so, OK, use those clients for yourself, but become aware that many people won't use XMPP for just this reason.

After saying all this, I want to tell that I am willing to develop a new, modern looking and comfortable client for XMPP. I think of a client for Android in first instance, but I would have no problem on going further.

However, I don't know programming, so I'm searching programmers who would like to get involved in this.
Although I'm not programmer, I have experience developing software projects, from internationalization to documentation, including ideas about features, testing and all other work there can be.

Will you help me spreading the word? :)

you are viewing a single comment's thread
view the rest of the comments
[–] sibachian@lemmy.ml 3 points 2 years ago (1 children)

For me, another problem with the XMPP protocol is the lack of modern chat functions such as editing sent messages, but modern features would probably not be able bring back users.

In a perfect world, facebook and google etc would never have moved away from XMPP to try and poach users with their home baked protocols. Unfortunately, I don't see how XMPP can return when people simply choose to lose half their friendlist rather than change to an XMPP client when these giants isolated their users. I mean, even in the case of a superior client (heck, facebook messenger is still one of the most used chats and it's also one of the least feature-rich and plenty-a-buggy electron that seems to insist freezing/not displaying messages).

[–] poVoq@lemmy.ml 4 points 2 years ago (1 children)

Many XMPP clients do support editing send messages, but I agree, simply adding some more convenience features will not bring back users to XMPP.

[–] sibachian@lemmy.ml 1 points 2 years ago (2 children)

Many XMPP clients do support editing send messages

Oh! Which ones?

[–] marmulak@lemmy.ml 1 points 2 years ago (1 children)

All the ones I use personally support this: Conversations, Dino, and profanity. I'd be surprised if Gajim didn't, too.

The caveat seems to be that you can only edit the last message you sent.

[–] poVoq@lemmy.ml 2 points 2 years ago

In Gajim you need to press ctrl+up to edit the last message.

Its true that the XEP says only the last message, but ConverseJS for example also allows older messages to be edited.