refactored, and switched to json payloads

This commit is contained in:
2020-11-13 11:11:58 -08:00
parent 799c35d89f
commit c663acdd33
4 changed files with 114 additions and 78 deletions
+3 -1
View File
@@ -8,6 +8,7 @@
:serial t
:depends-on (:alexandria
:arrows
:cl-json
:cl-ppcre
:cl+ssl
:cl-xmpp
@@ -15,4 +16,5 @@
:postmodern
:trivia)
:components ((:file "package")
(:file "backplane-dns")))
(:file "backplane-dns")
(:file "backplane-server")))