![]() |
2015-09-08
, 17:19
|
Posts: 1,378 |
Thanked: 1,604 times |
Joined on Jun 2010
@ Göteborg, Sweden
|
#1102
|
![]() |
2015-09-08
, 19:16
|
Posts: 207 |
Thanked: 967 times |
Joined on Apr 2014
@ Madrid, Spain
|
#1103
|
There is an example of incoming message that was received by yappari (if I understand the log file correctly) but it wasn't shown on screen.
A part of the log that seemed relevant to me is attached.
Code:INCOMING: <message> from=420XXXXXXXXX@s.whatsapp.net id=1441390922-121 notify=Vladimir t=1441392451 type=text <enc> type=msg v=1 3 !•J…ž7ĂƒÂ˝.nĂƒÂ®GĂ‚Âś. Ă‚Â˛ĂƒÂ©yMjĂ‚Â¶Ă‚Â¤Ă‚Â”Ă‚ÂĽĂ‚ÂŞĂƒÂś(g*"DĂ‚ÂšĂƒÂ•ĂƒÂ—Ă‚Â*Ă‚Â‰ĂƒÂŞĂ‚ÂżĂƒÂ±ĂƒÂ—ĂƒÂ˛Ă‚Â˛{v8[8Kwy®m
![]() |
2015-09-08
, 19:18
|
Posts: 207 |
Thanked: 967 times |
Joined on Apr 2014
@ Madrid, Spain
|
#1104
|
Here working fine.
Don't know if have to be something with the ghost contact or cause i'm on wifi or who knows.
Greetings.
![]() |
2015-09-08
, 19:34
|
Posts: 13 |
Thanked: 26 times |
Joined on Sep 2015
@ Prague
|
#1105
|
Oh, I see. Yappari simply doesn't support encrypted messages, so even though it receives that, it simply doesn't know what to do with it, so it simply ignores all that.
That's something doable, I guess, but I don't know the cypher nor how are the keys created and shared, etc... If anyone knows I can take a look at how much would take the implementation of this.
void Connection::parseMessageInitialTagAlreadyChecked(ProtocolTreeNode& messageNode) if (typeAttribute == "text" || typeAttribute == "media") { if (child.getTag() == "body") else if (child.getTag() == "media") else if (child.getTag() == "notify") else if (child.getTag() == "x") else if (child.getTag() == "received") }
![]() |
2015-09-08
, 19:58
|
Posts: 242 |
Thanked: 169 times |
Joined on Nov 2011
|
#1106
|
![]() |
2015-09-08
, 20:25
|
Posts: 1,378 |
Thanked: 1,604 times |
Joined on Jun 2010
@ Göteborg, Sweden
|
#1107
|
![]() |
2015-09-08
, 20:47
|
Posts: 13 |
Thanked: 26 times |
Joined on Sep 2015
@ Prague
|
#1108
|
why do some clients send encrypted messages? whatsapp introduced encryption in latest versions?
![]() |
2015-09-08
, 20:54
|
Posts: 13 |
Thanked: 26 times |
Joined on Sep 2015
@ Prague
|
#1109
|
From Wikip.:"As of August 15, 2012, the WhatsApp support staff claim messages are encrypted in the "latest version" of the WhatsApp software for iOS and Android (but not BlackBerry, Windows Phone, and Symbian), without specifying the implemented cryptographic method."
How then, do BB, WP and Symbian devices read the encryption?
The Following User Says Thank You to apeman For This Useful Post: | ||
![]() |
2015-09-08
, 21:17
|
Posts: 1,378 |
Thanked: 1,604 times |
Joined on Jun 2010
@ Göteborg, Sweden
|
#1110
|
Don't know if have to be something with the ghost contact or cause i'm on wifi or who knows.
Greetings.