diff options
Diffstat (limited to 'xmpp/gateway/gateway.go')
-rw-r--r-- | xmpp/gateway/gateway.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmpp/gateway/gateway.go b/xmpp/gateway/gateway.go index 736f760..de0ec8d 100644 --- a/xmpp/gateway/gateway.go +++ b/xmpp/gateway/gateway.go @@ -24,6 +24,7 @@ type Reply struct { } type MarkerType byte + const ( MarkerTypeReceived MarkerType = iota MarkerTypeDisplayed |