wandenberg / nginx-push-stream-module

A pure stream http push technology for your Nginx setup. Comet made easy and really scalable.
Other
2.22k stars 295 forks source link

Get who is online using some presence feature #204

Closed zubinmehta closed 9 years ago

zubinmehta commented 9 years ago

Firstly, this is an excellent module which will probably solve most of my issues.

I am writing a basic group chat in which many users can be part of various groups. Some would be online and some offline at any given time.

So anyone, who belongs to this group comes online will be subscribed to this group channel.

Using this module, how can I effectively track who is online at any given time to show it to everyone on the group ? ( or in other words, can I be notified when someone drops connection )

PS: It's much like a "presence" feature that many realtime providers provide.

Thanks.

zubinmehta commented 9 years ago

I found push_stream_events_channel_id which will most likely solve what I need. Closing this.