From 225fc84f097aa615239df6deece647a19794234a Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 16 Feb 2020 17:53:31 +0100 Subject: Basic XMPP --- connector/connector.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connector/connector.go') 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 -- cgit v1.2.3