- Apr 08, 2014
-
-
Anton Georgiev authored
Conflicts: bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/Room.java bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/RoomsManager.java bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/chat/ChatApplication.java bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/chat/ChatService.java bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/messaging/MessagingConstants.java bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/messaging/MessagingService.java bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/messaging/RedisMessagingService.java bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/participants/ParticipantsApplication.java bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/participants/ParticipantsHandler.java bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/participants/ParticipantsService.java bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/presentation/ConversionUpdatesProcessor.java bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/presentation/PresentationApplication.java bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/presentation/PresentationService.java bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/whiteboard/WhiteboardApplication.java bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/whiteboard/WhiteboardService.java bigbluebutton-apps/src/main/webapp/WEB-INF/bbb-apps.xml bigbluebutton-web/grails-app/conf/UrlMappings.groovy bigbluebutton-web/grails-app/conf/bigbluebutton.properties bigbluebutton-web/grails-app/conf/spring/doc-conversion.xml bigbluebutton-web/ivy.xml bigbluebutton-web/src/java/org/bigbluebutton/api/MeetingService.java bigbluebutton-web/src/java/org/bigbluebutton/api/messaging/MessagingService.java bigbluebutton-web/src/java/org/bigbluebutton/api/messaging/RedisMessagingService.java bigbluebutton-web/src/java/org/bigbluebutton/presentation/imp/SwfSlidesGenerationProgressNotifier.java
-
- Apr 07, 2014
-
-
Anton Georgiev authored
user_left_event in channel bigbluebutton:meeting:anton results in the leaving of the flash client user with that name
-
Anton Georgiev authored
user_joined_event in pubsub on channel bigbluebutton:meeting:anton results in the user added to the userlist in the flash client
-
Anton Georgiev authored
added a listener for participants (user join, user leave) events. Worked on redirecting json messages of the new format to their proper handler
-
- Apr 04, 2014
-
-
Anton Georgiev authored
-
- Apr 03, 2014
-
-
Anton Georgiev authored
-
Anton Georgiev authored
-
Anton Georgiev authored
-
- Apr 02, 2014
-
-
Anton Georgiev authored
user_left_event is now handled by the client. The username is moved to the left-hand side (was supposed to remove it)
-
Anton Georgiev authored
user_left_event: when a user leaves an additional event is now dispatched - of the structure supported by the html5 client
-
- Apr 01, 2014
-
-
Anton Georgiev authored
-
Anton Georgiev authored
at this stage joining of a user via flash can be updated(displayed) on the html5 client! (kind of hard-coded)
-
Anton Georgiev authored
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
-
Anton Georgiev authored
-
Anton Georgiev authored
-
- Mar 31, 2014
-
-
Anton Georgiev authored
-
Anton Georgiev authored
-
Anton Georgiev authored
-
- Mar 24, 2014
-
-
Anton Georgiev authored
-
Anton Georgiev authored
whiteboad_draw_event message sent and the html5 client handles it. have to modify the channel the message is sent to. in the html5 client performed a check to see if header.name is whiteboard_draw_event and if yes overwrote the channel to bigbluebutton:bridge
-
- Mar 21, 2014
-
-
Anton Georgiev authored
created a WhiteboardEventRedisPublisher. When I draw in the flash client I get a simple json message in the console of the html5 client
-
Anton Georgiev authored
added a chat event listener. Now a simple chat json injected into pubsub will be displayed in the red5 console and will go through the listener "ChatMessageListener.java"
-
- Mar 13, 2014
-
-
Dixon Fred authored
-
Dixon Fred authored
Merge branch 'merge-polling-with-master' of https://github.com/bigbluebutton/bigbluebutton into merge-polling-with-master
-
Dixon Fred authored
-
- Mar 12, 2014
-
-
Richard Alam authored
-
Richard Alam authored
-
Richard Alam authored
-
Richard Alam authored
-
Dixon Fred authored
-
Dixon Fred authored
-
- Mar 11, 2014
-
-
Richard Alam authored
-
- Mar 10, 2014
-
-
Richard Alam authored
-
Richard Alam authored
-
Richard Alam authored
-
- Mar 09, 2014
-
-
Richard Alam authored
-
Richard Alam authored
-
- Mar 02, 2014
-
-
Richard Alam authored
-
Richard Alam authored
-
- Mar 05, 2014
-
-
Dixon Fred authored
Reverse the check for http response code.
-