Fix "Unknown Chat Group" In WhatsApp For iOS#947
Open
SikiFn wants to merge 773 commits intovenomous0x:masterfrom
Open
Fix "Unknown Chat Group" In WhatsApp For iOS#947SikiFn wants to merge 773 commits intovenomous0x:masterfrom
SikiFn wants to merge 773 commits intovenomous0x:masterfrom
Conversation
added onGetGroupMessage
Use ContactSyncV2 instead.
Explicitly Define WhatsAppEvents & Add Beginning of Testing Framework
cusued by using reset(explode($foo, $bar))
And replaced key generation with a pre calculated key to remove overhead.
Allow callback to be a string for backwards compatibility & added test c...
Now broadcast media knowing only size and hash
new ping request from server is like this ```<iq from="s.whatsapp.net" id="1405327577-ping" type="get" xmlns="urn:xmpp:ping"></iq>```
If number add to group
profile picture update notification node now without message node
new group name update notification is like this
rx <notification from="6285643077333-1407815451@g.us" id="894086480" participant="6285643077333@s.whatsapp.net" type="subject" t="1407815452" notify="Ardian Yuli">
rx <body>New Group Name</body>
rx </notification>
Fixes venomous0x#876 Fixes venomous0x#778 Fixes venomous0x#822
use pollMessage() instead
I'm checking this feature on my project
Add Composer support (Small change)
another addition to notification node
Update User Agent and WhatsApp verson
Update token.php
Sending the "to" attribute as "broadcast" only will cause the WhatsApp For iOS to misbehave when receiving a new message. This is a temporary fix.
|
Maybe it would be good to sniff how the real client do this? I does not think it would be so great to simply add some random numbers? |
Contributor
Author
|
As I explained above:
|
d56e5ea to
e6cf5a5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sending the "to" attribute as "broadcast" only will cause the WhatsApp For iOS to misbehave when receiving a new message.
This is a temporary fix.