5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 01:49:35 +00:00
matterbridge/vendor/go.mau.fi/whatsmeow
2023-08-05 20:43:19 +02:00
..
appstate Update dependencies and remove old matterclient lib (#2067) 2023-08-05 20:43:19 +02:00
binary Update dependencies and remove old matterclient lib (#2067) 2023-08-05 20:43:19 +02:00
socket Update dependencies (#1929) 2022-11-27 00:42:16 +01:00
store Update dependencies and remove old matterclient lib (#2067) 2023-08-05 20:43:19 +02:00
types Update dependencies and remove old matterclient lib (#2067) 2023-08-05 20:43:19 +02:00
util Update dependencies and remove old matterclient lib (#2067) 2023-08-05 20:43:19 +02:00
.editorconfig Update dependencies and remove old matterclient lib (#2067) 2023-08-05 20:43:19 +02:00
appstate.go Update dependencies and remove old matterclient lib (#2067) 2023-08-05 20:43:19 +02:00
broadcast.go Update dependencies (#2007) 2023-03-09 22:48:00 +01:00
call.go Update dependencies (#1841) 2022-06-11 23:07:42 +02:00
client.go Update dependencies and remove old matterclient lib (#2067) 2023-08-05 20:43:19 +02:00
connectionevents.go Update dependencies and remove old matterclient lib (#2067) 2023-08-05 20:43:19 +02:00
download.go Update dependencies and remove old matterclient lib (#2067) 2023-08-05 20:43:19 +02:00
errors.go Update dependencies and remove old matterclient lib (#2067) 2023-08-05 20:43:19 +02:00
group.go Update dependencies and remove old matterclient lib (#2067) 2023-08-05 20:43:19 +02:00
handshake.go Update dependencies and go1.18 (#1873) 2022-08-13 16:14:26 +02:00
internals.go Update dependencies and remove old matterclient lib (#2067) 2023-08-05 20:43:19 +02:00
keepalive.go Update dependencies and remove old matterclient lib (#2067) 2023-08-05 20:43:19 +02:00
LICENSE Add dependencies/vendor (whatsapp) 2022-03-20 14:57:48 +01:00
mediaconn.go Update dependencies (#1784) 2022-04-01 00:23:19 +02:00
mediaretry.go Update dependencies and remove old matterclient lib (#2067) 2023-08-05 20:43:19 +02:00
message.go Update dependencies and remove old matterclient lib (#2067) 2023-08-05 20:43:19 +02:00
msgsecret.go Update dependencies and remove old matterclient lib (#2067) 2023-08-05 20:43:19 +02:00
notification.go Update dependencies and remove old matterclient lib (#2067) 2023-08-05 20:43:19 +02:00
pair-code.go Update dependencies and remove old matterclient lib (#2067) 2023-08-05 20:43:19 +02:00
pair.go Update dependencies (#1951) 2023-01-28 22:57:53 +01:00
prekeys.go Update dependencies and go1.18 (#1873) 2022-08-13 16:14:26 +02:00
presence.go Update dependencies (#1951) 2023-01-28 22:57:53 +01:00
privacysettings.go Add dependencies/vendor (whatsapp) 2022-03-20 14:57:48 +01:00
qrchan.go Update dependencies (#1951) 2023-01-28 22:57:53 +01:00
README.md Update dependencies and remove old matterclient lib (#2067) 2023-08-05 20:43:19 +02:00
receipt.go Update dependencies and remove old matterclient lib (#2067) 2023-08-05 20:43:19 +02:00
request.go Update dependencies and go1.18 (#1873) 2022-08-13 16:14:26 +02:00
retry.go Update dependencies and remove old matterclient lib (#2067) 2023-08-05 20:43:19 +02:00
send.go Update dependencies and remove old matterclient lib (#2067) 2023-08-05 20:43:19 +02:00
update.go Update vendor (whatsapp) 2022-03-20 14:57:48 +01:00
upload.go Update dependencies and remove old matterclient lib (#2067) 2023-08-05 20:43:19 +02:00
user.go Update dependencies (#2007) 2023-03-09 22:48:00 +01: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.

Also see mdtest for a CLI tool you can easily try out whatsmeow with.

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