Ignore unknown messages in role message handlers

This commit is contained in:
Tony Garnock-Jones 2012-03-24 21:15:49 -04:00
parent 04a537be15
commit 1143bde46c
1 changed files with 2 additions and 1 deletions

View File

@ -149,7 +149,8 @@
[state-pattern
(match message-body
[message-pattern clause-body ...]
...)])))])
...
[_ state])])))])
#'(add-role topic-expr
(handlers presence-handler absence-handler message-handler)
ready-handler)))])))