Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MQTT Client presence management #129

Closed
emqplus opened this issue May 12, 2015 · 1 comment
Closed

MQTT Client presence management #129

emqplus opened this issue May 12, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@emqplus
Copy link
Contributor

emqplus commented May 12, 2015

  1. register all connected clients with protocol information?
  2. publish connected/disconnected message to $SYS topics
  3. Admin commands to list all connected clients
  4. Web Dashboard to list all connected clients.
@emqplus emqplus self-assigned this May 12, 2015
@emqplus emqplus added this to the 0.8.0 milestone May 12, 2015
@emqplus emqplus modified the milestones: 0.9.0, 0.8.0 May 25, 2015
@emqplus
Copy link
Contributor Author

emqplus commented Aug 19, 2015

All the features about presence management implemented in 0.10.0 version.

  1. emqttd_cm to register all connected clients
  2. $SYS/brokers/${node}/clients/${clientid}/+ to publish presence
  3. support "./bin/emqttd_ctl clients" cli command
  4. Web Dashboard "Clients" Page to show all connected clients

@emqplus emqplus closed this as completed Aug 19, 2015
@emqplus emqplus modified the milestones: 0.10.0, 0.9.0 Aug 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant