Richard Alam
473c9941b4
- handle validate token message from node app
2014-05-11 12:30:58 -07:00
Richard Alam
a5f076195b
- change how we subscribe to redis messages
2014-05-08 21:32:09 +00:00
Leonardo Crauss Daronco
3cc04e47c3
Get the token from the URL to authenticate the HTML5 client
2014-04-25 10:34:26 -04:00
Leonardo Crauss Daronco
08f23883e3
Add missing log/ dir in the HTML5 client
2014-04-24 17:41:28 -04:00
Leonardo Crauss Daronco
301bc098a8
Add a test server to authenticate the HTML5 client
2014-04-24 17:39:59 -04:00
Leonardo Crauss Daronco
5d1fb4c168
HTML5 client authentication using redis and the new messages
...
The client sends a 'validate_auth_token_request' to the server, that waits
a 'validate_auth_token_reply' response from bbb-apps to pass to the client.
Still have to get info from /api/enter, for now the meetingId and userId are
hard-coded in the client (AuthenticationModel).
2014-04-24 17:39:59 -04:00
Lucas Zawacki
1bc0effc2f
Use local log file on development
2014-04-23 18:48:04 -04:00
Leonardo Crauss Daronco
1a894c18c4
Proxy messages from bbb-apps to the html5 clients
2014-04-23 18:27:43 -04:00
Leonardo Crauss Daronco
e551679685
Better redis channels for the html5 client
2014-04-23 17:37:19 -04:00
Leonardo Crauss Daronco
8202cebfea
Make the html5 always start in the session screen for testing
2014-04-23 17:13:09 -04:00
Leonardo Crauss Daronco
1031e49428
Move log path to the config file
2014-04-23 16:39:42 -04:00
Leonardo Crauss Daronco
068204a78f
Using classes for the new files and structure in the html5 server
2014-04-23 16:18:25 -04:00
Richard Alam
f67688857d
- minor changes
2014-04-14 07:58:20 -07:00
Richard Alam
307038a6d2
- get request/response working
2014-04-13 19:18:21 -07:00
Richard Alam
df9ac02e79
- don't use classes
2014-04-13 17:16:37 -07:00
Richard Alam
8d50ea3e7f
- trying to setup message handlers
2014-04-13 16:39:18 -07:00
Anton Georgiev
e45a77f080
minor changes
2014-04-04 14:26:09 +00:00
Anton Georgiev
fa0ce4e1b0
fixed minor bugs that were causing errors due to 'null'
2014-04-03 19:13:13 +00:00
Anton Georgiev
8d05809c39
now the flash client user is displayed just once in the user list
2014-04-03 18:45:44 +00:00
Anton Georgiev
f4a21302b3
userJoining (the user starting from html5 client) is also joined via user_joined_event
2014-04-03 18:34:19 +00:00
Anton Georgiev
47b19a4f39
user_left_event is now handled by the client. The username is moved to the left-hand side (was supposed to remove it)
2014-04-02 18:20:41 +00:00
Anton Georgiev
e253c76b05
worked on user_joined_event
2014-04-01 21:59:51 +00:00
Anton Georgiev
9bd51abe1d
temporary reducing the number of messages in the log - keep alive logging is removed. Also I commit a block of code for changing the channel of an incoming message from pubsub
2014-04-01 16:08:54 +00:00
Anton Georgiev
2287b24fc2
modified the login page so you can enter manually the meetingID that you want
2014-04-01 15:30:10 +00:00
Anton Georgiev
eb133320d1
minor console logging changes
2014-03-31 15:48:49 +00:00
Anton Georgiev
6952184799
handles a bug where empty users are added to the array
2014-03-31 15:45:32 +00:00
Anton Georgiev
727ca898c6
user_joined_event: when received, the user is added to the list of users
2014-03-31 15:43:34 +00:00
Anton Georgiev
92d3d83a87
implemented share_presentation_event
2014-02-28 11:21:37 -05:00
Anton Georgiev
03dad76d62
cleaned up previously reworked functionality (by Moe?)
2014-02-27 14:53:58 -05:00
Anton Georgiev
02efe58c1d
fixed message structure for ellipse, triangle, line
2014-02-21 21:01:20 +00:00
Anton Georgiev
7b692c945c
minor cosmetic changes
2014-02-21 18:10:39 +00:00
Anton Georgiev
3722d04be0
messageID is fixed for the new json structure
2014-02-21 16:58:59 +00:00
Anton Georgiev
894361dfc6
integrated whiteboard_draw/update_event
2014-02-20 22:48:46 +00:00
Anton Georgiev
a64477b4eb
prior changes to json message structure
2014-02-19 16:00:17 +00:00
Richard Alam
b975a8ac14
- move the html5 client out of labs
2014-01-06 08:44:15 -08:00