diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-16 17:53:31 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-16 17:53:31 +0100 |
commit | 225fc84f097aa615239df6deece647a19794234a (patch) | |
tree | 14ce2ea0a61993c56da21f8f0c3f157177717bbb /connector/connector.go | |
parent | b7f0776784b6e5fe0f0a028c2913f58e995afa73 (diff) | |
download | easybridge-225fc84f097aa615239df6deece647a19794234a.tar.gz easybridge-225fc84f097aa615239df6deece647a19794234a.zip |
Basic XMPP
Diffstat (limited to 'connector/connector.go')
-rw-r--r-- | connector/connector.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connector/connector.go b/connector/connector.go index 9894bfc..92b1adc 100644 --- a/connector/connector.go +++ b/connector/connector.go @@ -106,7 +106,7 @@ type Event struct { Room RoomID // Message text or action text - Message string + Text string // Attached files such as images Attachements map[string]MediaObject |