aboutsummaryrefslogtreecommitdiff
path: root/xmpp
diff options
context:
space:
mode:
Diffstat (limited to 'xmpp')
-rw-r--r--xmpp/gateway/gateway.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmpp/gateway/gateway.go b/xmpp/gateway/gateway.go
index 7d3cbb6..b1bcd69 100644
--- a/xmpp/gateway/gateway.go
+++ b/xmpp/gateway/gateway.go
@@ -151,7 +151,7 @@ func sendMessageWrapper(to string, from string, body string, id string, componen
message.Extensions = append(message.Extensions, stanza.HintNoCopy{})
}
if requestReceipt {
- message.Extensions = append(message.Extensions, stanza.ReceiptRequest{})
+ message.Extensions = append(message.Extensions, stanza.Markable{})
}
if isCarbon {