Revision: 4441
Author:   seba.wagner
Date:     Wed Oct 19 12:53:00 2011
Log:      Updates to moodle Mod
http://code.google.com/p/openmeetings/source/detail?r=4441

Added:
 /trunk/plugins/moodle_plugin/README.txt
Modified:
 /trunk/plugins/moodle_plugin/openmeetings_gateway.php
 /trunk/plugins/moodle_plugin/version.php

=======================================
--- /dev/null
+++ /trunk/plugins/moodle_plugin/README.txt     Wed Oct 19 12:53:00 2011
@@ -0,0 +1,9 @@
+This Moodle plugin uses OpenMeetings Open Source Web-Conferencing.
+You need your own OpenMeetings instance running.
+
+Check out:
+http://www.openmeetings.de
+http://code.google.com/p/openmeetings
+
+Demo:
+http://moodle.openmeetings.de
=======================================
--- /trunk/plugins/moodle_plugin/openmeetings_gateway.php Sun Oct 2 01:12:46 2011 +++ /trunk/plugins/moodle_plugin/openmeetings_gateway.php Wed Oct 19 12:53:00 2011
@@ -170,7 +170,8 @@
                //echo $client_userService."<br/>";

$client_roomService = new nusoap_client("http://".$CFG->openmeetings_red5host.":".$CFG->openmeetings_red5port."/".$CFG->openmeetings_webappname."/services/RoomService?wsdl", true);
-
+               $client_roomService->soap_defencoding = 'utf-8';
+
                $err = $client_roomService->getError();
                if ($err) {
                        echo '<h2>Constructor error</h2><pre>' . $err . 
'</pre>';
@@ -224,7 +225,8 @@
                //echo $client_userService."<br/>";

$client_roomService = new nusoap_client("http://".$CFG->openmeetings_red5host.":".$CFG->openmeetings_red5port."/".$CFG->openmeetings_webappname."/services/RoomService?wsdl", true);
-
+               $client_roomService->soap_defencoding = 'utf-8';
+
                $err = $client_roomService->getError();
                if ($err) {
                        echo '<h2>Constructor error</h2><pre>' . $err . 
'</pre>';
@@ -279,7 +281,8 @@
                //echo $client_userService."<br/>";

$client_roomService = new nusoap_client("http://".$CFG->openmeetings_red5host.":".$CFG->openmeetings_red5port."/".$CFG->openmeetings_webappname."/services/RoomService?wsdl", true);
-
+               $client_roomService->soap_defencoding = 'utf-8';
+
                $err = $client_roomService->getError();
                if ($err) {
                        echo '<h2>Constructor error</h2><pre>' . $err . 
'</pre>';
@@ -338,7 +341,8 @@
                //echo $client_userService."<br/>";

$client_roomService = new nusoap_client("http://".$CFG->openmeetings_red5host.":".$CFG->openmeetings_red5port."/".$CFG->openmeetings_webappname."/services/RoomService?wsdl", true);
-
+               $client_roomService->soap_defencoding = 'utf-8';
+
                $err = $client_roomService->getError();
                if ($err) {
                        echo '<h2>Constructor error</h2><pre>' . $err . 
'</pre>';
@@ -375,6 +379,7 @@
                global $USER, $CFG;

$client_roomService = new nusoap_client("http://".$CFG->openmeetings_red5host.":".$CFG->openmeetings_red5port."/".$CFG->openmeetings_webappname."/services/RoomService?wsdl", true);
+               $client_roomService->soap_defencoding = 'utf-8';

                $err = $client_roomService->getError();
                if ($err) {
@@ -413,7 +418,8 @@
                        $profilePictureUrl, $email) {
            global $USER, $CFG;
$client_userService = new nusoap_client("http://".$CFG->openmeetings_red5host.":".$CFG->openmeetings_red5port."/".$CFG->openmeetings_webappname."/services/UserService?wsdl", true);
-
+               $client_userService->soap_defencoding = 'utf-8';
+
                $err = $client_userService->getError();
                if ($err) {
                        echo '<h2>Constructor error</h2><pre>' . $err . 
'</pre>';
@@ -458,7 +464,8 @@
                        $profilePictureUrl, $email, $userId, $systemType) {
            global $USER, $CFG;
$client_userService = new nusoap_client("http://".$CFG->openmeetings_red5host.":".$CFG->openmeetings_red5port."/".$CFG->openmeetings_webappname."/services/UserService?wsdl", true);
-
+               $client_userService->soap_defencoding = 'utf-8';
+
                $err = $client_userService->getError();
                if ($err) {
                        echo '<h2>Constructor error</h2><pre>' . $err . 
'</pre>';
@@ -514,7 +521,8 @@
$profilePictureUrl, $email, $userId, $systemType, $room_id, $becomeModerator) {
            global $USER, $CFG;
$client_userService = new nusoap_client("http://".$CFG->openmeetings_red5host.":".$CFG->openmeetings_red5port."/".$CFG->openmeetings_webappname."/services/UserService?wsdl", true);
-
+               $client_userService->soap_defencoding = 'utf-8';
+
                $err = $client_userService->getError();
                if ($err) {
                        echo '<h2>Constructor error</h2><pre>' . $err . 
'</pre>';
@@ -554,7 +562,8 @@
$profilePictureUrl, $email, $userId, $systemType, $room_id, $becomeModerator, $allowRecording) {
                global $USER, $CFG;
$client_userService = new nusoap_client("http://".$CFG->openmeetings_red5host.":".$CFG->openmeetings_red5port."/".$CFG->openmeetings_webappname."/services/UserService?wsdl", true);
-
+               $client_userService->soap_defencoding = 'utf-8';
+
                $err = $client_userService->getError();
                if ($err) {
                        echo '<h2>Constructor error</h2><pre>' . $err . 
'</pre>';
@@ -599,7 +608,8 @@
                                                $userId, $systemType, 
$recording_id) {
            global $USER, $CFG;
$client_userService = new nusoap_client("http://".$CFG->openmeetings_red5host.":".$CFG->openmeetings_red5port."/".$CFG->openmeetings_webappname."/services/UserService?wsdl", true);
-
+               $client_userService->soap_defencoding = 'utf-8';
+
                $err = $client_userService->getError();
                if ($err) {
                        echo '<h2>Constructor error</h2><pre>' . $err . 
'</pre>';
=======================================
--- /trunk/plugins/moodle_plugin/version.php    Fri Sep 30 09:24:57 2011
+++ /trunk/plugins/moodle_plugin/version.php    Wed Oct 19 12:53:00 2011
@@ -1,6 +1,11 @@
 <?php // $Id: version.php,v 1.0 2008/05/12 12:00:00 Sebastian Wagner Exp $

-$module->version  = 20111002;
+defined('MOODLE_INTERNAL') || die;
+
+$module->version  = 20111019;
+$module->maturity = MATURITY_STABLE;
+$module->requires = 2010112400;
+$module->release = 20111019;
 $module->cron     = 0;

 ?>

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to