Skip to content

Commit

Permalink
Support plugin unloading.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon MacMullen committed Sep 26, 2014
1 parent 988ef7a commit 8c09430
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/presence_exchange.erl
Expand Up @@ -14,6 +14,8 @@
[{description, "exchange type x-presence"},
{mfa, {rabbit_registry, register,
[exchange, ?EXCHANGE_TYPE_BIN, ?MODULE]}},
{cleanup, {rabbit_registry, unregister,
[exchange, ?EXCHANGE_TYPE_BIN]}},
{requires, rabbit_registry},
{enables, kernel_ready}]}).

Expand Down

0 comments on commit 8c09430

Please sign in to comment.