WhatsJava icon indicating copy to clipboard operation
WhatsJava copied to clipboard

Implementation of the WhatsApp Web API in Java

Results 9 WhatsJava issues
Sort by recently updated
recently updated
newest added

Hello When I run : ``` client.addClientActionListener(new ClientActionListener() { @Override public void onQRCodeScanRequired(BufferedImage qr) { System.out.println("Authentication required! Please scan the QR code!"); File outputFile = new File("qr.jpg"); try { ImageIO.write(qr,...

How to get status send message, I detect Log when : - [x] My Message is Sent, the log is Cmd,ack:1 - [x] My Message is Receive to remoteJid, the...

enhancement

Hi, The beta version of WhatsApp, where up to 4 open sessions are allowed, does not finish linking the account It happens that when scanning the QR code, a poster...

Hello, When I try to send a message I am having this issue: java.lang.NoClassDefFoundError: Could not initialize class com.google.protobuf.CodedOutputStream at icu.jnet.whatsjava.encryption.proto.ProtoBuf$WebMessageInfo.getSerializedSize(ProtoBuf.java) ~[WhatsJava-v1.0.2.jar:na] at com.google.protobuf.AbstractMessageLite.toByteArray(AbstractMessageLite.java:69) ~[WhatsJava-v1.0.2.jar:na] at icu.jnet.whatsjava.messages.WAMessageBuilder.generateJson(WAMessageBuilder.java:20) ~[WhatsJava-v1.0.2.jar:na] But 2...

Hello. Thank you for great work! Can you help me how can i get Status view count? I know it's not implemented in your library.

Hello! I try load session from another (not credentials.json) file, but when i create a WAClient via `WAClient client = new WAClient();` WAClient use default file "credentials.json" and after that...

trying to get chat count and unread messages, I query loadChats() ['query', {type: 'chat', epoch: '4'}, null] response is ["response", {"duplicate":"true","type":"chat","status":"17931"}, null] other requests works fine. any help, please?

How i can detect when a person delete a message in a chat o group, example: Person send a message ("Test msg") Person delete the message ("Test msg") I need...

enhancement