27

The telegram app has a very nice interface, but I want to use a self hosted xmpp chat server.

Is there maybe a fork of telegram that makes it work with a self hosted xmpp server? I would imagine that this is possible.

If not, is there anything that at least gets close to how nice telegram UI is?

you are viewing a single comment's thread
view the rest of the comments
[-] umami_wasbi@lemmy.ml 5 points 2 years ago* (last edited 2 years ago)

OP, I understand what you look for, but that's not easy task. From my limited knowledge of apps development, achieving what you requested would likely be:

  1. Identify and remove all relevent code to the backend. Easier if it's modular, very hard if they're litrered everywhere.
  2. Chose a XMPP client library that have relavent extension support that can translate Telegram features that XMPP understands.
  3. Write an adaptor (if modular) to match the methods signature and translates calls to the client library. Or reimplement all the code you removed (if littered everywhere) with the client library.

This is akin to swaping to a new engine for a car, with incompatible mounts. Diffcult to execute, and (I believe) low interest. You can try if you got the skills. I don't and even I have, I will just use SimpleX which fits my needs.

[-] Dark_Arc@social.packetloss.gg 2 points 2 years ago* (last edited 2 years ago)

In theory you could use Telegram X and reimplement the tdlib API to create such a client. It wouldn't be the main Telegram Android app, but Telegram X is in someways even nicer.

this post was submitted on 07 Aug 2024
27 points (86.5% liked)

Selfhosted

62018 readers
849 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS