changed function names
This commit is contained in:
parent
56627e7b39
commit
ca48c56cba
@ -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"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user