summaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorBoutade <thegoofist@protonmail.com>2019-09-25 10:47:05 -0500
committerBoutade <thegoofist@protonmail.com>2019-09-25 10:47:05 -0500
commit293d967eeda090f62cdefa8f98849642b8715162 (patch)
treeeb2e9d489e205d4db51c90ed4e5997c0a00a7cc4 /package.lisp
parent53b2725935447b3a57e0c3381155f5a0fbf395f8 (diff)
consolodated event handling generic functions. added clean-up
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp13
1 files changed, 9 insertions, 4 deletions
diff --git a/package.lisp b/package.lisp
index 634fc57..32cd32a 100644
--- a/package.lisp
+++ b/package.lisp
@@ -7,9 +7,7 @@
#:txn-id
#:client
#:homeserver
- #:handle-timeline-event
- #:handle-room-state-event
- #:handle-invitation-event
+ #:handle-event
#:getob
#:event-content
@@ -21,9 +19,16 @@
#:state-key
#:prev-content
+ #:timeline-event
+ #:room-state-event
+ #:invitation-event
+
#:send
#:fetch
#:login
- #:sync
+ #:sync
+
+ #:start
+ #:stop
))