Skip to content

Commit

Permalink
Added collaborators
Browse files Browse the repository at this point in the history
Give a big thanks for author, our collaborators and a great community
  • Loading branch information
gnought committed Jul 16, 2019
1 parent 7a1b4d8 commit b6e06d5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -8,6 +8,7 @@ Barebone MQTT server that can run on any stream server.
* [Example](#example)
* [API](#api)
* [TODO](#todo)
* [Collaborators](#collaborators)
* [Acknowledgements](#acknowledgements)
* [License](#license)

Expand Down Expand Up @@ -406,6 +407,12 @@ You can subscribe on the following `$SYS` topics to get client presence:
- `$SYS/+/disconnect/clients` - will inform about client disconnections.
The payload will contain the `clientId` of the connected/disconnected client

## Collaborators

* [__Gavin D'mello__](https://github.com/GavinDmello)
* [__Behrad Zari__](https://github.com/behrad)
* [__Gnought__](https://github.com/gnought)

## Acknowledgements

This library is born after a lot of discussion with all
Expand Down
14 changes: 14 additions & 0 deletions package.json
Expand Up @@ -37,6 +37,20 @@
"things"
],
"author": "Matteo Collina <hello@matteocollina.com>",
"contributors": [
{
"name":"Gavin D'mello",
"url":"https://github.com/GavinDmello"
},
{
"name":"Behrad Zari",
"url":"https://github.com/behrad"
},
{
"name":"Gnought",
"url":"https://github.com/gnought"
}
],
"license": "MIT",
"devDependencies": {
"@types/node": "^12.6.3",
Expand Down

0 comments on commit b6e06d5

Please sign in to comment.