[added openmeetings-dev]
Hello folks, Elena,
I have just tried Apache Openmeetings plug-in. First nice thing I've
noticed - it works! Thanks, Elena, for the great job! BTW, is the code
in the project SVN somewhere?
I faced the following problem with existing solution for a particular
corporate network setup. The company where I've installed jitsi uses
web proxy for 80 port, and has direct access for other ports. This is
likely used for filtering web pages contents, so there is some
justification for such approach.
By default the plugin does not work for this case, because it has both
SOAP calls to openmeetings server and jabber exchange to set up a
conference. The former should be proxied, and the latter shouldn't.
I've just hardcoded the following in OpenmeetingsPluginSoapClient
constructor, and get things working.
System.getProperties().put("proxyHost", ...);
System.getProperties().put("proxyPort", ...);
That's not very beautiful code. I'm trying now to figure our how the
correct product solution would be for this case. Would you please
answer some questions?
1.
The first thing to improve is to avoid changing global properties.
SOAP library documentation on .call method is not very explicit on how
to make proxied calls. Is there any working example around?
2.
If I set up global proxy, than jabber stops working because it starts
using proxy. Should we use a "hacked" version for our case with
hardcoded settings, or implement a special configuration for this
case?
Thanks in advance!
--
With best regards / с наилучшими пожеланиями,
Alexei Fedotov / Алексей Федотов,
http://dataved.ru/
+7 916 562 8095