Wednesday, September 16, 2009

OpenMeetings 0.9 RC3 ready for testing

we are happy to announce the Release 0.9 RC3.
It is a bugfix release for users that have issues with:
- Document or Images that contain special characters (Russian, Scandinavian, German *umlaute*)
- Linux Users that have issues when typing special characters into input-fields

See a the complete changelog:
http://code.google.com/p/openmeetings/wiki/ChangeLog

Friday, September 4, 2009

Integrate Collaboration features into your Portal or Website with OpenMeetings

To easily extend your Website or Portal with the Open Source Web-Conferencing of OpenMeetings you only need to have a SOAP Library for your Portal Software. In 99% there will be already such a Library that enables you to use the build in SOAP Methods of OpenMeetings to do the famous SSO (Single Sign On) to directly create/manage rooms of OpenMeetings from your Website.

The Single Sign On Flow is described within this graph:

Single Sign On Flow OpenMeetings

The hole process is documented in OpenMeetings's wiki:

http://code.google.com/p/openmeetings/wiki/DirectLoginSoapGeneralFlow

The trick about the SOAP Gateway in general is that you get a Session-Token, mark that Session-Token as logged in, and then set any User-Credentials that you would like into that Session-Token. And in the next step you use that Session-Token as Param in the URL that enters the Room. You don't need to populate any Users from your Portal into OpenMeetings! So you can run those applications even on different servers or build your very own system with several conference servers and one central portal software that redirects the user to those meeting-servers. That way you have a very flexible way of extending your Server infrastructure and can handle 10.000 and more users.

For security reasons login via SOAP is only possible for an Administrator Account. Otherwise any use could simulare 100+++ Users in the Meeting Server.
Additionally to the Direct Login there are a number of other services to manage Rooms, User et cetera:

http://code.google.com/p/openmeetings/wiki/SoapMethods

We are also continuously extending this Gateway with new functionality. One already ready to run example of an integration is the Moodle Plugin (Test it here, no need to sign up http://www.openmeetings.de/moodle/ )