Git Product home page Git Product logo

roundcube-plugin's People

Contributors

cyberoni avatar devurandom avatar diditopher avatar drlight17 avatar forain avatar hanakoseishin avatar janmuennich avatar priyadi avatar silvergo avatar thomascube avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

roundcube-plugin's Issues

OMEMO doesn't work

Hello,
I see this config: 'omemo_default' => true,
but OMEMO just doesn't work and I can't even see the "keys" tab when clicking on my profile.

For all OMEMO messages I get an info message about my client not supporting it.

Am I missing something?
Thanks

conflicts with elastic skin button message part, seems jquery issue pending

i made that the plugin can work, the plugin loads.. but it has some issues with the butons of the messsages: it disapears

i upload a no jquery version build by me (i really dont know how to raised that .. i just do so fast and uglyway.. no interest right now) this is the first error, i guess i some kind of confflict with the version of the roundcube.. ..

Uncaught Error: See almond README: incorrect module build, no module name
    define jQuery
    <anonymous> http://localhost/skins/elastic/deps/bootstrap.bundle.min.js?s=1655027994:6
    <anonymous> https://localhost/skins/elastic/deps/bootstrap.bundle.min.js?s=1655027994:6
converse.nojquery.min.js:212:2755

imagen

for the interest:

imagen

ERR_CERT_AUTHORITY_INVALID

Hi, im trying to use this plugin, i have openfire xmpp, the http-bind giving to me is ERR_CERT_AUTHORITY_INVALID.

Anyhelp?

hide groupchats list

Hello,

is there a way to hide that left column with list of groupchats? Since we have the main window with those I feel like it isn't needed after all and it wastes space on screen.

Thanks

no auto log on

the converse window loads, however it does not log in automatically. Connection to bosh is set, I can log on manually. I have the following values in config:

// Hostname portion of XMPP username (bare JID), example: "example.net"
$rcmail_config['converse_xmpp_hostname']= function($args) {
	# return 'example.net';
	return preg_replace('/^.*@/', '', $args['user']);
	# return $args['host'];
};

// Username portion of XMPP username (bare JID), example: "user"
// if this contains @, this will only take the part before @,
// and the part after @ will replace the hostname definition above.
$rcmail_config['converse_xmpp_username']= function($args) {
	# return $args['user'];
	return preg_replace('/@.*$/', '', $args['user']);
};

// XMPP password
$rcmail_config['converse_xmpp_password']= function($args) {
	return $args['pass'];
};

Call to undefined function Q

When I attempt to load the user interface preferences in RC, it just hangs. The error log gives this:

[02-Oct-2018 17:09:35 America/New_York] PHP Fatal error:  Uncaught Error: Call to undefined function Q() in /var/www/webmail/plugins/converse/converse.php:270
Stack trace:
#0 /var/www/webmail/program/lib/Roundcube/rcube_plugin_api.php(440): converse->preferences_list(Array)
#1 /var/www/webmail/program/steps/settings/func.inc(1265): rcube_plugin_api->exec_hook('preferences_lis...', Array)
#2 /var/www/webmail/program/steps/settings/edit_prefs.inc(28): rcmail_user_prefs('general')
#3 /var/www/webmail/index.php(303): include_once('/var/www/webmai...')
#4 {main}
  thrown in /var/www/webmail/plugins/converse/converse.php on line 270

Please enter a valid xmpp address

Hi,

that's what it tells me when I try to login, whether I write my username alone or my full JID.

I'm trying this with latest roundcube release, 1.6.4 and with https://cdn.conversejs.org/10.1.6

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.