priyadi / roundcube-converse.js-xmpp-plugin

XMPP plugin for Roundcube Webmail based on converse.js
48 stars 18 forks source link

option to opt-out #25

Closed nativemad closed 10 years ago

nativemad commented 10 years ago

Hi, I got all running quite well and would like to deploy this plugin to my production env soon... The only thing left is that I'd like to offer my users the option to opt-out and disable the plugin on their account. Is there anything like that planned or already possible?

Thanks for the great piece of software! :-)

priyadi commented 10 years ago

Hi @nativemad. That's not possible right now, but it is definitely in my plan.

thomascube commented 10 years ago

Added option to Settings > Preferences > User Interface that allows one to disable automatic prebinding.

nativemad commented 10 years ago

Uiii, thanks! :-)

nativemad commented 10 years ago

I tried it today and found out that it didn't saved the property right... If i change line 282 slightly, it works here. $p['prefs']['converse_prebind'] = (int) rcube_utils::get_input_value('_converse_prebind', rcube_utils::INPUT_POST);

Thanks again!