Giter Site home page Giter Site logo

docs's People

Contributors

christiancuri avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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  avatar

docs's Issues

do we need to open port 5280

Although it's working fine but I'm curious to know do we need to open port 5280 ?

BOSH

location /http-bind {
    proxy_pass      http://localhost:5280/http-bind;
    proxy_set_header X-Forwarded-For $remote_addr;
    proxy_set_header Host $http_host;
}

jitsi meet installation guide not working!

Hi,
I just followed your jitsi meet guide to install jwt https://github.com/christiancuri/Docs/blob/master/Jitsi%20Meet%20Installation.md
and it throws an error with luarocks install luacrypto.

I am on ubuntu 20.04 focal

Thanks.

=== the error ===

root@conf:~# luarocks install luacrypto
Installing https://luarocks.org/luacrypto-0.3.2-2.src.rock
gcc -O2 -fPIC -I/usr/include/lua5.2 -c src/lcrypto.c -o src/lcrypto.o -I/usr/include
src/lcrypto.c: In function ‘digest_pnew’:
src/lcrypto.c:81:61: error: invalid application of ‘sizeof’ to incomplete type ‘EVP_MD_CTX’ {aka ‘struct evp_md_ctx_st’}
   81 |     EVP_MD_CTX *c = (EVP_MD_CTX *)lua_newuserdata(L, sizeof(EVP_MD_CTX));
      |                                                             ^~~~~~~~~~
src/lcrypto.c: In function ‘digest_reset’:
src/lcrypto.c:120:10: warning: implicit declaration of function ‘EVP_MD_CTX_cleanup’; did you mean ‘EVP_MD_CTX_create’? [-Wimplicit-function-declaration]
  120 |     if (!EVP_MD_CTX_cleanup(c))
      |          ^~~~~~~~~~~~~~~~~~
      |          EVP_MD_CTX_create
src/lcrypto.c: In function ‘encrypt_pnew’:
src/lcrypto.c:331:69: error: invalid application of ‘sizeof’ to incomplete type ‘EVP_CIPHER_CTX’ {aka ‘struct evp_cipher_ctx_st’}
  331 |     EVP_CIPHER_CTX *c = (EVP_CIPHER_CTX *)lua_newuserdata(L, sizeof(EVP_CIPHER_CTX));
      |                                                                     ^~~~~~~~~~~~~~
src/lcrypto.c: In function ‘encrypt_fencrypt’:
src/lcrypto.c:425:20: error: storage size of ‘c’ isn’t known
  425 |     EVP_CIPHER_CTX c;
      |                    ^
src/lcrypto.c: In function ‘decrypt_pnew’:
src/lcrypto.c:470:69: error: invalid application of ‘sizeof’ to incomplete type ‘EVP_CIPHER_CTX’ {aka ‘struct evp_cipher_ctx_st’}
  470 |     EVP_CIPHER_CTX *c = (EVP_CIPHER_CTX *)lua_newuserdata(L, sizeof(EVP_CIPHER_CTX));
      |                                                                     ^~~~~~~~~~~~~~
src/lcrypto.c: In function ‘decrypt_fdecrypt’:
src/lcrypto.c:561:20: error: storage size of ‘c’ isn’t known
  561 |     EVP_CIPHER_CTX c;
      |                    ^
src/lcrypto.c: In function ‘hmac_pnew’:
src/lcrypto.c:604:57: error: invalid application of ‘sizeof’ to incomplete type ‘HMAC_CTX’ {aka ‘struct hmac_ctx_st’}
  604 |     HMAC_CTX *c = (HMAC_CTX *)lua_newuserdata(L, sizeof(HMAC_CTX));
      |                                                         ^~~~~~~~
src/lcrypto.c: In function ‘hmac_fnew’:
src/lcrypto.c:621:5: warning: implicit declaration of function ‘HMAC_CTX_init’; did you mean ‘HMAC_CTX_new’? [-Wimplicit-function-declaration]
  621 |     HMAC_CTX_init(c);
      |     ^~~~~~~~~~~~~
      |     HMAC_CTX_new
src/lcrypto.c: In function ‘hmac_clone’:
src/lcrypto.c:631:5: error: dereferencing pointer to incomplete type ‘HMAC_CTX’ {aka ‘struct hmac_ctx_st’}
  631 |     *d = *c;
      |     ^~
src/lcrypto.c: In function ‘hmac_gc’:
src/lcrypto.c:697:5: warning: implicit declaration of function ‘HMAC_CTX_cleanup’ [-Wimplicit-function-declaration]
  697 |     HMAC_CTX_cleanup(c);
      |     ^~~~~~~~~~~~~~~~
src/lcrypto.c: In function ‘hmac_fdigest’:
src/lcrypto.c:711:14: error: storage size of ‘c’ isn’t known
  711 |     HMAC_CTX c;
      |              ^
src/lcrypto.c: In function ‘sign_pnew’:
src/lcrypto.c:747:61: error: invalid application of ‘sizeof’ to incomplete type ‘EVP_MD_CTX’ {aka ‘struct evp_md_ctx_st’}
  747 |     EVP_MD_CTX *c = (EVP_MD_CTX *)lua_newuserdata(L, sizeof(EVP_MD_CTX));
      |                                                             ^~~~~~~~~~
src/lcrypto.c: In function ‘sign_fsign’:
src/lcrypto.c:828:20: error: storage size of ‘c’ isn’t known
  828 |         EVP_MD_CTX c;
      |                    ^
src/lcrypto.c: In function ‘verify_pnew’:
src/lcrypto.c:857:61: error: invalid application of ‘sizeof’ to incomplete type ‘EVP_MD_CTX’ {aka ‘struct evp_md_ctx_st’}
  857 |     EVP_MD_CTX *c = (EVP_MD_CTX *)lua_newuserdata(L, sizeof(EVP_MD_CTX));
      |                                                             ^~~~~~~~~~
src/lcrypto.c: In function ‘verify_fverify’:
src/lcrypto.c:940:20: error: storage size of ‘c’ isn’t known
  940 |         EVP_MD_CTX c;
      |                    ^
src/lcrypto.c: In function ‘rand_pseudo_bytes’:
src/lcrypto.c:992:5: warning: ‘RAND_pseudo_bytes’ is deprecated [-Wdeprecated-declarations]
  992 |     return rand_do_bytes(L, RAND_pseudo_bytes);
      |     ^~~~~~
In file included from /usr/include/openssl/e_os2.h:13,
                 from /usr/include/openssl/err.h:13,
                 from src/lcrypto.c:7:
/usr/include/openssl/rand.h:44:1: note: declared here
   44 | DEPRECATEDIN_1_1_0(int RAND_pseudo_bytes(unsigned char *buf, int num))
      | ^~~~~~~~~~~~~~~~~~
src/lcrypto.c: In function ‘pkey_generate’:
src/lcrypto.c:1064:9: warning: ‘RSA_generate_key’ is deprecated [-Wdeprecated-declarations]
 1064 |         RSA *rsa = RSA_generate_key(key_len, RSA_F4, NULL, NULL);
      |         ^~~
In file included from /usr/include/openssl/e_os2.h:13,
                 from /usr/include/openssl/err.h:13,
                 from src/lcrypto.c:7:
/usr/include/openssl/rsa.h:235:1: note: declared here
  235 | DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void
      | ^~~~~~~~~~~~~~~~~~
src/lcrypto.c:1074:9: warning: ‘DSA_generate_parameters’ is deprecated [-Wdeprecated-declarations]
 1074 |         DSA *dsa = DSA_generate_parameters(key_len, NULL, 0, NULL, NULL, NULL, NULL);
      |         ^~~
In file included from /usr/include/openssl/e_os2.h:13,
                 from /usr/include/openssl/err.h:13,
                 from src/lcrypto.c:7:
/usr/include/openssl/dsa.h:117:1: note: declared here
  117 | DEPRECATEDIN_0_9_8(DSA *DSA_generate_parameters(int bits,
      | ^~~~~~~~~~~~~~~~~~
src/lcrypto.c: In function ‘pkey_to_pem’:
src/lcrypto.c:1164:27: error: dereferencing pointer to incomplete type ‘struct evp_pkey_st’
 1164 |     if (private && pkey_st->type == EVP_PKEY_DSA)
      |                           ^~
src/lcrypto.c: In function ‘pkey_tostring’:
src/lcrypto.c:1277:60: error: dereferencing pointer to incomplete type ‘EVP_PKEY’ {aka ‘struct evp_pkey_st’}
 1277 |     sprintf(buf, "%s %s %d %p", LUACRYPTO_PKEYNAME, (*pkey)->type == EVP_PKEY_DSA ? "DSA" : "RSA", EVP_PKEY_bits(*pkey), pkey);
      |                                                            ^~
src/lcrypto.c: In function ‘seal_pnew’:
src/lcrypto.c:1299:46: error: invalid application of ‘sizeof’ to incomplete type ‘EVP_CIPHER_CTX’ {aka ‘struct evp_cipher_ctx_st’}
 1299 |     c->ctx = (EVP_CIPHER_CTX *)malloc(sizeof(EVP_CIPHER_CTX));
      |                                              ^~~~~~~~~~~~~~
In file included from src/lcrypto.c:8:
src/lcrypto.c: In function ‘seal_tostring’:
src/lcrypto.c:1320:81: error: dereferencing pointer to incomplete type ‘EVP_CIPHER_CTX’ {aka ‘struct evp_cipher_ctx_st’}
 1320 |     sprintf(s, "%s %p %s", LUACRYPTO_SEALNAME, (void *)c, EVP_CIPHER_name(c->ctx->cipher));
      |                                                                                 ^~
src/lcrypto.c: In function ‘seal_fseal’:
src/lcrypto.c:1400:20: error: storage size of ‘ctx’ isn’t known
 1400 |     EVP_CIPHER_CTX ctx;
      |                    ^~~
src/lcrypto.c: In function ‘open_pnew’:
src/lcrypto.c:1483:46: error: invalid application of ‘sizeof’ to incomplete type ‘EVP_CIPHER_CTX’ {aka ‘struct evp_cipher_ctx_st’}
 1483 |     c->ctx = (EVP_CIPHER_CTX *)malloc(sizeof(EVP_CIPHER_CTX));
      |                                              ^~~~~~~~~~~~~~
src/lcrypto.c: In function ‘open_fopen’:
src/lcrypto.c:1602:20: error: storage size of ‘ctx’ isn’t known
 1602 |     EVP_CIPHER_CTX ctx;
      |                    ^~~

Error: Build error: Failed compiling object src/lcrypto.o

JWT + User Auth

Hi,

in the end of the configuration you showed how to register a user to prosody:

prosodyctl register <USER> auth.<DOMAIN> <PASSWORD>

If i run this and try to login it says "User or password incorrect".
I thought i read that its not possible to use JWT and userauth together? Or am i doing something wrong?

Best

enable_domain_verification is disabled by default

Hello there,

Worth to mention that to be able to verify domain name in JWT token the enable_domain_verification = true flag must be added to /etc/prosody/conf.d/<filename>.cfg.lua file, right after app_id and app_secret lines

Cheers

jicofo err

hi there ,your guide look solid. but upon create room any one as guest or even with token join meeting it will destroy and showing message unfortunetly some thing going wrong. i made fresh install on ubuntu 18.04. below is jicofo and prosody log for failure.

`May 02 17:29:33 conference.meet.example.com:muc_domain_mapper warn Session filters applied
May 02 17:29:33 mod_bosh info New BOSH session, assigned it sid '1eb7fe88-9985-4309-80a0-945aafffd937'
May 02 17:29:33 bosh1eb7fe88-9985-4309-80a0-945aafffd937 info Authenticated as [email protected]
May 02 17:30:33 conference.meet.example.com:muc_domain_mapper warn Session filters applied
May 02 17:30:33 mod_bosh info New BOSH session, assigned it sid '8e43a6f2-7c65-47ce-af5c-e741208e49ab'
May 02 17:30:33 bosh8e43a6f2-7c65-47ce-af5c-e741208e49ab info Authenticated as [email protected]
May 02 17:30:35 bosh1eb7fe88-9985-4309-80a0-945aafffd937 info BOSH client disconnected: session close
May 02 17:30:35 speakerstats.meet.example.com:speakerstats_component warn A module has been configured that triggers external events.
May 02 17:30:35 speakerstats.meet.example.com:speakerstats_component warn Implement this lib to trigger external events.
May 02 17:30:35 bosh8e43a6f2-7c65-47ce-af5c-e741208e49ab info BOSH client disconnected: session close

Jicofo 2020-05-02 17:38:56.819 INFO: [57] org.jitsi.jicofo.FocusManager.log() Created new focus for mmm@[email protected]. Conference count 1,options:
Jicofo 2020-05-02 17:38:56.819 INFO: [57] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Joining the room: [email protected]
Jicofo 2020-05-02 17:38:57.325 INFO: [84] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Chat room event ChatRoomMemberPresenceChangeEvent[type=MemberJoined sourceRoom=org.jitsi.impl.protocol.xmpp.ChatRoomImpl@7eb22cbf member=ChatMember[[email protected]/0dd06633, jid: null]@1886768409]
Jicofo 2020-05-02 17:38:57.331 INFO: [84] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Member [email protected]/0dd06633 joined.
Jicofo 2020-05-02 17:39:32.692 INFO: [71] org.jitsi.jicofo.xmpp.FocusComponent.handleConferenceIq().401 Focus request for room: [email protected]
Jicofo 2020-05-02 17:39:32.778 INFO: [88] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Chat room event ChatRoomMemberPresenceChangeEvent[type=MemberJoined sourceRoom=org.jitsi.impl.protocol.xmpp.ChatRoomImpl@7eb22cbf member=ChatMember[[email protected]/bc224384, jid: null]@1826148452]
Jicofo 2020-05-02 17:39:32.778 INFO: [88] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Member [email protected]/bc224384 joined.
Jicofo 2020-05-02 17:39:32.780 WARNING: [88] org.jitsi.jicofo.bridge.BridgeSelectionStrategy.log() Failed to select initial bridge for participantRegion=null
Jicofo 2020-05-02 17:39:32.781 SEVERE: [88] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Can not invite participant -- no bridge available.
Jicofo 2020-05-02 17:39:32.787 WARNING: [88] org.jitsi.jicofo.bridge.BridgeSelectionStrategy.log() Failed to select initial bridge for participantRegion=null
Jicofo 2020-05-02 17:39:32.790 SEVERE: [88] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Can not invite participant -- no bridge available.
Jicofo 2020-05-02 17:39:33.345 INFO: [88] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Chat room event ChatRoomMemberPresenceChangeEvent[type=MemberLeft sourceRoom=org.jitsi.impl.protocol.xmpp.ChatRoomImpl@7eb22cbf member=ChatMember[[email protected]/bc224384, jid: [email protected]/V4VV4GLy]@1826148452]
Jicofo 2020-05-02 17:39:33.346 INFO: [88] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Member [email protected]/bc224384 is leaving
Jicofo 2020-05-02 17:39:33.347 INFO: [88] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Removed participant: true, [email protected]/bc224384
Jicofo 2020-05-02 17:39:35.391 INFO: [88] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Chat room event ChatRoomMemberPresenceChangeEvent[type=MemberLeft sourceRoom=org.jitsi.impl.protocol.xmpp.ChatRoomImpl@7eb22cbf member=ChatMember[[email protected]/0dd06633, jid: [email protected]/O8iLTHw7]@1886768409]
Jicofo 2020-05-02 17:39:35.391 INFO: [88] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Member [email protected]/0dd06633 is leaving
Jicofo 2020-05-02 17:39:35.392 INFO: [88] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Removed participant: true, [email protected]/0dd06633
Jicofo 2020-05-02 17:39:35.402 INFO: [88] org.jitsi.jicofo.FocusManager.log() Disposed conference for room: [email protected] conference count: 0

`

Meeting Reset In A Room

When some other participant with a valid JWT joins the same room the meeting crashes.
Screenshot 2020-11-30 at 2 12 09 AM

prosody logs
Nov 29 20:27:05 conference.mydomain.com:muc_domain_mapper warn Session filters applied Nov 29 20:27:05 mod_bosh info New BOSH session, assigned it sid '7b955154-ce04-48f3-8a8a-691c5e3813c8' Nov 29 20:27:05 bosh7b955154-ce04-48f3-8a8a-691c5e3813c8 info Authenticated as [email protected] Nov 29 20:28:43 conference.mydomain.com:muc_domain_mapper warn Session filters applied Nov 29 20:28:43 mod_bosh info New BOSH session, assigned it sid 'fc8b451c-6a42-4fa7-a13e-ceda5112427c' Nov 29 20:28:43 boshfc8b451c-6a42-4fa7-a13e-ceda5112427c info Authenticated as [email protected] Nov 29 20:28:48 bosh7b955154-ce04-48f3-8a8a-691c5e3813c8 info BOSH client disconnected: session close Nov 29 20:28:49 speakerstats.mydomain.com:speakerstats_component warn A module has been configured that triggers external events. Nov 29 20:28:49 speakerstats.mydomain.com:speakerstats_component warn Implement this lib to trigger external events. Nov 29 20:28:49 boshfc8b451c-6a42-4fa7-a13e-ceda5112427c info BOSH client disconnected: session close Nov 29 20:29:09 conference.mydomain.com:muc_domain_mapper warn Session filters applied Nov 29 20:29:09 mod_bosh info New BOSH session, assigned it sid '6705b0c4-99da-4010-b097-fe99b65c8b9d' Nov 29 20:29:09 conference.mydomain.com:muc_domain_mapper warn Session filters applied Nov 29 20:29:09 mod_bosh info New BOSH session, assigned it sid 'd1f3a516-5ff0-4869-9da6-1c0539debbb0' Nov 29 20:29:11 boshd1f3a516-5ff0-4869-9da6-1c0539debbb0 info Authenticated as [email protected] Nov 29 20:29:11 bosh6705b0c4-99da-4010-b097-fe99b65c8b9d info Authenticated as [email protected] Nov 29 20:29:22 speakerstats.mydomain.com:speakerstats_component warn A module has been configured that triggers external events. Nov 29 20:29:22 speakerstats.mydomain.com:speakerstats_component warn Implement this lib to trigger external events. Nov 29 20:29:22 boshd1f3a516-5ff0-4869-9da6-1c0539debbb0 info BOSH client disconnected: session close Nov 29 20:29:22 bosh6705b0c4-99da-4010-b097-fe99b65c8b9d info BOSH client disconnected: session close Nov 29 20:29:38 conference.mydomain.com:muc_domain_mapper warn Session filters applied Nov 29 20:29:38 mod_bosh info New BOSH session, assigned it sid 'c9cddbad-7f7e-4a38-8091-348eac95f85b' Nov 29 20:29:38 boshc9cddbad-7f7e-4a38-8091-348eac95f85b info Authenticated as [email protected] Nov 29 20:29:38 conference.mydomain.com:muc_domain_mapper warn Session filters applied Nov 29 20:29:38 mod_bosh info New BOSH session, assigned it sid 'a25e950b-62bb-4228-9daf-68e2c38b9830' Nov 29 20:29:39 bosha25e950b-62bb-4228-9daf-68e2c38b9830 info Authenticated as [email protected] Nov 29 20:31:03 conference.mydomain.com:muc_domain_mapper warn Session filters applied Nov 29 20:31:03 mod_bosh info New BOSH session, assigned it sid 'fc6748bd-70a9-445b-bfcc-d61fef74e7fc' Nov 29 20:31:03 boshfc6748bd-70a9-445b-bfcc-d61fef74e7fc info Authenticated as [email protected] Nov 29 20:31:12 boshfc6748bd-70a9-445b-bfcc-d61fef74e7fc info BOSH client disconnected: session close Nov 29 20:31:16 mod_posix warn Received SIGTERM Nov 29 20:31:16 startup info Shutting down: Received SIGTERM Nov 29 20:31:16 c2s56208c25b520 info Client disconnected: connection closed Nov 29 20:31:16 jcp56208c777dc0 info component disconnected: focus.mydomain.com (false) Nov 29 20:31:16 general info Shutting down... Nov 29 20:31:16 general info Shutdown status: Cleaning up Nov 29 20:31:16 general info Shutdown complete Nov 29 20:31:17 startup info Hello and welcome to Prosody version 0.11.7 Nov 29 20:31:17 startup info Prosody is using the select backend for connection handling Nov 29 20:31:17 general info Starting speakerstats for conference.mydomain.com Nov 29 20:31:17 speakerstats.mydomain.com:speakerstats_component info No muc component found, will listen for it: conference.mydomain.com Nov 29 20:31:17 speakerstats.mydomain.com:tls info Certificates loaded Nov 29 20:31:17 portmanager info Activated service 's2s' on [::]:5269, [*]:5269 Nov 29 20:31:17 portmanager info Activated service 'c2s' on [::]:5222, [*]:5222 Nov 29 20:31:17 portmanager info Activated service 'legacy_ssl' on no ports Nov 29 20:31:17 localhost:tls info Certificates loaded Nov 29 20:31:17 internal.auth.mydomain.com:tls info Certificates loaded Nov 29 20:31:17 portmanager info Activated service 'component' on [0.0.0.0]:5347 Nov 29 20:31:17 focus.mydomain.com:tls info Certificates loaded Nov 29 20:31:17 lobby.mydomain.com:tls info Certificates loaded Nov 29 20:31:17 general info Starting conference duration timer for conference.mydomain.com Nov 29 20:31:17 conferenceduration.mydomain.com:conference_duration_component info No muc component found, will listen for it: conference.mydomain.com Nov 29 20:31:17 conferenceduration.mydomain.com:tls info Certificates loaded Nov 29 20:31:17 auth.mydomain.com:tls info Certificates loaded Nov 29 20:31:17 conference.mydomain.com:tls info Certificates loaded Nov 29 20:31:17 conference.mydomain.com:muc_domain_mapper info Loading mod_muc_domain_mapper for host speakerstats.mydomain.com! Nov 29 20:31:17 conference.mydomain.com:muc_domain_mapper info Loading mod_muc_domain_mapper for host conferenceduration.mydomain.com! Nov 29 20:31:17 conference.mydomain.com:muc_domain_mapper info Loading mod_muc_domain_mapper for host localhost! Nov 29 20:31:17 conference.mydomain.com:muc_domain_mapper info Loading mod_muc_domain_mapper for host internal.auth.mydomain.com! Nov 29 20:31:17 conference.mydomain.com:muc_domain_mapper info Loading mod_muc_domain_mapper for host focus.mydomain.com! Nov 29 20:31:17 conference.mydomain.com:muc_domain_mapper info Loading mod_muc_domain_mapper for host conference.mydomain.com! Nov 29 20:31:17 conference.mydomain.com:muc_domain_mapper info Loading mod_muc_domain_mapper for host auth.mydomain.com! Nov 29 20:31:17 conference.mydomain.com:muc_domain_mapper info Loading mod_muc_domain_mapper for host lobby.mydomain.com! Nov 29 20:31:17 conferenceduration.mydomain.com:conference_duration_component info Hook to muc events on conference.mydomain.com Nov 29 20:31:17 speakerstats.mydomain.com:speakerstats_component info Hook to muc events on conference.mydomain.com Nov 29 20:31:17 conference.mydomain.com:muc_domain_mapper info Loading mod_muc_domain_mapper for host mydomain.com! Nov 29 20:31:17 portmanager info Activated service 'http' on [::]:5280, [*]:5280 Nov 29 20:31:17 portmanager error Error binding encrypted port for https: No certificate present in SSL/TLS configuration for https port 5281 Nov 29 20:31:17 portmanager error Error binding encrypted port for https: No certificate present in SSL/TLS configuration for https port 5281 Nov 29 20:31:17 portmanager info Activated service 'https' on no ports Nov 29 20:31:17 mydomain.com:tls info Certificates loaded Nov 29 20:31:17 mydomain.com:muc_lobby_rooms info Lobby component loaded lobby.mydomain.com Nov 29 20:31:18 mod_bosh info Client tried to use sid 'a25e950b-62bb-4228-9daf-68e2c38b9830' which we don't know about Nov 29 20:31:18 mod_bosh info Client tried to use sid 'a25e950b-62bb-4228-9daf-68e2c38b9830' which we don't know about Nov 29 20:31:19 conference.mydomain.com:muc_domain_mapper warn Session filters applied Nov 29 20:31:19 c2s55d4b0e37240 info Client connected Nov 29 20:31:20 c2s55d4b0e37240 info Stream encrypted (TLSv1.3 with TLS_AES_256_GCM_SHA384) Nov 29 20:31:21 c2s55d4b0e37240 info Authenticated as [email protected] Nov 29 20:31:21 focus.mydomain.com:component warn Component not connected, bouncing error for: <iq to='focus.mydomain.com' from='[email protected]/focus2263628301333' id='DVh6T-41' type='get'> Nov 29 20:31:21 jcp55d4b0bcccc0 info Incoming Jabber component connection Nov 29 20:31:22 focus.mydomain.com:component info External component successfully authenticated Nov 29 20:31:31 conference.mydomain.com:muc_domain_mapper warn Session filters applied Nov 29 20:31:31 mod_bosh info New BOSH session, assigned it sid 'a811cdae-b91a-47cd-a391-3422ae34c417' Nov 29 20:31:31 bosha811cdae-b91a-47cd-a391-3422ae34c417 info Authenticated as [email protected] Nov 29 20:35:09 conference.mydomain.com:muc_domain_mapper warn Session filters applied Nov 29 20:35:09 c2s55d4b11333e0 info Client connected Nov 29 20:35:09 c2s55d4b11333e0 info Client disconnected: connection closed Nov 29 20:37:37 speakerstats.mydomain.com:speakerstats_component warn A module has been configured that triggers external events. Nov 29 20:37:37 speakerstats.mydomain.com:speakerstats_component warn Implement this lib to trigger external events. Nov 29 20:38:19 conference.mydomain.com:muc_domain_mapper warn Session filters applied Nov 29 20:38:19 mod_bosh info New BOSH session, assigned it sid 'da46dfc7-ac9a-49e7-b232-b53dab0aeb40' Nov 29 20:38:19 boshda46dfc7-ac9a-49e7-b232-b53dab0aeb40 info Authenticated as [email protected] Nov 29 20:41:18 conference.mydomain.com:muc_domain_mapper warn Session filters applied Nov 29 20:41:18 mod_bosh info New BOSH session, assigned it sid '37094d7e-905a-48f1-a03d-7b13797c825f' Nov 29 20:41:19 bosh37094d7e-905a-48f1-a03d-7b13797c825f info Authenticated as [email protected] Nov 29 20:41:26 boshda46dfc7-ac9a-49e7-b232-b53dab0aeb40 info BOSH client disconnected: session close Nov 29 20:41:26 speakerstats.mydomain.com:speakerstats_component warn A module has been configured that triggers external events. Nov 29 20:41:26 speakerstats.mydomain.com:speakerstats_component warn Implement this lib to trigger external events. Nov 29 20:41:26 bosh37094d7e-905a-48f1-a03d-7b13797c825f info BOSH client disconnected: session close Nov 29 20:41:46 conference.mydomain.com:muc_domain_mapper warn Session filters applied Nov 29 20:41:46 mod_bosh info New BOSH session, assigned it sid '5f7c3cd6-6137-40eb-8443-c135b63a0167' Nov 29 20:41:46 bosh5f7c3cd6-6137-40eb-8443-c135b63a0167 info Authenticated as [email protected] Nov 29 20:41:50 conference.mydomain.com:muc_domain_mapper warn Session filters applied Nov 29 20:41:50 mod_bosh info New BOSH session, assigned it sid '934d022d-cbd1-4644-b2cc-b368f6df965e' Nov 29 20:41:51 bosh934d022d-cbd1-4644-b2cc-b368f6df965e info Authenticated as [email protected] Nov 29 20:41:55 bosh5f7c3cd6-6137-40eb-8443-c135b63a0167 info BOSH client disconnected: session close Nov 29 20:41:56 speakerstats.mydomain.com:speakerstats_component warn A module has been configured that triggers external events. Nov 29 20:41:56 speakerstats.mydomain.com:speakerstats_component warn Implement this lib to trigger external events. Nov 29 20:41:56 bosh934d022d-cbd1-4644-b2cc-b368f6df965e info BOSH client disconnected: session close Nov 29 20:42:17 conference.mydomain.com:muc_domain_mapper warn Session filters applied Nov 29 20:42:17 mod_bosh info New BOSH session, assigned it sid '640518ab-8723-483a-b358-7ad0c17fa2a0' Nov 29 20:42:18 bosh640518ab-8723-483a-b358-7ad0c17fa2a0 info Authenticated as [email protected] Nov 29 20:42:28 conference.mydomain.com:muc_domain_mapper warn Session filters applied Nov 29 20:42:28 mod_bosh info New BOSH session, assigned it sid 'e6eddc88-cf4d-4c8d-8f5d-f894c27d6cdc' Nov 29 20:42:29 boshe6eddc88-cf4d-4c8d-8f5d-f894c27d6cdc info Authenticated as [email protected]

jicofo logs
Jicofo 2020-11-29 20:31:17.939 INFO: [13] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.vm.name=OpenJDK 64-Bit Server VM Jicofo 2020-11-29 20:31:17.939 INFO: [13] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() net.java.sip.communicator.SC_LOG_DIR_LOCATION=/var/log/jitsi Jicofo 2020-11-29 20:31:17.940 INFO: [13] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.vendor.url.bug=Unknown Jicofo 2020-11-29 20:31:17.940 INFO: [13] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() net.java.sip.communicator.service.media.DISABLE_VIDEO_SUPPORT=true Jicofo 2020-11-29 20:31:17.940 INFO: [13] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.io.tmpdir=/tmp Jicofo 2020-11-29 20:31:17.945 INFO: [13] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() net.java.sip.communicator.SC_HOME_DIR_NAME=jicofo Jicofo 2020-11-29 20:31:17.946 INFO: [13] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.version=14.0.2 Jicofo 2020-11-29 20:31:17.946 INFO: [13] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() user.dir=/usr/share/jicofo Jicofo 2020-11-29 20:31:17.946 INFO: [13] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() os.arch=amd64 Jicofo 2020-11-29 20:31:17.948 INFO: [13] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.vm.specification.name=Java Virtual Machine Specification Jicofo 2020-11-29 20:31:17.949 INFO: [13] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.library.path=/usr/java/packages/lib:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib Jicofo 2020-11-29 20:31:17.949 INFO: [13] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.vm.info=mixed mode, sharing Jicofo 2020-11-29 20:31:17.950 INFO: [13] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() net.java.sip.communicator.SC_HOME_DIR_LOCATION=/etc/jitsi Jicofo 2020-11-29 20:31:17.950 INFO: [13] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.vendor=Private Build Jicofo 2020-11-29 20:31:17.951 INFO: [13] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.vm.version=14.0.2+12-Ubuntu-120.04 Jicofo 2020-11-29 20:31:17.951 INFO: [13] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() sun.io.unicode.encoding=UnicodeLittle Jicofo 2020-11-29 20:31:17.952 INFO: [13] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() config.file=/etc/jitsi/jicofo/jicofo.conf Jicofo 2020-11-29 20:31:17.952 INFO: [13] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.class.version=58.0 Jicofo 2020-11-29 20:31:17.952 INFO: [13] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() org.jitsi.jicofo.FOCUS_USER_DOMAIN=auth.mydomain.com Jicofo 2020-11-29 20:31:17.953 INFO: [13] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() Normal classloader Jicofo 2020-11-29 20:31:17.958 INFO: [13] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() failed to find jitsi-defaults.properties with class loader, will continue without it. Jicofo 2020-11-29 20:31:17.960 INFO: [13] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() Normal classloader Jicofo 2020-11-29 20:31:17.965 INFO: [13] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() failed to find jitsi-default-overrides.properties with class loader, will continue without it. Jicofo 2020-11-29 20:31:18.021 INFO: [13] util.NetworkUtils.<clinit>().117 java.net.preferIPv6Addresses=null Jicofo 2020-11-29 20:31:18.021 INFO: [13] util.NetworkUtils.<clinit>().118 java.net.preferIPv4Stack=null Jicofo 2020-11-29 20:31:18.031 INFO: [13] impl.netaddr.NetworkAddressManagerServiceImpl.start().92 Network Address Manager ...[ STARTED ] Jicofo 2020-11-29 20:31:18.031 INFO: [13] impl.netaddr.NetworkAddressManagerServiceImpl.start().98 Network Address Manager Service ...[REGISTERED] Jicofo 2020-11-29 20:31:18.041 INFO: [13] org.jitsi.version.AbstractVersionActivator.log() VersionService registered: JiCoFo 1.0.644 Jicofo 2020-11-29 20:31:18.560 INFO: [13] org.jitsi.jicofo.FocusBundleActivator.log() Max shared pool size: 1500 Jicofo 2020-11-29 20:31:18.562 INFO: [13] org.jitsi.jicofo.JitsiMeetGlobalConfig.log() Automatically grant 'owner' role: true Jicofo 2020-11-29 20:31:18.562 INFO: [13] org.jitsi.jicofo.JitsiMeetGlobalConfig.log() Jibri requests in PENDING state will be timed out after: 90 seconds Jicofo 2020-11-29 20:31:18.569 INFO: [13] org.jitsi.jicofo.JitsiMeetGlobalConfig.log() Will attempt a maximum of 5 Jibri retries after failure Jicofo 2020-11-29 20:31:18.569 INFO: [13] org.jitsi.jicofo.JitsiMeetGlobalConfig.log() Lonely participants will be "terminated" after 20000 milliseconds Jicofo 2020-11-29 20:31:18.578 WARNING: [13] org.jitsi.jicofo.FocusManager.log() Jicofo ID is not set. Configure a valid value [1-65535] by setting org.jitsi.jicofo.SHORT_ID. Future versions will require this for Octo. Jicofo 2020-11-29 20:31:18.634 WARNING: [13] org.jitsi.jicofo.FocusManager.log() No dedicated JVB MUC XMPP connection configured - falling back to the default XMPP connection Jicofo 2020-11-29 20:31:19.146 INFO: [13] JitsiConfig.log() Initialized newConfig: merge of system properties,/etc/jitsi/jicofo/jicofo.conf: 1,system properties,reference.conf @ jar:file:/usr/share/jicofo/jicofo.jar!/reference.conf: 1,reference.conf @ jar:file:/usr/share/jicofo/lib/ice4j-3.0-21-g3a55627.jar!/reference.conf: 1 Jicofo 2020-11-29 20:31:19.147 INFO: [13] org.jitsi.config.ReadOnlyConfigurationService.log() loading config file at path /etc/jitsi/jicofo/sip-communicator.properties Jicofo 2020-11-29 20:31:19.151 INFO: [13] JitsiConfig.log() Initialized legacyConfig: sip communicator props (no description provided) Jicofo 2020-11-29 20:31:19.307 INFO: [13] org.jitsi.jicofo.bridge.BridgeSelector.log() Using org.jitsi.jicofo.bridge.SingleBridgeSelectionStrategy Jicofo 2020-11-29 20:31:19.311 INFO: [13] org.jitsi.jicofo.JitsiMeetServices.log() Using a Bridge MUC detector with MUC: [email protected] Jicofo 2020-11-29 20:31:19.335 INFO: [13] org.jitsi.jicofo.auth.AuthBundleActivator.log() Starting authentication service... URL: XMPP:mydomain.com Jicofo 2020-11-29 20:31:19.336 INFO: [13] org.jitsi.jicofo.auth.AbstractAuthAuthority.log() Auto login disabled Jicofo 2020-11-29 20:31:19.341 INFO: [13] org.jitsi.jicofo.auth.AbstractAuthAuthority.log() Authentication lifetime: 86400000 Jicofo 2020-11-29 20:31:19.342 INFO: [13] org.jitsi.jicofo.auth.AuthBundleActivator.log() Auth authority: org.jitsi.jicofo.auth.XMPPDomainAuthAuthority@298ece26 Jicofo 2020-11-29 20:31:19.429 INFO: [13] org.eclipse.jetty.util.log.initialized() Logging initialized @2458ms to org.eclipse.jetty.util.log.Slf4jLog Jicofo 2020-11-29 20:31:19.903 INFO: [13] org.eclipse.jetty.server.Server.doStart() jetty-9.4.15.v20190215; built: 2019-02-15T16:53:49.381Z; git: eb70b240169fcf1abbd86af36482d1c49826fa0b; jvm 14.0.2+12-Ubuntu-120.04 Jicofo 2020-11-29 20:31:21.195 INFO: [20] org.jitsi.jicofo.ProtocolProviderHandler.log() XmppProtocolProvider([email protected]/focus2263628301333 (Jabber)): RegistrationStateChangeEvent[ oldState=Unregistered; newState=RegistrationState=Registered; reasonCode=-1; reason=null] Jicofo 2020-11-29 20:31:21.309 INFO: [20] org.jitsi.jicofo.xmpp.BaseBrewery.log() Joined brewery room: [email protected] Jicofo 2020-11-29 20:31:21.317 WARNING: [20] org.jitsi.impl.protocol.xmpp.OpSetSimpleCapsImpl.log() Failed to discover features for conferenceduration.mydomain.com: XMPP error reply received from conferenceduration.mydomain.com: XMPPError: service-unavailable - cancel Jicofo 2020-11-29 20:31:21.321 INFO: [20] org.jitsi.jicofo.ComponentsDiscovery.log() New component discovered: auth.mydomain.com, Prosody(0.11.7,Linux) Jicofo 2020-11-29 20:31:21.321 INFO: [20] org.jitsi.jicofo.JitsiMeetServices.log() Detected XMPP server version: Prosody(0.11.7,Linux) Jicofo 2020-11-29 20:31:21.322 INFO: [20] org.jitsi.jicofo.ComponentsDiscovery.log() New component discovered: lobby.mydomain.com, null Jicofo 2020-11-29 20:31:21.324 WARNING: [20] org.jitsi.impl.protocol.xmpp.OpSetSimpleCapsImpl.log() Failed to discover features for focus.mydomain.com: XMPP error reply received from focus.mydomain.com: XMPPError: service-unavailable - wait Jicofo 2020-11-29 20:31:21.329 WARNING: [20] org.jitsi.impl.protocol.xmpp.OpSetSimpleCapsImpl.log() Failed to discover features for speakerstats.mydomain.com: XMPP error reply received from speakerstats.mydomain.com: XMPPError: service-unavailable - cancel Jicofo 2020-11-29 20:31:21.333 INFO: [20] org.jitsi.jicofo.ComponentsDiscovery.log() New component discovered: conference.mydomain.com, null Jicofo 2020-11-29 20:31:21.333 INFO: [20] org.jitsi.jicofo.ComponentsDiscovery.log() Service rediscovery disabled Jicofo 2020-11-29 20:31:21.334 INFO: [20] org.jitsi.jicofo.FocusManager.log() XMPP provider reg state: RegistrationState=Registered Jicofo 2020-11-29 20:31:21.369 INFO: [20] org.jitsi.impl.protocol.xmpp.XmppProtocolProvider.log() XMPP provider Jabber:[email protected]/[email protected] connected (JID: [email protected]/focus2263628301333) Jicofo 2020-11-29 20:31:21.838 INFO: [13] org.eclipse.jetty.server.handler.ContextHandler.doStart() Started o.e.j.s.ServletContextHandler@715da3d8{/,null,AVAILABLE} Jicofo 2020-11-29 20:31:21.908 INFO: [13] org.eclipse.jetty.server.AbstractConnector.doStart() Started ServerConnector@49668727{HTTP/1.1,[http/1.1]}{0.0.0.0:8888} Jicofo 2020-11-29 20:31:21.908 INFO: [13] org.eclipse.jetty.server.Server.doStart() Started @4939ms Jicofo 2020-11-29 20:31:21.937 INFO: [13] org.jitsi.jicofo.health.Health.log() Health checks are disabled. Jicofo 2020-11-29 20:31:21.938 INFO: [1] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() org.jitsi.jicofo.auth.URL=XMPP:mydomain.com Jicofo 2020-11-29 20:31:21.938 INFO: [1] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() org.jitsi.jicofo.BRIDGE_MUC=JvbBrewery@internal.auth.mydomain.com Jicofo 2020-11-29 20:31:21.938 INFO: [1] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() org.jitsi.jicofo.auth.DISABLE_AUTOLOGIN=true Jicofo 2020-11-29 20:31:21.970 INFO: [1] org.jitsi.xmpp.component.ComponentBase.log() Component org.jitsi.jicofo. config: Jicofo 2020-11-29 20:31:21.970 INFO: [1] org.jitsi.xmpp.component.ComponentBase.log() ping interval: 10000 ms Jicofo 2020-11-29 20:31:21.970 INFO: [1] org.jitsi.xmpp.component.ComponentBase.log() ping timeout: 5000 ms Jicofo 2020-11-29 20:31:21.970 INFO: [1] org.jitsi.xmpp.component.ComponentBase.log() ping threshold: 3 WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.dom4j.io.SAXContentHandler (file:/usr/share/jicofo/lib/dom4j-1.6.1.jar) to method com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy.getEncoding() WARNING: Please consider reporting this to the maintainers of org.dom4j.io.SAXContentHandler WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release Jicofo 2020-11-29 20:31:32.722 INFO: [49] org.jitsi.jicofo.xmpp.FocusComponent.log() Focus request for room: [email protected] Jicofo 2020-11-29 20:31:33.953 INFO: [51] org.jitsi.jicofo.xmpp.FocusComponent.log() Focus request for room: [email protected] Jicofo 2020-11-29 20:31:33.957 INFO: [51] org.jitsi.jicofo.auth.AbstractAuthAuthority.log() Authentication session created for [email protected] SID: fbac296c-33d2-4603-83b3-d64dce8ed839 Jicofo 2020-11-29 20:31:33.957 INFO: [51] org.jitsi.jicofo.auth.AbstractAuthAuthority.log() Authenticated jid: [email protected]/o-wq-TgD with session: AuthSession[[email protected], [email protected]/o-wq-TgD, SID=fbac296c-33d2-4603-83b3-d64dce8ed839, MUID=29f9f6830a4910191ec6d67af34e9bcf, LIFE_TM_SEC=0, [email protected]]@1259931254 Jicofo 2020-11-29 20:31:33.957 INFO: [51] org.jitsi.jicofo.auth.AbstractAuthAuthority.log() Jid [email protected]/o-wq-TgD authenticated as: [email protected] Jicofo 2020-11-29 20:31:33.977 INFO: [51] org.jitsi.jicofo.FocusManager.log() Created new focus for [email protected]@auth.mydomain.com. Conference count 1,options: channelLastN=-1 enableLipSync=false openSctp=false disableRtx=false Jicofo 2020-11-29 20:31:33.979 INFO: [51] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Joining the room: [email protected] Jicofo 2020-11-29 20:31:34.108 INFO: [32] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Chat room event ChatRoomMemberPresenceChangeEvent[type=MemberJoined sourceRoom=org.jitsi.impl.protocol.xmpp.ChatRoomImpl@b08083f member=ChatMember[[email protected]/5e3024b5, jid: null]@740677465] Jicofo 2020-11-29 20:31:34.120 INFO: [32] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Member [email protected]/5e3024b5 joined. Jicofo 2020-11-29 20:37:37.010 INFO: [91] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Chat room event ChatRoomMemberPresenceChangeEvent[type=MemberLeft sourceRoom=org.jitsi.impl.protocol.xmpp.ChatRoomImpl@b08083f member=ChatMember[[email protected]/5e3024b5, jid: [email protected]/o-wq-TgD]@740677465] Jicofo 2020-11-29 20:37:37.011 INFO: [91] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Member [email protected]/5e3024b5 is leaving Jicofo 2020-11-29 20:37:37.011 WARNING: [91] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Participant not found for [email protected]/5e3024b5 terminated already or never started ? Jicofo 2020-11-29 20:37:37.022 INFO: [91] org.jitsi.jicofo.FocusManager.log() Disposed conference for room: [email protected] conference count: 0 Jicofo 2020-11-29 20:37:37.024 INFO: [91] org.jitsi.jicofo.auth.AbstractAuthAuthority.log() Removing session for ended conference, S: AuthSession[[email protected], [email protected]/o-wq-TgD, SID=fbac296c-33d2-4603-83b3-d64dce8ed839, MUID=29f9f6830a4910191ec6d67af34e9bcf, LIFE_TM_SEC=363, [email protected]]@1259931254 Jicofo 2020-11-29 20:38:20.193 INFO: [81] org.jitsi.jicofo.xmpp.FocusComponent.log() Focus request for room: [email protected] Jicofo 2020-11-29 20:38:21.441 INFO: [45] org.jitsi.jicofo.xmpp.FocusComponent.log() Focus request for room: [email protected] Jicofo 2020-11-29 20:38:21.442 INFO: [45] org.jitsi.jicofo.auth.AbstractAuthAuthority.log() Authentication session created for [email protected] SID: b3fc9130-0e2e-4719-bb88-1087e2ba28f7 Jicofo 2020-11-29 20:38:21.442 INFO: [45] org.jitsi.jicofo.auth.AbstractAuthAuthority.log() Authenticated jid: [email protected]/Hht2dRWO with session: AuthSession[[email protected], [email protected]/Hht2dRWO, SID=b3fc9130-0e2e-4719-bb88-1087e2ba28f7, MUID=29f9f6830a4910191ec6d67af34e9bcf, LIFE_TM_SEC=0, [email protected]]@1368088654 Jicofo 2020-11-29 20:38:21.442 INFO: [45] org.jitsi.jicofo.auth.AbstractAuthAuthority.log() Jid [email protected]/Hht2dRWO authenticated as: [email protected] Jicofo 2020-11-29 20:38:21.442 INFO: [45] org.jitsi.jicofo.FocusManager.log() Created new focus for [email protected]@auth.mydomain.com. Conference count 1,options: channelLastN=-1 enableLipSync=false openSctp=false disableRtx=false Jicofo 2020-11-29 20:38:21.443 INFO: [45] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Joining the room: [email protected] Jicofo 2020-11-29 20:38:21.539 INFO: [96] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Chat room event ChatRoomMemberPresenceChangeEvent[type=MemberJoined sourceRoom=org.jitsi.impl.protocol.xmpp.ChatRoomImpl@16b104ac member=ChatMember[[email protected]/03c80547, jid: null]@410449930] Jicofo 2020-11-29 20:38:21.545 INFO: [96] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Member [email protected]/03c80547 joined. Jicofo 2020-11-29 20:41:23.155 INFO: [59] org.jitsi.jicofo.xmpp.FocusComponent.log() Focus request for room: [email protected] Jicofo 2020-11-29 20:41:25.103 INFO: [61] org.jitsi.jicofo.xmpp.FocusComponent.log() Focus request for room: [email protected] Jicofo 2020-11-29 20:41:25.104 INFO: [61] org.jitsi.jicofo.auth.AbstractAuthAuthority.log() Authentication session created for [email protected] SID: ef3721aa-b8fa-4fb0-963b-c90282dc592c Jicofo 2020-11-29 20:41:25.104 INFO: [61] org.jitsi.jicofo.auth.AbstractAuthAuthority.log() Authenticated jid: [email protected]/mfb9htwI with session: AuthSession[[email protected], [email protected]/mfb9htwI, SID=ef3721aa-b8fa-4fb0-963b-c90282dc592c, MUID=e281b3c6f0add50d2a747453bf59219d, LIFE_TM_SEC=0, [email protected]]@582778254 Jicofo 2020-11-29 20:41:25.104 INFO: [61] org.jitsi.jicofo.auth.AbstractAuthAuthority.log() Jid [email protected]/mfb9htwI authenticated as: [email protected] Jicofo 2020-11-29 20:41:25.184 INFO: [101] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Chat room event ChatRoomMemberPresenceChangeEvent[type=MemberJoined sourceRoom=org.jitsi.impl.protocol.xmpp.ChatRoomImpl@16b104ac member=ChatMember[[email protected]/3280c8af, jid: null]@1349131883] Jicofo 2020-11-29 20:41:25.188 INFO: [101] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Member [email protected]/3280c8af joined. Jicofo 2020-11-29 20:41:25.193 WARNING: [101] org.jitsi.jicofo.bridge.BridgeSelectionStrategy.log() Failed to select initial bridge for participantRegion=null Jicofo 2020-11-29 20:41:25.193 SEVERE: [101] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Can not invite participant -- no bridge available. Jicofo 2020-11-29 20:41:25.204 WARNING: [101] org.jitsi.jicofo.bridge.BridgeSelectionStrategy.log() Failed to select initial bridge for participantRegion=null Jicofo 2020-11-29 20:41:25.205 SEVERE: [101] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Can not invite participant -- no bridge available. Jicofo 2020-11-29 20:41:26.124 INFO: [101] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Chat room event ChatRoomMemberPresenceChangeEvent[type=MemberLeft sourceRoom=org.jitsi.impl.protocol.xmpp.ChatRoomImpl@16b104ac member=ChatMember[[email protected]/03c80547, jid: [email protected]/Hht2dRWO]@410449930] Jicofo 2020-11-29 20:41:26.124 INFO: [101] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Member [email protected]/03c80547 is leaving Jicofo 2020-11-29 20:41:26.125 INFO: [101] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Terminating Participant[[email protected]/03c80547]@935335449, reason: gone, send st: false Jicofo 2020-11-29 20:41:26.125 INFO: [101] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Removed participant: true, [email protected]/03c80547 Jicofo 2020-11-29 20:41:26.503 INFO: [101] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Chat room event ChatRoomMemberPresenceChangeEvent[type=MemberLeft sourceRoom=org.jitsi.impl.protocol.xmpp.ChatRoomImpl@16b104ac member=ChatMember[[email protected]/3280c8af, jid: [email protected]/mfb9htwI]@1349131883] Jicofo 2020-11-29 20:41:26.503 INFO: [101] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Member [email protected]/3280c8af is leaving Jicofo 2020-11-29 20:41:26.504 INFO: [101] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Terminating Participant[[email protected]/3280c8af]@1058721387, reason: gone, send st: false Jicofo 2020-11-29 20:41:26.504 INFO: [101] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Removed participant: true, [email protected]/3280c8af Jicofo 2020-11-29 20:41:26.507 INFO: [101] org.jitsi.jicofo.FocusManager.log() Disposed conference for room: [email protected] conference count: 0 Jicofo 2020-11-29 20:41:26.507 INFO: [101] org.jitsi.jicofo.auth.AbstractAuthAuthority.log() Removing session for ended conference, S: AuthSession[[email protected], [email protected]/Hht2dRWO, SID=b3fc9130-0e2e-4719-bb88-1087e2ba28f7, MUID=29f9f6830a4910191ec6d67af34e9bcf, LIFE_TM_SEC=185, [email protected]]@1368088654 Jicofo 2020-11-29 20:41:26.507 INFO: [101] org.jitsi.jicofo.auth.AbstractAuthAuthority.log() Removing session for ended conference, S: AuthSession[[email protected], [email protected]/mfb9htwI, SID=ef3721aa-b8fa-4fb0-963b-c90282dc592c, MUID=e281b3c6f0add50d2a747453bf59219d, LIFE_TM_SEC=1, [email protected]]@582778254 Jicofo 2020-11-29 20:41:47.533 INFO: [71] org.jitsi.jicofo.xmpp.FocusComponent.log() Focus request for room: [email protected] Jicofo 2020-11-29 20:41:48.781 INFO: [73] org.jitsi.jicofo.xmpp.FocusComponent.log() Focus request for room: [email protected] Jicofo 2020-11-29 20:41:48.781 INFO: [73] org.jitsi.jicofo.auth.AbstractAuthAuthority.log() Authentication session created for [email protected] SID: 0f9fd305-2739-4570-b4c0-ba82c381866d Jicofo 2020-11-29 20:41:48.781 INFO: [73] org.jitsi.jicofo.auth.AbstractAuthAuthority.log() Authenticated jid: [email protected]/nLlxeDRQ with session: AuthSession[[email protected], [email protected]/nLlxeDRQ, SID=0f9fd305-2739-4570-b4c0-ba82c381866d, MUID=29f9f6830a4910191ec6d67af34e9bcf, LIFE_TM_SEC=0, [email protected]]@1029539558 Jicofo 2020-11-29 20:41:48.781 INFO: [73] org.jitsi.jicofo.auth.AbstractAuthAuthority.log() Jid [email protected]/nLlxeDRQ authenticated as: [email protected] Jicofo 2020-11-29 20:41:48.782 INFO: [73] org.jitsi.jicofo.FocusManager.log() Created new focus for [email protected]@auth.mydomain.com. Conference count 1,options: channelLastN=-1 enableLipSync=false openSctp=false disableRtx=false Jicofo 2020-11-29 20:41:48.782 INFO: [73] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Joining the room: [email protected] Jicofo 2020-11-29 20:41:48.875 INFO: [101] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Chat room event ChatRoomMemberPresenceChangeEvent[type=MemberJoined sourceRoom=org.jitsi.impl.protocol.xmpp.ChatRoomImpl@2ea9a4f8 member=ChatMember[[email protected]/f692a1b9, jid: null]@1220978406] Jicofo 2020-11-29 20:41:48.878 INFO: [101] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Member [email protected]/f692a1b9 joined. Jicofo 2020-11-29 20:41:52.538 INFO: [79] org.jitsi.jicofo.xmpp.FocusComponent.log() Focus request for room: [email protected] Jicofo 2020-11-29 20:41:54.954 INFO: [81] org.jitsi.jicofo.xmpp.FocusComponent.log() Focus request for room: [email protected] Jicofo 2020-11-29 20:41:54.955 INFO: [81] org.jitsi.jicofo.auth.AbstractAuthAuthority.log() Authentication session created for [email protected] SID: 4f113e64-a11b-40f8-8f77-b3c38f41e6c6 Jicofo 2020-11-29 20:41:54.955 INFO: [81] org.jitsi.jicofo.auth.AbstractAuthAuthority.log() Authenticated jid: [email protected]/VO0ahWZn with session: AuthSession[[email protected], [email protected]/VO0ahWZn, SID=4f113e64-a11b-40f8-8f77-b3c38f41e6c6, MUID=e281b3c6f0add50d2a747453bf59219d, LIFE_TM_SEC=0, [email protected]]@1980138552 Jicofo 2020-11-29 20:41:54.955 INFO: [81] org.jitsi.jicofo.auth.AbstractAuthAuthority.log() Jid [email protected]/VO0ahWZn authenticated as: [email protected] Jicofo 2020-11-29 20:41:55.039 INFO: [101] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Chat room event ChatRoomMemberPresenceChangeEvent[type=MemberJoined sourceRoom=org.jitsi.impl.protocol.xmpp.ChatRoomImpl@2ea9a4f8 member=ChatMember[[email protected]/46792d88, jid: null]@615358396] Jicofo 2020-11-29 20:41:55.043 INFO: [101] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Member [email protected]/46792d88 joined. Jicofo 2020-11-29 20:41:55.043 WARNING: [101] org.jitsi.jicofo.bridge.BridgeSelectionStrategy.log() Failed to select initial bridge for participantRegion=null Jicofo 2020-11-29 20:41:55.043 SEVERE: [101] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Can not invite participant -- no bridge available. Jicofo 2020-11-29 20:41:55.046 WARNING: [101] org.jitsi.jicofo.bridge.BridgeSelectionStrategy.log() Failed to select initial bridge for participantRegion=null Jicofo 2020-11-29 20:41:55.046 SEVERE: [101] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Can not invite participant -- no bridge available. Jicofo 2020-11-29 20:41:55.366 INFO: [101] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Chat room event ChatRoomMemberPresenceChangeEvent[type=MemberLeft sourceRoom=org.jitsi.impl.protocol.xmpp.ChatRoomImpl@2ea9a4f8 member=ChatMember[[email protected]/f692a1b9, jid: [email protected]/nLlxeDRQ]@1220978406] Jicofo 2020-11-29 20:41:55.366 INFO: [101] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Member [email protected]/f692a1b9 is leaving Jicofo 2020-11-29 20:41:55.366 INFO: [101] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Terminating Participant[[email protected]/f692a1b9]@1294820564, reason: gone, send st: false Jicofo 2020-11-29 20:41:55.366 INFO: [101] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Removed participant: true, [email protected]/f692a1b9 Jicofo 2020-11-29 20:41:56.448 INFO: [101] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Chat room event ChatRoomMemberPresenceChangeEvent[type=MemberLeft sourceRoom=org.jitsi.impl.protocol.xmpp.ChatRoomImpl@2ea9a4f8 member=ChatMember[[email protected]/46792d88, jid: [email protected]/VO0ahWZn]@615358396] Jicofo 2020-11-29 20:41:56.448 INFO: [101] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Member [email protected]/46792d88 is leaving Jicofo 2020-11-29 20:41:56.448 INFO: [101] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Terminating Participant[[email protected]/46792d88]@1405941077, reason: gone, send st: false Jicofo 2020-11-29 20:41:56.448 INFO: [101] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Removed participant: true, [email protected]/46792d88 Jicofo 2020-11-29 20:41:56.457 INFO: [101] org.jitsi.jicofo.FocusManager.log() Disposed conference for room: [email protected] conference count: 0 Jicofo 2020-11-29 20:41:56.458 INFO: [101] org.jitsi.jicofo.auth.AbstractAuthAuthority.log() Removing session for ended conference, S: AuthSession[[email protected], [email protected]/VO0ahWZn, SID=4f113e64-a11b-40f8-8f77-b3c38f41e6c6, MUID=e281b3c6f0add50d2a747453bf59219d, LIFE_TM_SEC=1, [email protected]]@1980138552 Jicofo 2020-11-29 20:41:56.458 INFO: [101] org.jitsi.jicofo.auth.AbstractAuthAuthority.log() Removing session for ended conference, S: AuthSession[[email protected], [email protected]/nLlxeDRQ, SID=0f9fd305-2739-4570-b4c0-ba82c381866d, MUID=29f9f6830a4910191ec6d67af34e9bcf, LIFE_TM_SEC=7, [email protected]]@1029539558 Jicofo 2020-11-29 20:42:18.752 INFO: [57] org.jitsi.jicofo.xmpp.FocusComponent.log() Focus request for room: [email protected] Jicofo 2020-11-29 20:42:20.315 INFO: [59] org.jitsi.jicofo.xmpp.FocusComponent.log() Focus request for room: [email protected] Jicofo 2020-11-29 20:42:20.315 INFO: [59] org.jitsi.jicofo.auth.AbstractAuthAuthority.log() Authentication session created for [email protected] SID: b94868ff-c068-4e37-ace0-7d2ab35a2eb5 Jicofo 2020-11-29 20:42:20.315 INFO: [59] org.jitsi.jicofo.auth.AbstractAuthAuthority.log() Authenticated jid: [email protected]/lpwie4Et with session: AuthSession[[email protected], [email protected]/lpwie4Et, SID=b94868ff-c068-4e37-ace0-7d2ab35a2eb5, MUID=29f9f6830a4910191ec6d67af34e9bcf, LIFE_TM_SEC=0, [email protected]]@274181743 Jicofo 2020-11-29 20:42:20.315 INFO: [59] org.jitsi.jicofo.auth.AbstractAuthAuthority.log() Jid [email protected]/lpwie4Et authenticated as: [email protected] Jicofo 2020-11-29 20:42:20.316 INFO: [59] org.jitsi.jicofo.FocusManager.log() Created new focus for [email protected]@auth.mydomain.com. Conference count 1,options: channelLastN=-1 enableLipSync=false openSctp=false disableRtx=false Jicofo 2020-11-29 20:42:20.316 INFO: [59] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Joining the room: [email protected] Jicofo 2020-11-29 20:42:20.409 INFO: [101] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Chat room event ChatRoomMemberPresenceChangeEvent[type=MemberJoined sourceRoom=org.jitsi.impl.protocol.xmpp.ChatRoomImpl@1bd4d0ef member=ChatMember[[email protected]/194023ca, jid: null]@1031347333] Jicofo 2020-11-29 20:42:20.412 INFO: [101] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Member [email protected]/194023ca joined.

JWT Error

Strophe: Server did not yet offer a supported authentication mechanism. Sending a blank poll request.

Jwt authentication fails

After I installed using the tutorial here everything works fine but when I set allow_empty_token to false for the jwt component it cannot authenticate. In the prosody logs it returns: token required

Difference between issuers and audiences

Where exactly do I put this? when I do the auth seems to be failing

asap_accepted_issuers = { "YOUR_APP_ID", "smash" }

asap_accepted_audiences = { "YOUR_APP_ID", "smash" }

Prosody.err logs

Help...


        [C]: in function 'xpcall'
        /usr/lib/prosody/core/modulemanager.lua:183: in function 'do_load_module'
        /usr/lib/prosody/core/modulemanager.lua:261: in function 'load'
        /usr/lib/prosody/core/usermanager.lua:67: in function '?'
        /usr/lib/prosody/util/events.lua:79: in function </usr/lib/prosody/util/events.lua:75>
        (...tail calls...)
        /usr/lib/prosody/core/hostmanager.lua:108: in function 'activate'
        /usr/lib/prosody/core/hostmanager.lua:58: in function '?'
        /usr/lib/prosody/util/events.lua:79: in function </usr/lib/prosody/util/events.lua:75>
        (...tail calls...)
        /usr/lib/prosody/util/startup.lua:391: in function 'prepare_to_start'
        /usr/lib/prosody/util/startup.lua:613: in function 'f'
        /usr/lib/prosody/util/async.lua:139: in function 'func'
        /usr/lib/prosody/util/async.lua:127: in function </usr/lib/prosody/util/async.lua:125>
Apr 29 05:56:08 portmanager     error   Error binding encrypted port for https: No certificate present in SSL/TLS configuration for https port 5281
Apr 29 05:56:08 portmanager     error   Error binding encrypted port for https: No certificate present in SSL/TLS configuration for https port 5281

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.