Paul Schaub

Results 145 comments of Paul Schaub

Hi! I just want to let you know, that I'm working on a Smack module for OMEMO as part of my bachelors thesis. Since afaik Kontalk is based on Smack,...

[Zom](https://github.com/zom/zom-android) started to implement OMEMO using [smack-omemo](https://github.com/vanitasvitae/smack-omemo) and [smack-omemo-signal](https://github.com/vanitasvitae/smack-omemo-signal). I'd love to get more feedback from client developers that use the code :+1:

Hi! Just to keep you updated: Smack included OMEMO support in 4.2.0, but due to some ongoing API changes the OMEMO modules were temporarily excluded from 4.2.1 and the recently...

@daniele-athome Good news: My OMEMO rework [made it into Smack 4.4.0-alpha1](https://discourse.igniterealtime.org/t/smack-4-3-0-rc1-and-4-4-0-alpha1-released/81962)!

There are significat API changes between 4.3 and the current master/4.4.

Maybe try to keep the OMEMO stuff modular, so replacing the implementation later can be done more easily :)

@daniele-athome no problem ;) You may be interested in [this PR](https://github.com/xsf/xeps/pull/791) btw ;)

> Oh I missed that in the XMPP mailing list! Thanks I'll take a look. The editor did not yet merge this PR, so the announcement mail + extensive discussion...

Your code is likely trying to decrypt using the wrong key. You should change your `getSecretKey()` method to return a `PGPSecretKeyRing` object which contains all subkeys of your secret key....

Lets take a look at the data from your branch: This is your key (I show the public key here, but the secret key has the same key-ids): ``` Public-Key...