diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2022-05-26 14:14:38 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2022-05-26 14:14:38 +0300 |
commit | 70841a2bea61728c75f6675bcd3355e8dfdcd087 (patch) | |
tree | 2405e12fb7f306a0f64725a5631bfb5d7f509e43 /go.mod | |
parent | ae16fd2a0b48c3659a012accd0269323935dfd14 (diff) |
Always send XMPP messages with a resource
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,4 +13,4 @@ require ( gosrc.io/xmpp v0.5.2-0.20211214110136-5f99e1cd06e1 ) -replace gosrc.io/xmpp => dev.narayana.im/narayana/go-xmpp v0.0.0-20211218155535-e55463fc9829 +replace gosrc.io/xmpp => dev.narayana.im/narayana/go-xmpp v0.0.0-20220524203317-306b4ff58e8f |