Skip to content

Commit

Permalink
README: document Socket#rooms
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Dec 18, 2012
1 parent 9023731 commit b4f12ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ io.on('connection', function(){ // … });
A `Socket` is the fundamental class for interacting with browser
clients.
### Socket#rooms:Array
A list of strings identifying the rooms this socket is in.
### Client
The `Client` class represents an incoming transport (engine.io)
Expand Down

0 comments on commit b4f12ea

Please sign in to comment.