diff options
author | 2016-02-14 19:48:44 +0100 | |
---|---|---|
committer | 2016-02-14 19:48:44 +0100 | |
commit | 686ba42466ca46f9e49f13d45ae9a225aa2dbe51 (patch) | |
tree | 209ff8b5e73b3ffe44c05cc73cd764c8768b9e0a /plugins/websocket-codec | |
parent | 5a31d8513b9bc63637aa50bffb59d4ce1c246029 (diff) |
Added plugin info json files and made system automatically load available plugins and start them if flagged so (nw)
Diffstat (limited to 'plugins/websocket-codec')
-rw-r--r-- | plugins/websocket-codec/plugin.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/websocket-codec/plugin.json b/plugins/websocket-codec/plugin.json new file mode 100644 index 00000000000..00a49dbcba3 --- /dev/null +++ b/plugins/websocket-codec/plugin.json @@ -0,0 +1,8 @@ +{ + "plugin": { + "name": "websocket-codec", + "version": "1.0.7", + "author": "Tim Caswell", + "type": "library", + } +}
\ No newline at end of file |