Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing filehash parameter #988

Open
wants to merge 783 commits into
base: master
Choose a base branch
from
Open

Missing filehash parameter #988

wants to merge 783 commits into from

Conversation

rtoIedo
Copy link

@rtoIedo rtoIedo commented Sep 25, 2014

Hi,

The change is necessary in order to fix this error (when extending from WhatsAppEventListenerBase):

Fatal error: Declaration of WhatsAppEventListenerBase::onMediaMessageSent() must be compatible with WhatsAppEventListener::onMediaMessageSent($phone, $to, $id, $filetype, $url, $filename, $filesize, $filehash, $icon) in ../WhatsAPI/src/events/WhatsAppEventListenerBase.php on line 19

shirioko and others added 30 commits December 19, 2013 12:55
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...
…gh I can't see the need for the parameter "participent".
should install ffmpeg for the method to work successfully
ardianys and others added 28 commits August 12, 2014 19:38
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>
use pollMessage() instead
FAK U GIT
I'm checking this feature on my project
another addition to notification node
Update User Agent and WhatsApp verson
Fixed sendMessageAudio forwarding
Temporary Fix to 'no_routes' error
@hubail hubail force-pushed the master branch 2 times, most recently from d56e5ea to e6cf5a5 Compare May 3, 2015 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet