Go to file
Bernhard Tittelbach 7dd5e2a05b
support for ephemeral events and more message types (#69)
* support ephemeral events

* added AudioMessage,LocationMessage,FileMessage

Co-authored-by: Bernhard Tittelbach <bernhard@tittelbach.org>
Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2020-08-27 13:22:06 +01:00
hooks Run CI using golangci-lint, Go 1.13.10 (#78) 2020-05-01 13:17:22 +01:00
.gitignore Initial commit 2016-11-29 16:35:32 +00:00
.golangci.yml Run CI using golangci-lint, Go 1.13.10 (#78) 2020-05-01 13:17:22 +01:00
.travis.yml Run CI using golangci-lint, Go 1.13.10 (#78) 2020-05-01 13:17:22 +01:00
LICENSE Initial commit 2016-11-29 16:35:32 +00:00
README.md aWOOGA 2016-12-02 15:42:13 +00:00
client.go Support sending formatted text (r0.6.0). (#82) 2020-08-27 13:09:29 +01:00
client_examples_test.go Run CI using golangci-lint, Go 1.13.10 (#78) 2020-05-01 13:17:22 +01:00
client_test.go Add test 2019-12-21 22:48:51 +00:00
events.go support for ephemeral events and more message types (#69) 2020-08-27 13:22:06 +01:00
filter.go Added default filter values & filter validation (#46) 2018-05-09 13:37:21 +01:00
go.mod Add go.mod 2020-04-08 16:53:10 +01:00
identifier.go Update Login() Logout() and LogoutAll() to r0.6.0 (#73) 2020-08-27 13:05:45 +01:00
requests.go Update Login() Logout() and LogoutAll() to r0.6.0 (#73) 2020-08-27 13:05:45 +01:00
responses.go support for ephemeral events and more message types (#69) 2020-08-27 13:22:06 +01:00
room.go Run CI using golangci-lint, Go 1.13.10 (#78) 2020-05-01 13:17:22 +01:00
store.go Make the rooms map 2016-12-01 14:52:55 +00:00
sync.go support for ephemeral events and more message types (#69) 2020-08-27 13:22:06 +01:00
tags.go Tag->TagContent 2019-03-26 22:25:57 +05:30
userids.go Run gofmt 2019-04-25 15:16:37 -07:00
userids_examples_test.go Add userid example functions 2016-12-08 17:41:35 +00:00
userids_test.go Add user ID handling methods 2016-12-06 14:24:27 +00:00

README.md

gomatrix

GoDoc

A Golang Matrix client.

THIS IS UNDER ACTIVE DEVELOPMENT: BREAKING CHANGES ARE FREQUENT.