fix the whatsxmpp admin user thing
This commit is contained in:
parent
39001728b3
commit
08b8ac8334
|
@ -1594,10 +1594,10 @@ Returns three values: avatar data (as two values), and a generalized boolean spe
|
||||||
:type "subscribe"
|
:type "subscribe"
|
||||||
:from (admin-jid comp))
|
:from (admin-jid comp))
|
||||||
(cxml:with-element "status"
|
(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: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:with-element "nick"
|
||||||
(cxml:attribute "xmlns" +nick-ns+)
|
(cxml:attribute "xmlns" +nick-ns+)
|
||||||
(cxml:text "whatsxmpp admin"))))
|
(cxml:text "whatsxmpp admin")))
|
||||||
(admin-msg comp jid "WhatsApp connection should begin shortly...")
|
(admin-msg comp jid "WhatsApp connection should begin shortly...")
|
||||||
(handle-setup-user comp stripped))))
|
(handle-setup-user comp stripped))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue