Slidge - XMPP gateways - 2025-02-19


  1. nicoco

    VLOP yourself

  2. c3p0

    nicoco pushed 4 commit(s) to slidcord - feat: handle private groups invitations (nicoco) - feat: friend request and deletion (nicoco) - build(deps): update slidge and discord-py-self (nicoco) - docs(readme): mention xmpp-discord-bridge (nicoco) https://codeberg.org/slidge/slidcord/compare/72d9ccb27..376453b5a

  3. ThUnD3r|Gr33n

    nicoco: will you switch to xmpp-discord-bridge?

  4. gllmhyt

    about slidgram, yesterday when I was updating I got this error: Something went wrong trying to set your avatar: XMPPError('internal-server-error', "Couldn't unset telegram avatar")

  5. nicoco

    > nicoco: will you switch to xmpp-discord-bridge? no, different project, different approach to gatewaying

  6. nicoco

    > about slidgram, yesterday when I was updating I got this error: Something went wrong trying to set your avatar: XMPPError('internal-server-error', "Couldn't unset telegram avatar") hmmm well, slidgram didn't manage to change your avatar for some reason, it shouldn't be fatal, maybe the logs are interesting

  7. gllmhyt

    OK, I'll keep an eye on it

  8. gllmhyt

    Oh, another question

  9. gllmhyt

    I was using upload-service=upload.domain.name and considering moving to no-upload-path

  10. gllmhyt

    If I change the configuration, do I need to do something to migrate?

  11. gllmhyt

    If I change the configuration, do I need to do something to migrate files from one to another upload service?

  12. gllmhyt

    And is there a cleanup rule to manage retention of files?

  13. gllmhyt

    k thks byyyyye

  14. nicoco

    > If I change the configuration, do I need to do something to migrate files from one to another upload service? that won't work, you'll lose access to the files that were sent before. your XMPP clients probably already picked them though.

  15. nicoco

    > And is there a cleanup rule to manage retention of files? with no-upload, you're on your own! set up a cronjob or something like that.

  16. gllmhyt

    Ok, I'll stick to the upload component then

  17. Menel

    Hm nicoco, I think it won't need migrating and one would also not loose any pictures, since the old upload locations are still there and the old upload service still exists. Old files will have the old upload address that will still work for getting pictures, and the new will be used for everything from there on.

  18. Menel

    (I've switched in a similar way between different upload locations before)

  19. gllmhyt

    Thanks Menel for the info

  20. nicoco

    mmmm right, Menel, you're hired!

  21. Menel

    💰 💵 Yay. 10% from your slidge income 🤑

    🍾 1
  22. Orjan

    >> about slidgram, yesterday when I was updating I got this error: Something went wrong trying to set your avatar: XMPPError('internal-server-error', "Couldn't unset telegram avatar") > hmmm well, slidgram didn't manage to change your avatar for some reason, it shouldn't be fatal, maybe the logs are interesting I get above almost every day) ↑

  23. c3p0

    nicoco pushed 3 commit(s) to sleamdge - fix: handle disconnections (nicoco) - fix: handle wrong 2FA errors on registration (nicoco) - fix: first login after registration (nicoco) https://codeberg.org/slidge/sleamdge/compare/4df1c4df3..8aa4aa397

  24. ThUnD3r|Gr33n

    Question..is it technically possible to show added or modified contact in telegram WhatsApp and discord sync contacts by the username ? For the moment only a number is given how many contacts have been added removed or modified

  25. singpolyma

    nicoco: what slidge uses list-multi that was giving you trouble in cheogram android?

  26. singpolyma

    I'm not able to reproduce in my basic test

  27. nicoco

    singpolyma: any slidge, the create-group command

  28. singpolyma

    nicoco: hmm, trying matridge I get internal-server-error when trying to run register command. this is running from docker

  29. singpolyma

    self.xmpp.raise_if_not_allowed_jid(ifrom)

  30. singpolyma

    the jid I'm using I passed to --admins do I need do make it allowed some other way?

  31. singpolyma

    Ah --user-jid-validator

  32. singpolyma

    nicoco: is the problem specifically when you pick nothing from the list?

  33. singpolyma

    it doesn't list any contacts for me when I use the create group ad hoc command, but it also only lists one legacy contact in general. I'm not sure if matrix has a concept of contacts or how that works