--- On Wed, 7/11/12, German Grekhov <[email protected]> wrote:
> Hello, Vieri. Hi German. > The current version of the plugin has own settings tab in > the advanced > Jitsi settings. These settings allow a user to set up > Openmeetings > server, username and password. I know and I did set the values in the settings form. > So, there are no any > hard-coded test > servers in the plugin. Correct. However, Elena (ihelen28 at gmail dot com) suggested I use for debugging purposes the openmeetings test server at: server: http://188.127.229.12:5080/openmeetings login: test password: test > The current code of the plugin is available here: > http://svn.apache.org/repos/asf/incubator/openmeetings/trunk/plugins/jitsi/main/ I downloaded it and that's what I've been using when the error showed up. > It will be great if you and your teammates look through this > code, try > to execute it and tell us your comments. It will help a lot > for making > this plugin better and integrating it faster to the Jitsi > trunk. I agree. This is failing for me in OpenmeetingsPluginMenuItem.java, actionPerformed: 'null' is returned for: invitationUrl = OpenmeetingsConfigManager.getInstance().getInvitationUrl( OpenmeetingsConfigManager.getInstance().getLogin() ); Trying to figure out why... Thanks, Vieri
