aboutsummaryrefslogtreecommitdiff
path: root/connector/xmpp
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-10-04 21:20:22 +0200
committerAlex Auvolat <alex@adnab.me>2020-10-04 21:20:22 +0200
commit07f9f640f0f18541760adb8746cd563a504d6609 (patch)
tree5e8bc029ace33b826d63546677096a65fc570732 /connector/xmpp
parent7130c7b7d6d0c4f49229df33825e2861eb463457 (diff)
downloadeasybridge-07f9f640f0f18541760adb8746cd563a504d6609.tar.gz
easybridge-07f9f640f0f18541760adb8746cd563a504d6609.zip
Looks like 2FA works in facebook messenger :o
Diffstat (limited to 'connector/xmpp')
-rw-r--r--connector/xmpp/xmpp.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/connector/xmpp/xmpp.go b/connector/xmpp/xmpp.go
index 64c53d9..2d0260c 100644
--- a/connector/xmpp/xmpp.go
+++ b/connector/xmpp/xmpp.go
@@ -367,6 +367,10 @@ func (xm *XMPP) Send(event *Event) (string, error) {
}
}
+func (xm *XMPP) UserCommand(cmd string) {
+ xm.handler.SystemMessage("Command not supported.")
+}
+
func (xm *XMPP) Close() {
if xm.conn != nil {
xm.conn.Close()