- move join-mock.xml to dev resource and add to .gitignore. Devs should copy this file from dev

resource if they want to use this.
 - delete config.xml.dev as devs can copy config.xml.template to create their own config.xml
This commit is contained in:
Richard Alam 2010-07-04 11:39:30 -04:00
parent 058867df1d
commit c544212637
3 changed files with 1 additions and 72 deletions

View File

@ -1 +1,2 @@
config.xml
join-mock.xml

View File

@ -1,72 +0,0 @@
<?xml version="1.0" ?>
<config>
<version>dev build</version>
<help url="http://192.168.0.120/help.html"/>
<porttest host="192.168.0.120" application="video"/>
<modules>
<module name="ChatModule" url="ChatModule.swf"
uri="rtmp://192.168.0.120/bigbluebutton"
loadNextModule="ListenersModule"
onUserJoinedEvent="START"
onUserLogoutEvent="STOP"
/>
<!--host="http://192.168.0.172/bigbluebutton/conference-session/enter"-->
<!--host="conf/join-mock.xml"-->
<module name="ViewersModule" url="ViewersModule.swf"
uri="rtmp://192.168.0.120/bigbluebutton"
host="conf/join-mock.xml"
onAppInitEvent="LOAD" loadNextModule="ChatModule"
onAppStartEvent="START"
onUserLogoutEvent="STOP"
/>
<module name="ListenersModule" url="ListenersModule.swf"
uri="rtmp://192.168.0.120/bigbluebutton"
recordingHost="http://192.168.0.120"
loadNextModule="DeskShareModule"
onUserJoinedEvent="START"
onUserLogoutEvent="STOP"
/>
<module name="DeskShareModule" url="DeskShareModule.swf" uri="rtmp://192.168.0.120/deskShare" onUserJoinedEvent="START" onUserLogoutEvent="STOP" loadNextModule="PhoneModule" />
<module name="PhoneModule" url="PhoneModule.swf"
uri="rtmp://192.168.0.120/sip"
onUserJoinedEvent="START"
onUserLogoutEvent="STOP"
loadNextModule="VideoconfModule"
/>
<module name="VideoconfModule" url="VideoconfModule.swf"
uri="rtmp://192.168.0.120/video"
onUserJoinedEvent="START"
onUserLogoutEvent="STOP"
loadNextModule="HighlighterModule"
/>
<module name="HighlighterModule" url="HighlighterModule.swf"
uri="rtmp://192.168.0.120/bigbluebutton"
onUserJoinedEvent="START"
onUserLogoutEvent="STOP"
loadNextModule="PresentModule"
/>
<module name="PresentModule" url="PresentModule.swf"
uri="rtmp://192.168.0.120/bigbluebutton"
host="http://192.168.0.120"
onUserJoinedEvent="START"
onUserLogoutEvent="STOP"
/>
<!-- new module in development:
<module name="DynamicInfoModule" url="DynamicInfoModule.swf"
uri="rtmp://192.168.0.120/bigbluebutton"
host="http://192.168.0.120"
infoURL="http://192.168.0.120/client/conf/example-info-data.xml?user={userID}&role={role}&meetingID={meetingID}"
onUserJoinedEvent="START"
onUserLogoutEvent="STOP"
/>
-->
</modules>
</config>