I am making a chat app for android. Where i have use SMACK library and also I have use omemo for message encryption. I can generate, encrypt and send - receive message to other user. But I am unable to generate fingerprint for MUC means group chat.
Asked
Active
Viewed 207 times
-1
-
1What have you tried so far? – CSDev Apr 29 '19 at 10:52
-
I have followed https://git.fsfe.org/vanitasvitae link for this work – Jason Jack Apr 29 '19 at 11:04
-
Code samples, error messages and results are welcome so the others could better understand the problem. – CSDev Apr 29 '19 at 11:07
-
Sorry code sample is not possible because of secrecy. But i can give some hints. – Jason Jack Apr 29 '19 at 11:12
-
You can provide simplified or abstract samples with the essence of the problem. – CSDev Apr 29 '19 at 11:14
1 Answers
0
You don't have to "generate fingerprint" for MUC usage. OMEMO uses the same identity keys for MUC as are used in one-to-one chats. Basically a message to a group chat is simply encrypted for each and every recipient.
Sorry code sample is not possible because of secrecy. But i can give some hints.
You are aware of the fact that smack-omemo-signal is licensed under GPLv3, right? ;)

vanitasvitae
- 185
- 8