|
|
5 лет назад | |
|---|---|---|
| .. | ||
| src | 2cbd2bc800 chore(app.src): use semver 4.3.0 for apps version base | 5 лет назад |
| test | 0cd1c57a54 Migrate plugins from tag 4.2.2 | 5 лет назад |
| README.md | 0cd1c57a54 Migrate plugins from tag 4.2.2 | 5 лет назад |
| TODO | 0cd1c57a54 Migrate plugins from tag 4.2.2 | 5 лет назад |
| rebar.config | 0cd1c57a54 Migrate plugins from tag 4.2.2 | 5 лет назад |
This is a template plugin for the EMQ X broker. And you can see Plugin Development Guide to learning how to use it.
Each plugin should have a 'etc/{plugin_name}.conf|config' file to store application config.
emqx:hook('client.authenticate', fun ?MODULE:on_client_authenticate/3, [Env]).
emqx:hook('client.check_acl', fun ?MODULE:on_client_check_acl/5, [Env]).
Apache License Version 2.0
EMQ X Team.