From 07f9f640f0f18541760adb8746cd563a504d6609 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 4 Oct 2020 21:20:22 +0200 Subject: Looks like 2FA works in facebook messenger :o --- connector/xmpp/xmpp.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'connector/xmpp') 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() -- cgit v1.2.3