aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--telegabber.go2
-rw-r--r--xmpp/gateway/gateway.go3
3 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5869f9e..2eb17ac 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
COMMIT := $(shell git rev-parse --short HEAD)
TD_COMMIT := "8517026415e75a8eec567774072cbbbbb52376c1"
-VERSION := "v1.7.1"
+VERSION := "v1.7.2"
MAKEOPTS := "-j4"
all:
diff --git a/telegabber.go b/telegabber.go
index cfeecda..9ce070f 100644
--- a/telegabber.go
+++ b/telegabber.go
@@ -15,7 +15,7 @@ import (
goxmpp "gosrc.io/xmpp"
)
-var version string = "1.7.1"
+var version string = "1.7.2"
var commit string
var sm *goxmpp.StreamManager
diff --git a/xmpp/gateway/gateway.go b/xmpp/gateway/gateway.go
index 7e54ee5..1be2fca 100644
--- a/xmpp/gateway/gateway.go
+++ b/xmpp/gateway/gateway.go
@@ -119,6 +119,9 @@ func sendMessageWrapper(to string, from string, body string, id string, componen
message.Extensions = append(message.Extensions, extensions.NewReplyFallback(reply.Start, reply.End))
}
}
+ if !isCarbon && toJid.Resource != "" {
+ message.Extensions = append(message.Extensions, stanza.HintNoCopy{})
+ }
if isCarbon {
carbonMessage := extensions.ClientMessage{