Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Implementation of binary reader (encoder/decoder) #3

Open
ttycelery opened this issue Jun 9, 2020 · 3 comments
Open

Implementation of binary reader (encoder/decoder) #3

ttycelery opened this issue Jun 9, 2020 · 3 comments
Assignees
Labels
help wanted Extra attention is needed high priority to-do

Comments

@ttycelery
Copy link
Owner

No description provided.

@ttycelery ttycelery added the to-do label Jun 9, 2020
@ttycelery ttycelery self-assigned this Jun 9, 2020
@ttycelery ttycelery removed their assignment Nov 9, 2021
@ttycelery ttycelery added the help wanted Extra attention is needed label Nov 9, 2021
@reinier-millo
Copy link
Collaborator

I'm working on it. Currently i'm reading all whatsapp messages but i'm trying to finish the writer to allow send messages and then upload the changes.

@reinier-millo
Copy link
Collaborator

I have added to develop branch the binary reader for WhatsApp messages. Currently the implementation is receiving text plain messages. To integrate with the message handler i have added a message callback. Changes are uploaded with #21.

There is some work to do with the received message to identify different type of messages. Currently media messages are not decoding successfully. Decoding is failing with the protobuf decode. I'm looking some references to identify how to solve it and allow to receive media messages. Currently media messages are received but don't decoded and identified successfully.

@reinier-millo reinier-millo self-assigned this Jan 30, 2022
@brekertabumi
Copy link

brekertabumi commented Apr 29, 2022

I have added to develop branch the binary reader for WhatsApp messages. Currently the implementation is receiving text plain messages. To integrate with the message handler i have added a message callback. Changes are uploaded with #21.

There is some work to do with the received message to identify different type of messages. Currently media messages are not decoding successfully. Decoding is failing with the protobuf decode. I'm looking some references to identify how to solve it and allow to receive media messages. Currently media messages are received but don't decoded and identified successfully.

if callback message more than 125 Char
ERROR Parsing Message with type 'proto.WebMessageInfo'

if below than 125 ..
show normal on loger

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed high priority to-do
Projects
None yet
Development

No branches or pull requests

3 participants