changed function names

This commit is contained in:
Niten 2020-11-11 11:56:02 -08:00
parent 56627e7b39
commit ca48c56cba

View File

@ -184,7 +184,7 @@
:mechanism :sasl-plain)
(funcall f backplane)))
(defun listen (xmpp-host
(defun backplane-dns-listen (xmpp-host
xmpp-username
xmpp-password
db-host
@ -201,7 +201,7 @@
(read-line input)))
(defun start-listener-with-env ()
(listen
(backplane-dns-listen
(getenv-or-fail "FUDO_DNS_BACKPLANE_XMPP_HOSTNAME" "backplane.fudo.org")
(getenv-or-fail "FUDO_DNS_BACKPLANE_XMPP_USERNAME" "dns")
(read-file-line (getenv-or-fail "FUDO_DNS_BACKPLANE_XMPP_PASSWORD_FILE"))