[Kolab-devel] XMPP integration in Kolab web client

Mihai Badici mihai at badici.ro
Wed Feb 12 08:54:05 CET 2014


Another issue I have is if openfire is not started Roundcube fail to start.
Above is my config.
I didn't manage to make it work with devel_mode=true:
(PHP Fatal error:  Call to a member function getAttribute() on a non-object in 
/usr/share/roundcubemail-1.0/plugins/converse/php/xmpp-prebind-
php/lib/XmppPrebind.php on line 127)

I put converse on an small server with under 10 users , friends of mine, to 
test it.



$rcmail_config['converse_xmpp_bosh_prebind_url']= function($args) {....
$rcmail_config['converse_xmpp_bosh_url']= function($args) {....
//$rcmail_config['converse_xmpp_hostname']= function($args) {
//$rcmail_config['converse_xmpp_bosh_url'] = '/http-bind';
$rcmail_config['converse_xmpp_hostname'] = function($args) {....
$rcmail_config['converse_xmpp_username']= function($args) {.....
//$rcmail_config['converse_xmpp_username'] = function($args) {
$rcmail_config['converse_xmpp_password']= function($args) {
$rcmail_config['converse_xmpp_enable_always'] = false;
$rcmail_config['converse_xmpp_debug'] = true;
$rcmail_config['converse_xmpp_devel_mode'] = false;
$rcmail_config['converse_xmpp_old_style_prebind'] =false;
$rcmail_config['converse_xmpp_resource_prefix'] = 'Roundcube-';

-- 
Mihai Bădici
http://mihai.badici.ro


More information about the users mailing list