-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Feature Request: Message Carbons and OMEMO #8
Comments
|
when you consider carbon copy maybe also consider MAM. there are already some implementations for servers and other clients. |
Omemo is official XEP-0384 since December 2016. |
Ping: carbon copy. |
@cdidier I will clean up my carbons to include a copyright header and submit a pull request soon :) |
Are there any plans to implement this feature? |
Any updates on this, my lovelies? |
There is irssi-otr but OMEMO support would be nice too. For channels fishlim implements the outdated blowfish cipher. |
Am I crazy or does this already happen (sometimes) for others? I swear that it used to work for a while, I could see all messages in and out on all devices including irssi-xmpp - but again its not working. (One more in the queue for an update...) |
I'd also love to see this implemented! Is there any way we can help to move this forward? |
I compiled it myself some time back with various PR patches so it was probably that, and im using the arch -git package which may have had it at some point and then dropped it? Doesn't seem so. Either way it looks like your work is what we want and I hope to see it included soon or an explanation of why not. |
Any news? |
two years ago I started some work on this in a fork of the pidgin module at https://github.com/ailin-nemui/lurch in case you feel like you can help |
@ailin-nemui: Nice! |
that does not compute as irssi is not pidgin ;) |
Have you looked changes from https://github.com/gkdr/lurch/commits/master ? |
lurch is for pidgin. my fork is a port of lurch from pidgin to irssi. That's why there are no changes to submit to gkdr. If anything, help would be needed to integrate updates from gkdr to my fork. Also my port is not finished/working yet and needs help. I already opened #52 but that's just a small part of getting all to work |
Yes I have requested you to add new from gkdr to your fork ^^ |
Now that everybody has a smartphone in addition to a more traditional computer, for example with Android and the excellent Conversations app, there are two things I miss in irssi-xmpp:
Message Carbons (XEP-0280), so I get to log / follow / finish off a discussion I started on my mobile while on the move on a proper keyboard. This has been implemented by singpolyma, and seems to work fine for me so far: singpolyma@563b255 (there's a lot of work on xmpp-pgp in that repo, which I haven't gotten around to use and test much apart from including it in the Debian package, but this one is a killer feature IMHO). This is probably as simple as a cherry-pick, and I'm happy to prepare a pull request if you prefer?
OMEMO (https://conversations.im/omemo/), an adaptation of TestSecure's Axolotl for XMPP. There's https://github.com/WhisperSystems/libaxolotl-c that perhaps can be built upon, but I'm not sure any of the XMPP specifics have been implemented in C yet, and the XEPs are still in draft status. Nevertheless this would be an awesome thing to have!
The text was updated successfully, but these errors were encountered: