Alexandre Possebom 19bd3a9126
Go / Build (old) (push) Failing after 5m18s
Go / Build (latest) (push) Failing after 5m18s
client: ack channel <status> stanzas to stop 50-minute stream recycling
The server delivers channel status updates as <status> stanzas. Without a
registered node handler they were dropped unacked, so the server redelivered
them on every connect and closed the stream every 50 minutes with
<stream:error><ack class="status" .../></stream:error>.
2026-07-15 18:02:16 -03:00
2026-07-13 13:37:19 +03:00
2026-06-11 12:44:10 +03:00
2026-07-13 13:37:19 +03:00
2026-07-13 13:37:19 +03:00
2026-07-13 14:14:17 +03:00
2026-06-11 12:44:10 +03:00
2023-06-16 13:46:26 -06:00
2026-06-22 14:11:01 +03:00
2026-06-16 15:06:36 +03:00
2026-06-16 15:06:36 +03:00
2026-06-30 21:06:29 +03:00
2021-10-06 15:27:00 +03:00
2026-06-30 21:06:29 +03:00
2026-06-30 21:06:29 +03:00
2026-06-30 21:06:29 +03:00
2026-07-13 14:14:17 +03:00
2026-06-30 21:06:29 +03:00
2026-06-11 12:44:10 +03:00
2026-07-13 14:14:17 +03:00
2026-06-11 11:51:19 +03:00
2026-03-27 20:16:59 +02:00

whatsmeow

Go Reference

whatsmeow is a Go library for the WhatsApp web multidevice API.

Discussion

Matrix room: #whatsmeow:maunium.net

For questions about the WhatsApp protocol (like how to send a specific type of message), you can also use the WhatsApp protocol Q&A section on GitHub discussions.

Usage

The godoc includes docs for all methods and event types. There's also a simple example at the top.

Features

Most core features are already present:

  • Sending messages to private chats and groups (both text and media)
  • Receiving all messages
  • Managing groups and receiving group change events
  • Joining via invite messages, using and creating invite links
  • Sending and receiving typing notifications
  • Sending and receiving delivery and read receipts
  • Reading and writing app state (contact list, chat pin/mute status, etc)
  • Sending and handling retry receipts if message decryption fails
  • Sending status messages (experimental, may not work for large contact lists)

Things that are not yet implemented:

  • Sending broadcast list messages (this is not supported on WhatsApp web either)
  • Calls
S
Description
Fork of tulir/whatsmeow — acks channel <status> stanzas so the server stops recycling the connection every 50 min
Readme MPL-2.0
8.6 MiB
Languages
Go 100%