From c13c3fa4d6a3cd7604f9e9a1009415fb672d0f72 Mon Sep 17 00:00:00 2001 From: Boutade Date: Thu, 26 Sep 2019 08:34:45 -0500 Subject: created auto-joiner to respond to invites --- granolin.lisp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'granolin.lisp') diff --git a/granolin.lisp b/granolin.lisp index ab04c51..40963f5 100644 --- a/granolin.lisp +++ b/granolin.lisp @@ -174,11 +174,15 @@ (event-type :|type|) (sender :|sender|)) +(def-json-wrap basic-json) + + ;;; URI constants for interacting with the Matrix API (defparameter +login-path+ "/_matrix/client/r0/login") (defparameter +sync-path+ "/_matrix/client/r0/sync") + ;;; Utility functions and macros for making HTTP requests to the MATRIX API (defun add-auth-header (client headers) -- cgit v1.2.3