-
```
What steps will reproduce the problem?
1. Start rails server ok
2. set account and android id into java code
3. ant building
4. runing java -jar crawler.jar -pname ../../data/pkgreduced
pkgreduce…
-
```
What steps will reproduce the problem?
1. Start rails server ok
2. set account and android id into java code
3. ant building
4. runing java -jar crawler.jar -pname ../../data/pkgreduced
pkgreduce…
-
I want to know how can i receive multiple messages from my 5 senders numbers
Here my code:
$number = strip_tags ( $paramitter );
$sql = mysql_query ( ' SELECT whatsapp_password FROM senders WHERE …
-
I've been doing more tests, creating numbers, chatting via my phone, getting replies etc, etc...
But as soon as I try to send a message via the API the first message is sent as: waiting for this me…
-
Client: Android 2.1.2
Some small improvements can make the notifications friendlier.
### Current notifications
![screenshot_20180710-134447 1](https://user-images.githubusercontent.com/815704/…
-
The spec makes it quite easy to add new types of m.receipt messages. How about we implement:
- [x] A sent receipt (once the message makes it to the sender's homeserver, meaning that the sender's job…
-
```
What steps will reproduce the problem?
1. Start rails server ok
2. set account and android id into java code
3. ant building
4. runing java -jar crawler.jar -pname ../../data/pkgreduced
pkgreduce…
-
Maybe it would be nice to have message deliverance notifications like in whatsapp. Get the protocol to send a message to the sender telling him that the message has been sent.
-
In `whatsapp_utils.py` module the function `process_whatsapp_message(body)` gets the `wa_id` parameter, but in line 92 we sent the response to the hardcoded environment parameter `"RECIPIENT_WAID"`.
…
fvm2 updated
7 months ago
-
I just started testing this, with an example (whatsapp.php ) . Single Text Message works fine.
I was wondering is it possible to select two senders at once , and send message to two contacts?
Thanks…