diff options
author | Boutade <thegoofist@protonmail.com> | 2019-09-25 10:47:05 -0500 |
---|---|---|
committer | Boutade <thegoofist@protonmail.com> | 2019-09-25 10:47:05 -0500 |
commit | 293d967eeda090f62cdefa8f98849642b8715162 (patch) | |
tree | eb2e9d489e205d4db51c90ed4e5997c0a00a7cc4 /package.lisp | |
parent | 53b2725935447b3a57e0c3381155f5a0fbf395f8 (diff) |
consolodated event handling generic functions. added clean-up
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 13 |
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 )) |