From 08b8ac83349d5f674d2826cf4b1ff8d82baac0f2 Mon Sep 17 00:00:00 2001 From: eta Date: Tue, 21 Apr 2020 09:09:40 +0100 Subject: [PATCH] fix the whatsxmpp admin user thing --- stuff.lisp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stuff.lisp b/stuff.lisp index 9850c32..9ba8885 100644 --- a/stuff.lisp +++ b/stuff.lisp @@ -1594,10 +1594,10 @@ Returns three values: avatar data (as two values), and a generalized boolean spe :type "subscribe" :from (admin-jid comp)) (cxml:with-element "status" - (cxml:text "Please add the whatsxmpp admin user to your roster; if you don't, things will probably break in various fun ways.") - (cxml:with-element "nick" - (cxml:attribute "xmlns" +nick-ns+) - (cxml:text "whatsxmpp admin")))) + (cxml:text "Please add the whatsxmpp admin user to your roster; if you don't, things will probably break in various fun ways.")) + (cxml:with-element "nick" + (cxml:attribute "xmlns" +nick-ns+) + (cxml:text "whatsxmpp admin"))) (admin-msg comp jid "WhatsApp connection should begin shortly...") (handle-setup-user comp stripped))))