Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't make jsxc to work #13

Open
mikygee opened this issue Aug 14, 2024 · 0 comments
Open

Can't make jsxc to work #13

mikygee opened this issue Aug 14, 2024 · 0 comments

Comments

@mikygee
Copy link

mikygee commented Aug 14, 2024

Hello,

I've been struggling to make jsxc to work, impossible.

I have a prodody server:

  • When I use an xmpp client like astrachat, I can log in
  • I see in the prosody logs the incoming connexions
  • When I access to http://xmpp.mydomain.org//http-bind/, "I can see Prosody BOSH endpoint It works!...". It can be through Internet or it can be locally from the server

I use roundcube version 1.6.8

  • In /roundcubemail/config/config.inc.php I activated jsxc
  • In roundcubemail/plugins/jsxc/config.inc.php I have
$config['jsxc'] = array(
    'loginForm' => array(
        'form' => '#login-form > div > form',
        'jid' => '#rcmloginuser',
        'pass' => '#rcmloginpwd'
    ),
    'rosterAppend' => 'body',
    'root' => 'plugins/jsxc'
);
$config['jsxc'] = array(
    'xmpp' => array(
        'url' => 'http://xmpp.mydomain.org:5280/http-bind/',
        'domain' => 'expertinet.net',
        'resource' => 'JSXC',
        'overwrite' => true,
        'onlogin' => false,
        'debug' => true
    ),
);
  • I don't see anything in the logs roundcubemail/logs/jsxc.log, when I log into roundcube
  • If I press F12 on my browser I see
    State changed to INITIATING jsxc.js:184:17
    Try to relogin jsxc.js:184:17
    Logout was forced or I found no valid jid jsxc.js:184:17
    State changed to SUSPEND
  • I can access to /plugins/jsxc/jsxc.js (I get a code 200)

In my Nginx logs I can see
jsxc Undefined array key "framed"

So I'm wondering if jsxc is compatible with php 8.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant