maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Development (https://talk.maemo.org/forumdisplay.php?f=13)
-   -   [SFOS+M6] Decrypt XEP-0027 Messages (https://talk.maemo.org/showthread.php?t=94421)

chrm 2015-01-06 15:08

Decrypt XEP-0027 Messages
 
Hi!

First of all: Happy new year!

Im working on a Harmattan GUI for GnuPG. The app should able to encrypt/decrypt text and files, import keys and so on.

It will also decrypt OpenPGP-Enrypted emails. To find such mail is easy - one can search the ~/.qmf/ directory for encrypted mails or open the SQLite-DB also in this directory.

It would be also very nice to show enrypted XMPP-Messages (Jabber, Google-Talk, ...) - and this is my problem.

If I send an OpenPGP encrypted message from Androids "Conversations" to N9, N9's messanger shows only this output:

"This is an XEP-0027 encrypted message".

No encrypted content is visible, just this message.
Do you know, where all the text messages are stored? I need to found and decrypt them.

Thank you for any hint!
Christoph

chrm 2015-01-07 07:28

Re: Decrypt XEP-0027 Messages
 
Little progress.
I can access all XMPP-Messages using:

Code:

tracker-sparql -q "select nie:plainTextContent(?d) where {?d a nmo:IMMessage}"
But the content is the same, just "This is an XEP-0027 encrypted message" without the encrypted content :(

Any ideas?


All times are GMT. The time now is 08:56.

vBulletin® Version 3.8.8