Plugin Token Affiliation (mod_token_affiliation.lua) not working

I have a docker jitsi installation, I want to use JWT to authenticate users, and I want to assign them the moderator or non moderator role based on JWT content, using mod_token_affiliation.
When users connect, they are moderators despite the fact that “affiliation” is set to “member”.

How to reproduce the problem.

  1. I downloaded docker-jitsi-meet, version 8319:
    GitHub - jitsi/docker-jitsi-meet at stable-8319
    and followed the instructions, using this .env file
# shellcheck disable=SC2034

################################################################################
################################################################################
# Welcome to the Jitsi Meet Docker setup!
#
# This sample .env file contains some basic options to get you started.
# The full options reference can be found here:
# https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker
################################################################################
################################################################################


#
# Basic configuration options
#

# Directory where all configuration will be stored
CONFIG=~/.jitsi-meet-cfg

# Exposed HTTP port
HTTP_PORT=80

# Exposed HTTPS port
HTTPS_PORT=443

# System time zone
TZ=UTC

# Public URL for the web service (required)
PUBLIC_URL=https://luigi.cloudz.it

# Media IP addresses to advertise by the JVB
# This setting deprecates DOCKER_HOST_ADDRESS, and supports a comma separated list of IPs
# See the "Running behind NAT or on a LAN environment" section in the Handbook:
# https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker#running-behind-nat-or-on-a-lan-environment
JVB_ADVERTISE_IPS=101.58.99.205,192.168.0.248


#
# JaaS Components (beta)
# https://jaas.8x8.vc
#

# Enable JaaS Components (hosted Jigasi)
# NOTE: if Let's Encrypt is enabled a JaaS account will be automatically created, using the provided email in LETSENCRYPT_EMAIL
#ENABLE_JAAS_COMPONENTS=0

#
# Let's Encrypt configuration
#

# Enable Let's Encrypt certificate generation
ENABLE_LETSENCRYPT=1

# Domain for which to generate the certificate
LETSENCRYPT_DOMAIN=luigi.cloudz.it

# E-Mail for receiving important account notifications (mandatory)
LETSENCRYPT_EMAIL=my@email.com

# Use the staging server (for avoiding rate limits while testing)
LETSENCRYPT_USE_STAGING=0


#
# Etherpad integration (for document sharing)
#

# Set etherpad-lite URL in docker local network (uncomment to enable)
#ETHERPAD_URL_BASE=http://etherpad.meet.jitsi:9001

# Set etherpad-lite public URL, including /p/ pad path fragment (uncomment to enable)
#ETHERPAD_PUBLIC_URL=https://etherpad.my.domain/p/

# Name your etherpad instance!
ETHERPAD_TITLE=Video Chat

# The default text of a pad
ETHERPAD_DEFAULT_PAD_TEXT="Welcome to Web Chat!\n\n"

# Name of the skin for etherpad
ETHERPAD_SKIN_NAME=colibris

# Skin variants for etherpad
ETHERPAD_SKIN_VARIANTS="super-light-toolbar super-light-editor light-background full-width-editor"


#
# Basic Jigasi configuration options (needed for SIP gateway support)
#

# SIP URI for incoming / outgoing calls
#JIGASI_SIP_URI=test@sip2sip.info

# Password for the specified SIP account as a clear text
#JIGASI_SIP_PASSWORD=passw0rd

# SIP server (use the SIP account domain if in doubt)
#JIGASI_SIP_SERVER=sip2sip.info

# SIP server port
#JIGASI_SIP_PORT=5060

# SIP server transport
#JIGASI_SIP_TRANSPORT=UDP


#
# Authentication configuration (see handbook for details)
#


# Enable authentication
ENABLE_AUTH=1

# Enable guest access
ENABLE_GUESTS=0

# Select authentication type: internal, jwt, ldap or matrix
AUTH_TYPE=jwt

# JWT authentication
#

# Application identifier
JWT_APP_ID=my_jitsi_app_id

# Application secret known only to your token generator
JWT_APP_SECRET=my_jitsi_app_secret

# (Optional) Set asap_accepted_issuers as a comma separated list
#JWT_ACCEPTED_ISSUERS=my_web_client,my_app_client

# (Optional) Set asap_accepted_audiences as a comma separated list
#JWT_ACCEPTED_AUDIENCES=my_server1,my_server2

# LDAP authentication (for more information see the Cyrus SASL saslauthd.conf man page)
#

# LDAP url for connection
#LDAP_URL=ldaps://ldap.domain.com/

# LDAP base DN. Can be empty
#LDAP_BASE=DC=example,DC=domain,DC=com

# LDAP user DN. Do not specify this parameter for the anonymous bind
#LDAP_BINDDN=CN=binduser,OU=users,DC=example,DC=domain,DC=com

# LDAP user password. Do not specify this parameter for the anonymous bind
#LDAP_BINDPW=LdapUserPassw0rd

# LDAP filter. Tokens example:
# %1-9 - if the input key is user@mail.domain.com, then %1 is com, %2 is domain and %3 is mail
# %s - %s is replaced by the complete service string
# %r - %r is replaced by the complete realm string
#LDAP_FILTER=(sAMAccountName=%u)

# LDAP authentication method
#LDAP_AUTH_METHOD=bind

# LDAP version
#LDAP_VERSION=3

# LDAP TLS using
#LDAP_USE_TLS=1

# List of SSL/TLS ciphers to allow
#LDAP_TLS_CIPHERS=SECURE256:SECURE128:!AES-128-CBC:!ARCFOUR-128:!CAMELLIA-128-CBC:!3DES-CBC:!CAMELLIA-128-CBC

# Require and verify server certificate
#LDAP_TLS_CHECK_PEER=1

# Path to CA cert file. Used when server certificate verify is enabled
#LDAP_TLS_CACERT_FILE=/etc/ssl/certs/ca-certificates.crt

# Path to CA certs directory. Used when server certificate verify is enabled
#LDAP_TLS_CACERT_DIR=/etc/ssl/certs

# Wether to use starttls, implies LDAPv3 and requires ldap:// instead of ldaps://
# LDAP_START_TLS=1


#
# Security
#
# Set these to strong passwords to avoid intruders from impersonating a service account
# The service(s) won't start unless these are specified
# Running ./gen-passwords.sh will update .env with strong passwords
# You may skip the Jigasi and Jibri passwords if you are not using those
# DO NOT reuse passwords
#

# XMPP password for Jicofo client connections
JICOFO_AUTH_PASSWORD=67634b47f522b4d938a54de4db0ed304

# XMPP password for JVB client connections
JVB_AUTH_PASSWORD=d6af48b16a1528f6c1cdb6243613af01

# XMPP password for Jigasi MUC client connections
JIGASI_XMPP_PASSWORD=5aadcadbbb3e79dca5b86ac5f3c918bd

# XMPP recorder password for Jibri client connections
JIBRI_RECORDER_PASSWORD=e7b6eefa4cfe2a14a5541dbc72de9e7e

# XMPP password for Jibri client connections
JIBRI_XMPP_PASSWORD=b7b4754c0654cfa06b6e0e7d87b13951

#
# Docker Compose options
#

# Container restart policy
#RESTART_POLICY=unless-stopped

# Jitsi image version (useful for local development)
#JITSI_IMAGE_VERSION=latest

ENABLE_RECORDING=0

ENABLE_AUTO_OWNER=0

LOG_LEVEL=debug
  1. copied the file mod_token_affiliation.lua (prosody-plugins/mod_token_affiliation.lua at main · jitsi-contrib/prosody-plugins · GitHub) in .jitsi-meet-cfg\prosody\prosody-plugins-custom
local LOGLEVEL = "debug"

local is_admin = require "core.usermanager".is_admin
local is_healthcheck_room = module:require "util".is_healthcheck_room
module:log(LOGLEVEL, "loaded")

local function _is_admin(jid)
    return is_admin(jid, module.host)
end

module:hook("muc-occupant-joined", function (event)
    local room, occupant = event.room, event.occupant

    if is_healthcheck_room(room.jid) or _is_admin(occupant.jid) then
        module:log(LOGLEVEL, "skip affiliation, %s", occupant.jid)
        return
    end

    if not event.origin.auth_token then
        module:log(LOGLEVEL, "skip affiliation, no token")
        return
    end

    local affiliation = "member"
    local context_user = event.origin.jitsi_meet_context_user

    if context_user then
        if context_user["affiliation"] == "owner" then
            affiliation = "owner"
        elseif context_user["affiliation"] == "moderator" then
            affiliation = "owner"
        elseif context_user["affiliation"] == "teacher" then
            affiliation = "owner"
        elseif context_user["moderator"] == "true" then
            affiliation = "owner"
        elseif context_user["moderator"] == true then
            affiliation = "owner"
        end
    end

    module:log(LOGLEVEL, "affiliation: %s", affiliation)
    room:set_affiliation(true, occupant.bare_jid, affiliation)
end)
  1. modified in prosody container the existing file /defaults/conf.d/jitsi-meet.cfg.lua (I appended the following lines)
Component "conference.{{ $XMPP_DOMAIN }}" "muc"
  modules_enabled = {
    "token_verification";
    "token_affiliation";
}
  1. launched docker-compose up

  2. verified that plugin in enable in prosody container: /config/conf.d/jitsi-meet.cfg.lua






















admins = {
    
    "jigasi@auth.meet.jitsi",
    

    
    "jibri@auth.meet.jitsi",
    

    "focus@auth.meet.jitsi",
    "jvb@auth.meet.jitsi"
}

unlimited_jids = {
    "focus@auth.meet.jitsi",
    "jvb@auth.meet.jitsi"
}

plugin_paths = { "/prosody-plugins/", "/prosody-plugins-custom" }

muc_mapper_domain_base = "meet.jitsi";
muc_mapper_domain_prefix = "muc";

http_default_host = "meet.jitsi"









consider_bosh_secure = true;
consider_websocket_secure = true;



VirtualHost "meet.jitsi"

  
    authentication = "token"
    app_id = "my_jitsi_app_id"
    app_secret = "my_jitsi_app_secret"
    allow_empty_token = false
    
    enable_domain_verification = false
  

    ssl = {
        key = "/config/certs/meet.jitsi.key";
        certificate = "/config/certs/meet.jitsi.crt";
    }
    modules_enabled = {
        "bosh";
        
        "websocket";
        "smacks"; -- XEP-0198: Stream Management
        
        "pubsub";
        "ping";
        "speakerstats";
        "conference_duration";
        "room_metadata";
        
        "end_conference";
        
        
        
        "muc_lobby_rooms";
        
        
        "muc_breakout_rooms";
        
        
        "av_moderation";
        
        
        
        
    }

    main_muc = "muc.meet.jitsi"

    
    lobby_muc = "lobby.meet.jitsi"
    
    

    

    
    breakout_rooms_muc = "breakout.meet.jitsi"
    

    speakerstats_component = "speakerstats.meet.jitsi"
    conference_duration_component = "conferenceduration.meet.jitsi"

    
    end_conference_component = "endconference.meet.jitsi"
    

    
    av_moderation_component = "avmoderation.meet.jitsi"
    

    c2s_require_encryption = false



VirtualHost "auth.meet.jitsi"
    ssl = {
        key = "/config/certs/auth.meet.jitsi.key";
        certificate = "/config/certs/auth.meet.jitsi.crt";
    }
    modules_enabled = {
        "limits_exception";
    }
    authentication = "internal_hashed"



Component "internal-muc.meet.jitsi" "muc"
    storage = "memory"
    modules_enabled = {
        "ping";
        }
    restrict_room_creation = true
    muc_room_locking = false
    muc_room_default_public_jids = true

Component "muc.meet.jitsi" "muc"
    storage = "memory"
    modules_enabled = {
        "muc_meeting_id";
        "token_verification";
        
        "polls";
        "muc_domain_mapper";
        
    }
    muc_room_cache_size = 1000
    muc_room_locking = false
    muc_room_default_public_jids = true
    

Component "focus.meet.jitsi" "client_proxy"
    target_address = "focus@auth.meet.jitsi"

Component "speakerstats.meet.jitsi" "speakerstats_component"
    muc_component = "muc.meet.jitsi"

Component "conferenceduration.meet.jitsi" "conference_duration_component"
    muc_component = "muc.meet.jitsi"


Component "endconference.meet.jitsi" "end_conference"
    muc_component = "muc.meet.jitsi"



Component "avmoderation.meet.jitsi" "av_moderation_component"
    muc_component = "muc.meet.jitsi"



Component "lobby.meet.jitsi" "muc"
    storage = "memory"
    restrict_room_creation = true
    muc_room_locking = false
    muc_room_default_public_jids = true



Component "breakout.meet.jitsi" "muc"
    storage = "memory"
    restrict_room_creation = true
    muc_room_locking = false
    muc_room_default_public_jids = true
    modules_enabled = {
        "muc_meeting_id";
        "muc_domain_mapper";
        "polls";
        }


Component "metadata.meet.jitsi" "room_metadata_component"
    muc_component = "muc.meet.jitsi"
    breakout_rooms_component = "breakout.meet.jitsi"

Component "conference.meet.jitsi" "muc"
  modules_enabled = {
    "token_verification";
    "token_affiliation";
}
  1. verified that the prosody affiliation plugin gets loaded:
2023-05-25 11:19:33 conference.meet.jitsi:token_affiliation          debug loaded
  1. verified that “jicofo.conference.enable-auto-owner” is false in /config/jicofo.conf
jicofo {
    
    authentication {
      enabled = true
      // The type of authentication. Supported values are XMPP, JWT or SHIBBOLETH (default).
      
      type = JWT
            
      login-url = "meet.jitsi"
      
      enable-auto-login=true
    }

    // Configuration related to jitsi-videobridge
    bridge {

      brewery-jid = "jvbbrewery@internal-muc.meet.jitsi"
    }
    // Configure the codecs and RTP extensions to be used in the offer sent to clients.
    codec {
      video {
      }
    }

    conference {
      enable-auto-owner = false
    }

    octo {
      // Whether or not to use Octo. Note that when enabled, its use will be determined by
      // $jicofo.bridge.selection-strategy. There's a corresponding flag in the JVB and these
      // two MUST be in sync (otherwise bridges will crash because they won't know how to
      // deal with octo channels).
      enabled = false
    }

    sctp {
      enabled = false
    }

    xmpp {
      client {
        enabled = true
        hostname = "xmpp.meet.jitsi"
        port = "5222"
        domain = "auth.meet.jitsi"
        xmpp-domain = "meet.jitsi"
        username = "focus"
        password = "67634b47f522b4d938a54de4db0ed304"
        conference-muc-jid = "muc.meet.jitsi"
        client-proxy = "focus.meet.jitsi"
        disable-certificate-verification = true
      }
      
    }
}
  1. moderator connects with the payload:
{
  "aud": "my_jitsi_app_id",
  "iss": "my_jitsi_app_id",
  "sub": "meet.jitsi",
  "iat": 1601366000,
  "exp": 1905930115,
  "room": "*",
  "context": {
    "user": {
      "name": "mymoderator",
      "email": "myname@mydomain.com",
      "affiliation": "owner"
    }
  }
}

Here is the complete file:

<!DOCTYPE html>
<html>

<head>
    <script src='https://luigi.cloudz.it/external_api.js'></script>
    <style>
        html,
        body,
        #jaas-container {
            height: 100%;
        }
    </style>
</head>

<body>
    <div id="jaas-container" />

    <script type="text/javascript">

        const domain = 'luigi.cloudz.it';

        window.onload = () => {
            const api = new JitsiMeetExternalAPI(domain, {
                roomName: "room1",
                parentNode: document.querySelector('#jaas-container'),
                jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJteV9qaXRzaV9hcHBfaWQiLCJpc3MiOiJteV9qaXRzaV9hcHBfaWQiLCJzdWIiOiJtZWV0LmppdHNpIiwiaWF0IjoxNjAxMzY2MDAwLCJleHAiOjE5MDU5MzAxMTUsInJvb20iOiIqIiwiY29udGV4dCI6eyJ1c2VyIjp7Im5hbWUiOiJteW1vZGVyYXRvciIsImVtYWlsIjoibXluYW1lQG15ZG9tYWluLmNvbSIsImFmZmlsaWF0aW9uIjoib3duZXIifX19.RCt1Xclxw-8U9wVeDFh0hXbYsPVSUUlEkaznLnjIQiQ"
            })
        }
    </script>

</body>

</html>
  1. user connects with the following payload:
{
  "aud": "my_jitsi_app_id",
  "iss": "my_jitsi_app_id",
  "sub": "meet.jitsi",
  "iat": 1601366000,
  "exp": 1905930115,
  "room": "*",
  "context": {
    "user": {
      "name": "myuser",
      "email": "myuser@mydomain.com",
      "affiliation": "member"
    }
  }
}

here is the complete file:

<!DOCTYPE html>
<html>

<head>
    <script src='https://luigi.cloudz.it/external_api.js'></script>
    <style>
        html,
        body,
        #jaas-container {
            height: 100%;
        }
    </style>
</head>

<body>
    <div id="jaas-container" />

    <script type="text/javascript">

        const domain = 'luigi.cloudz.it';

        window.onload = () => {
            const api = new JitsiMeetExternalAPI(domain, {
                roomName: "room1",
                parentNode: document.querySelector('#jaas-container'),
                jwt: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJteV9qaXRzaV9hcHBfaWQiLCJpc3MiOiJteV9qaXRzaV9hcHBfaWQiLCJzdWIiOiJtZWV0LmppdHNpIiwiaWF0IjoxNjAxMzY2MDAwLCJleHAiOjE5MDU5MzAxMTUsInJvb20iOiIqIiwiY29udGV4dCI6eyJ1c2VyIjp7Im5hbWUiOiJteXVzZXIiLCJlbWFpbCI6Im15dXNlckBteWRvbWFpbi5jb20iLCJhZmZpbGlhdGlvbiI6Im1lbWJlciJ9fX0.Pk2zQZL9WGRf4El72zZoZLBC6-XRkp79mavu91Hyhwo"
            })
        }
    </script>

</body>

</html>

I verify that both are moderators.
both-moderators-screenshot

Jicofo logs:

2023-05-25 11:56:35 [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
2023-05-25 11:56:35 [s6-init] ensuring user provided files have correct perms...exited 0.
2023-05-25 11:56:35 [fix-attrs.d] applying ownership & permissions fixes...
2023-05-25 11:56:35 [fix-attrs.d] done.
2023-05-25 11:56:35 [cont-init.d] executing container initialization scripts...
2023-05-25 11:56:35 [cont-init.d] 01-set-timezone: executing... 
2023-05-25 11:56:35 [cont-init.d] 01-set-timezone: exited 0.
2023-05-25 11:56:35 [cont-init.d] 10-config: executing... 
2023-05-25 11:56:35 [cont-init.d] 10-config: exited 0.
2023-05-25 11:56:35 [cont-init.d] done.
2023-05-25 11:56:35 [services.d] starting services
2023-05-25 11:56:35 [services.d] done.
2023-05-25 11:56:36 Jicofo 2023-05-25 09:56:36.618 INFO: [1] Main.main#47: Starting Jicofo.
2023-05-25 11:56:38 Jicofo 2023-05-25 09:56:38.266 INFO: [1] JitsiConfig.<clinit>#47: Initialized newConfig: merge of /config/jicofo.conf: 1,system properties,reference.conf @ jar:file:/usr/share/jicofo/lib/jicofo-selector-1.0-996.jar!/reference.conf: 1
2023-05-25 11:56:38 Jicofo 2023-05-25 09:56:38.288 INFO: [1] ReadOnlyConfigurationService.reloadConfiguration#40: net.java.sip.communicator.SC_HOME_DIR_LOCATION not set
2023-05-25 11:56:38 Jicofo 2023-05-25 09:56:38.311 INFO: [1] JitsiConfig.<clinit>#68: Initialized legacyConfig: sip communicator props (no description provided)
2023-05-25 11:56:38 Jicofo 2023-05-25 09:56:38.371 INFO: [1] JitsiConfig$Companion.reloadNewConfig#94: Reloading the Typesafe config source (previously reloaded 0 times).
2023-05-25 11:56:42 Jicofo 2023-05-25 09:56:42.359 INFO: [1] JicofoServices.createAuthenticationAuthority#174: Starting authentication service with config=AuthConfig[enabled=true, type=JWT, loginUrl=meet.jitsi, logoutUrl=null, authenticationLifetime=PT24H, enableAutoLogin=true].
2023-05-25 11:56:42 Jicofo 2023-05-25 09:56:42.423 INFO: [1] AbstractAuthAuthority.<init>#109: Auto login disabled
2023-05-25 11:56:42 Jicofo 2023-05-25 09:56:42.437 INFO: [1] AbstractAuthAuthority.<init>#112: Authentication lifetime: PT1M
2023-05-25 11:56:43 Jicofo 2023-05-25 09:56:43.042 WARNING: [1] [xmpp_connection=client] XmppProviderKt.createXmppConnection#310: Disabling TLS certificate verification!
2023-05-25 11:56:43 Jicofo 2023-05-25 09:56:43.707 INFO: [1] XmppServices.<init>#44: No dedicated Service XMPP connection configured, re-using the client XMPP connection.
2023-05-25 11:56:44 Jicofo 2023-05-25 09:56:44.188 INFO: [1] XmppServices.<init>#71: No Jigasi detector configured.
2023-05-25 11:56:44 Jicofo 2023-05-25 09:56:44.417 INFO: [1] BridgeSelector.<init>#57: Using org.jitsi.jicofo.bridge.SingleBridgeSelectionStrategy
2023-05-25 11:56:44 Jicofo 2023-05-25 09:56:44.515 INFO: [1] [type=bridge brewery=jvbbrewery] BaseBrewery.<init>#101: Initialized with JID=jvbbrewery@internal-muc.meet.jitsi
2023-05-25 11:56:44 Jicofo 2023-05-25 09:56:44.523 INFO: [1] JicofoServices.<init>#109: No Jibri detector configured.
2023-05-25 11:56:44 Jicofo 2023-05-25 09:56:44.525 INFO: [1] JicofoServices.<init>#115: No SIP Jibri detector configured.
2023-05-25 11:56:45 Jicofo 2023-05-25 09:56:45.014 INFO: [1] JicofoServices.<init>#134: Starting HTTP server with config: host=null, port=8888, tlsPort=8843, isTls=false, keyStorePath=null, sendServerVersion=true, [TLSv1.2, TLSv1.3]=[TLSv1.2, TLSv1.3], tlsCipherSuites=[TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256].
2023-05-25 11:56:45 Jicofo 2023-05-25 09:56:45.337 INFO: [17] [xmpp_connection=client] XmppProvider.doConnect#166: Connected, JID=null
2023-05-25 11:56:46 Jicofo 2023-05-25 09:56:46.197 INFO: [1] org.eclipse.jetty.server.Server.doStart: jetty-11.0.10; built: 2022-06-16T20:42:17.891Z; git: d21dded5817960ec3c753a7ba02ef86f7c9ed89e; jvm 11.0.18+10-post-Debian-1deb11u1
2023-05-25 11:56:46 Jicofo 2023-05-25 09:56:46.457 INFO: [17] [xmpp_connection=client] XmppProvider.fireRegistrationStateChanged#216: Set replyTimeout=PT15S
2023-05-25 11:56:46 Jicofo 2023-05-25 09:56:46.457 INFO: [17] [xmpp_connection=client] XmppProvider$connectionListener$1.authenticated#97: Registered.
2023-05-25 11:56:46 Jicofo 2023-05-25 09:56:46.461 INFO: [17] [xmpp_connection=client] XmppProvider$connectionListener$1.authenticated#99: Will discover components for meet.jitsi
2023-05-25 11:56:46 Jicofo 2023-05-25 09:56:46.821 WARNING: [23] [xmpp_connection=client] XmppProvider.setComponents#76: Discovered components: [Component(type=room_metadata, address=metadata.meet.jitsi), Component(type=speakerstats, address=speakerstats.meet.jitsi), Component(type=lobbyrooms, address=lobby.meet.jitsi), Component(type=av_moderation, address=avmoderation.meet.jitsi), Component(type=breakout_rooms, address=breakout.meet.jitsi), Component(type=conference_duration, address=conferenceduration.meet.jitsi), Component(type=end_conference, address=endconference.meet.jitsi)]
2023-05-25 11:56:46 Jicofo 2023-05-25 09:56:46.830 INFO: [27] AvModerationHandler.componentsChanged#106: Using av_moderation component at avmoderation.meet.jitsi.
2023-05-25 11:56:46 Jicofo 2023-05-25 09:56:46.890 INFO: [35] ConferenceIqHandler.componentsChanged#189: Using breakout room component at breakout.meet.jitsi.
2023-05-25 11:56:47 Jicofo 2023-05-25 09:56:47.185 INFO: [26] [type=bridge brewery=jvbbrewery] BaseBrewery.start#177: Joined the room.
2023-05-25 11:56:48 Jicofo 2023-05-25 09:56:48.873 WARNING: [1] org.glassfish.jersey.server.wadl.WadlFeature.configure: JAXBContext implementation could not be found. WADL feature is disabled.
2023-05-25 11:56:49 Jicofo 2023-05-25 09:56:49.647 WARNING: [1] org.glassfish.jersey.internal.inject.Providers.checkProviderRuntime: A provider org.jitsi.rest.Version registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.jitsi.rest.Version will be ignored. 
2023-05-25 11:56:49 Jicofo 2023-05-25 09:56:49.649 WARNING: [1] org.glassfish.jersey.internal.inject.Providers.checkProviderRuntime: A provider org.jitsi.rest.prometheus.Prometheus registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.jitsi.rest.prometheus.Prometheus will be ignored. 
2023-05-25 11:56:49 Jicofo 2023-05-25 09:56:49.651 WARNING: [1] org.glassfish.jersey.internal.inject.Providers.checkProviderRuntime: A provider org.jitsi.jicofo.rest.ConferenceRequest registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.jitsi.jicofo.rest.ConferenceRequest will be ignored. 
2023-05-25 11:56:50 Jicofo 2023-05-25 09:56:50.290 INFO: [24] [type=bridge brewery=jvbbrewery] BaseBrewery.addInstance#347: Added brewery instance: jvbbrewery@internal-muc.meet.jitsi/b1868138e161
2023-05-25 11:56:50 Jicofo 2023-05-25 09:56:50.551 INFO: [24] BridgeSelector.addJvbAddress#92: Added new videobridge: Bridge[jid=jvbbrewery@internal-muc.meet.jitsi/b1868138e161, version=2.2.79-gf6426ea0, relayId=null, region=null, stress=0.00]
2023-05-25 11:56:50 Jicofo 2023-05-25 09:56:50.574 INFO: [39] JvbDoctor.bridgeAdded#131: Scheduled health-check task for: Bridge[jid=jvbbrewery@internal-muc.meet.jitsi/b1868138e161, version=2.2.79-gf6426ea0, relayId=null, region=null, stress=0.00]
2023-05-25 11:56:51 Jicofo 2023-05-25 09:56:51.072 INFO: [1] org.eclipse.jetty.server.handler.ContextHandler.doStart: Started o.e.j.s.ServletContextHandler@721d8ab5{/,null,AVAILABLE}
2023-05-25 11:56:51 Jicofo 2023-05-25 09:56:51.148 INFO: [1] org.eclipse.jetty.server.AbstractConnector.doStart: Started ServerConnector@6c8909c3{HTTP/1.1, (http/1.1)}{0.0.0.0:8888}
2023-05-25 11:56:51 Jicofo 2023-05-25 09:56:51.312 INFO: [1] org.eclipse.jetty.server.Server.doStart: Started Server@c1fa7d4{STARTING}[11.0.10,sto=0] @15645ms
2023-05-25 11:57:16 Jicofo 2023-05-25 09:57:16.596 INFO: [26] ConferenceIqHandler.handleConferenceIq#75: Focus request for room: room1@muc.meet.jitsi
2023-05-25 11:57:16 Jicofo 2023-05-25 09:57:16.601 INFO: [26] AbstractAuthAuthority.createNewSession#158: Authentication session created for 65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi SID: a0f5edf8-f0bd-4396-9a9b-7c7d0b69b5d7
2023-05-25 11:57:16 Jicofo 2023-05-25 09:57:16.604 INFO: [26] AbstractAuthAuthority.authenticateJidWithSession#431: Authenticated jid: 65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb with session: AuthSession[ID=65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi, JID=65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb, SID=a0f5edf8-f0bd-4396-9a9b-7c7d0b69b5d7, MUID=f83bc2a93d1d9254f51be06049f49b03, LIFE_TM_SEC=0, R=room1@muc.meet.jitsi]@51006326
2023-05-25 11:57:16 Jicofo 2023-05-25 09:57:16.612 INFO: [26] AbstractAuthAuthority.notifyUserAuthenticated#339: Jid 65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb authenticated as: 65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi
2023-05-25 11:57:16 Jicofo 2023-05-25 09:57:16.617 SEVERE: [26] ConferenceIqHandler.handleConferenceIq#92: No XmppConnectionConfig for vnode=null
2023-05-25 11:57:16 Jicofo 2023-05-25 09:57:16.770 INFO: [26] [room=room1@muc.meet.jitsi] JitsiMeetConferenceImpl.<init>#264: Created new conference.
2023-05-25 11:57:16 Jicofo 2023-05-25 09:57:16.795 INFO: [26] [room=room1@muc.meet.jitsi] JitsiMeetConferenceImpl.joinTheRoom#446: Joining room1@muc.meet.jitsi
2023-05-25 11:57:17 Jicofo 2023-05-25 09:57:17.396 INFO: [37] [room=room1@muc.meet.jitsi meeting_id=748cd1fe-dfca-45aa-aeb8-b15bc8f3bdb5] JitsiMeetConferenceImpl.onMemberJoined#632: Member joined:65d0c2d5 stats-id=Destini-OgV region=null audioMuted=true videoMuted=true role=PARTICIPANT isJibri=false isJigasi=false
2023-05-25 11:58:04 Jicofo 2023-05-25 09:58:04.787 INFO: [26] ConferenceIqHandler.handleConferenceIq#75: Focus request for room: room1@muc.meet.jitsi
2023-05-25 11:58:04 Jicofo 2023-05-25 09:58:04.788 INFO: [26] AbstractAuthAuthority.createNewSession#158: Authentication session created for bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi SID: a8a2554f-df73-494f-ae79-46809b3855a8
2023-05-25 11:58:04 Jicofo 2023-05-25 09:58:04.790 INFO: [26] AbstractAuthAuthority.authenticateJidWithSession#431: Authenticated jid: bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN with session: AuthSession[ID=bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi, JID=bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN, SID=a8a2554f-df73-494f-ae79-46809b3855a8, MUID=76137a9c80428f79b8d6e12df816e515, LIFE_TM_SEC=0, R=room1@muc.meet.jitsi]@380972098
2023-05-25 11:58:04 Jicofo 2023-05-25 09:58:04.790 INFO: [26] AbstractAuthAuthority.notifyUserAuthenticated#339: Jid bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN authenticated as: bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi
2023-05-25 11:58:04 Jicofo 2023-05-25 09:58:04.791 SEVERE: [26] ConferenceIqHandler.handleConferenceIq#92: No XmppConnectionConfig for vnode=null
2023-05-25 11:58:04 Jicofo 2023-05-25 09:58:04.875 INFO: [38] [room=room1@muc.meet.jitsi meeting_id=748cd1fe-dfca-45aa-aeb8-b15bc8f3bdb5] JitsiMeetConferenceImpl.onMemberJoined#632: Member joined:bd213d08 stats-id=Nigel-M9K region=null audioMuted=true videoMuted=true role=PARTICIPANT isJibri=false isJigasi=false
2023-05-25 11:58:05 Jicofo 2023-05-25 09:58:05.283 INFO: [38] [xmpp_connection=client] XmppProvider.discoverFeatures#243: Discovered features for room1@muc.meet.jitsi/65d0c2d5 in 386 ms.
2023-05-25 11:58:05 Jicofo 2023-05-25 09:58:05.440 INFO: [38] [room=room1@muc.meet.jitsi meeting_id=748cd1fe-dfca-45aa-aeb8-b15bc8f3bdb5] JitsiMeetConferenceImpl.inviteChatMember#698: Creating participant 65d0c2d5 with features=[XMPP_CAPS, JSON_SOURCES, RECEIVE_MULTIPLE_STREAMS, REMB, SOURCE_NAMES, TCC, E2EE, RTX, JINGLE, DTLS, JINGLE_RTP, AUDIO, VIDEO, SCTP, JINGLE_ICE, RAYO]
2023-05-25 11:58:05 Jicofo 2023-05-25 09:58:05.477 INFO: [38] [room=room1@muc.meet.jitsi meeting_id=748cd1fe-dfca-45aa-aeb8-b15bc8f3bdb5] ColibriV2SessionManager.<init>#79: Using org.jitsi.jicofo.bridge.SingleMeshTopologyStrategy
2023-05-25 11:58:05 Jicofo 2023-05-25 09:58:05.679 INFO: [26] [room=room1@muc.meet.jitsi meeting_id=748cd1fe-dfca-45aa-aeb8-b15bc8f3bdb5] ColibriV2SessionManager.allocate#277: Allocating for 65d0c2d5
2023-05-25 11:58:05 Jicofo 2023-05-25 09:58:05.742 INFO: [26] BridgeSelectionStrategy.select#114: Selected initial bridge Bridge[jid=jvbbrewery@internal-muc.meet.jitsi/b1868138e161, version=2.2.79-gf6426ea0, relayId=null, region=null, stress=0.00] with reported stress=0.0 for participantProperties=ParticipantProperties(region=null, visitor=false) using strategy SingleBridgeSelectionStrategy
2023-05-25 11:58:05 Jicofo 2023-05-25 09:58:05.759 INFO: [26] [room=room1@muc.meet.jitsi meeting_id=748cd1fe-dfca-45aa-aeb8-b15bc8f3bdb5] ColibriV2SessionManager.allocate#323: Selected b1868138e161, session exists: false
2023-05-25 11:58:06 Jicofo 2023-05-25 09:58:06.000 INFO: [38] [xmpp_connection=client] XmppProvider.discoverFeatures#243: Discovered features for room1@muc.meet.jitsi/bd213d08 in 510 ms.
2023-05-25 11:58:06 Jicofo 2023-05-25 09:58:06.001 INFO: [38] [room=room1@muc.meet.jitsi meeting_id=748cd1fe-dfca-45aa-aeb8-b15bc8f3bdb5] JitsiMeetConferenceImpl.inviteChatMember#698: Creating participant bd213d08 with features=[XMPP_CAPS, JSON_SOURCES, RECEIVE_MULTIPLE_STREAMS, REMB, SOURCE_NAMES, RTX, JINGLE, DTLS, JINGLE_RTP, AUDIO, VIDEO, SCTP, JINGLE_ICE, RAYO]
2023-05-25 11:58:06 Jicofo 2023-05-25 09:58:06.010 INFO: [43] [room=room1@muc.meet.jitsi meeting_id=748cd1fe-dfca-45aa-aeb8-b15bc8f3bdb5] ColibriV2SessionManager.allocate#277: Allocating for bd213d08
2023-05-25 11:58:06 Jicofo 2023-05-25 09:58:06.075 INFO: [43] BridgeSelectionStrategy.select#127: Existing bridge does not have a relay, will not consider other bridges.
2023-05-25 11:58:06 Jicofo 2023-05-25 09:58:06.076 INFO: [43] [room=room1@muc.meet.jitsi meeting_id=748cd1fe-dfca-45aa-aeb8-b15bc8f3bdb5] ColibriV2SessionManager.allocate#323: Selected b1868138e161, session exists: true
2023-05-25 11:58:10 Jicofo 2023-05-25 09:58:10.849 INFO: [26] [room=room1@muc.meet.jitsi meeting_id=748cd1fe-dfca-45aa-aeb8-b15bc8f3bdb5 participant=65d0c2d5] ParticipantInviteRunnable.doInviteOrReinvite#384: Sending session-initiate to: room1@muc.meet.jitsi/65d0c2d5 sources={jvb=[audio=[3729218140], video=[549114361], groups=[]]}
2023-05-25 11:58:10 Jicofo 2023-05-25 09:58:10.865 INFO: [43] [room=room1@muc.meet.jitsi meeting_id=748cd1fe-dfca-45aa-aeb8-b15bc8f3bdb5 participant=bd213d08] ParticipantInviteRunnable.doInviteOrReinvite#384: Sending session-initiate to: room1@muc.meet.jitsi/bd213d08 sources={jvb=[audio=[3729218140], video=[549114361], groups=[]]}
2023-05-25 11:58:11 Jicofo 2023-05-25 09:58:11.357 INFO: [37] [room=room1@muc.meet.jitsi meeting_id=748cd1fe-dfca-45aa-aeb8-b15bc8f3bdb5 participant=bd213d08] Participant$JingleRequestHandlerImpl.onSessionOrTransportAccept#445: Received session-accept
2023-05-25 11:58:11 Jicofo 2023-05-25 09:58:11.421 INFO: [37] [room=room1@muc.meet.jitsi meeting_id=748cd1fe-dfca-45aa-aeb8-b15bc8f3bdb5] ColibriV2SessionManager.updateParticipant#523: Updating bd213d08 with transport=org.jitsi.xmpp.extensions.jingle.IceUdpTransportPacketExtension@51679600, sources=[audio=[2005891536], video=[], groups=[]]
2023-05-25 11:58:11 Jicofo 2023-05-25 09:58:11.453 INFO: [37] [room=room1@muc.meet.jitsi meeting_id=748cd1fe-dfca-45aa-aeb8-b15bc8f3bdb5] JitsiMeetConferenceImpl.acceptSession#1155: Accepted initial sources from bd213d08: [audio=[2005891536], video=[], groups=[]]
2023-05-25 11:58:11 Jicofo 2023-05-25 09:58:11.705 INFO: [37] [room=room1@muc.meet.jitsi meeting_id=748cd1fe-dfca-45aa-aeb8-b15bc8f3bdb5 participant=65d0c2d5] Participant$JingleRequestHandlerImpl.onSessionOrTransportAccept#445: Received session-accept
2023-05-25 11:58:11 Jicofo 2023-05-25 09:58:11.710 INFO: [37] [room=room1@muc.meet.jitsi meeting_id=748cd1fe-dfca-45aa-aeb8-b15bc8f3bdb5] ColibriV2SessionManager.updateParticipant#523: Updating 65d0c2d5 with transport=org.jitsi.xmpp.extensions.jingle.IceUdpTransportPacketExtension@69daaf6f, sources=[audio=[3401313670], video=[4149202649, 2001955917, 3432035837, 97891553, 2046869351, 1252297835], groups=[FID[4149202649, 2001955917], SIM[4149202649, 3432035837, 97891553], FID[3432035837, 2046869351], FID[97891553, 1252297835]]]
2023-05-25 11:58:11 Jicofo 2023-05-25 09:58:11.724 INFO: [37] [room=room1@muc.meet.jitsi meeting_id=748cd1fe-dfca-45aa-aeb8-b15bc8f3bdb5] JitsiMeetConferenceImpl.acceptSession#1155: Accepted initial sources from 65d0c2d5: [audio=[3401313670], video=[4149202649, 2001955917, 3432035837, 97891553, 2046869351, 1252297835], groups=[FID[4149202649, 2001955917], SIM[4149202649, 3432035837, 97891553], FID[3432035837, 2046869351], FID[97891553, 1252297835]]]
2023-05-25 11:58:11 Jicofo 2023-05-25 09:58:11.751 INFO: [37] [room=room1@muc.meet.jitsi meeting_id=748cd1fe-dfca-45aa-aeb8-b15bc8f3bdb5 participant=65d0c2d5] Participant.sendQueuedRemoteSources#328: Sending a queued source-add, sources={bd213d08=[audio=[2005891536], video=[], groups=[]]}
2023-05-25 11:58:11 Jicofo 2023-05-25 09:58:11.772 INFO: [41] [room=room1@muc.meet.jitsi meeting_id=748cd1fe-dfca-45aa-aeb8-b15bc8f3bdb5 participant=bd213d08] Participant.sendQueuedRemoteSources#328: Sending a queued source-add, sources={65d0c2d5=[audio=[3401313670], video=[4149202649, 2001955917], groups=[FID[4149202649, 2001955917]]]}
2023-05-25 11:58:13 Jicofo 2023-05-25 09:58:13.662 INFO: [38] [room=room1@muc.meet.jitsi meeting_id=748cd1fe-dfca-45aa-aeb8-b15bc8f3bdb5] JitsiMeetConferenceImpl$ChatRoomListenerImpl.roomDestroyed#1956: Room destroyed with reason=The meeting has been terminated
2023-05-25 11:58:13 Jicofo 2023-05-25 09:58:13.663 INFO: [38] [room=room1@muc.meet.jitsi meeting_id=748cd1fe-dfca-45aa-aeb8-b15bc8f3bdb5] ColibriV2SessionManager.expire#108: Expiring.
2023-05-25 11:58:13 Jicofo 2023-05-25 09:58:13.672 INFO: [38] [room=room1@muc.meet.jitsi meeting_id=748cd1fe-dfca-45aa-aeb8-b15bc8f3bdb5] JitsiMeetConferenceImpl.stop#423: Stopped.
2023-05-25 11:58:13 Jicofo 2023-05-25 09:58:13.677 INFO: [38] AbstractAuthAuthority.conferenceEnded#302: Removing session for ended conference, S: AuthSession[ID=65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi, JID=65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb, SID=a0f5edf8-f0bd-4396-9a9b-7c7d0b69b5d7, MUID=f83bc2a93d1d9254f51be06049f49b03, LIFE_TM_SEC=57, R=room1@muc.meet.jitsi]@51006326
2023-05-25 11:58:13 Jicofo 2023-05-25 09:58:13.703 INFO: [38] AbstractAuthAuthority.conferenceEnded#302: Removing session for ended conference, S: AuthSession[ID=bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi, JID=bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN, SID=a8a2554f-df73-494f-ae79-46809b3855a8, MUID=76137a9c80428f79b8d6e12df816e515, LIFE_TM_SEC=8, R=room1@muc.meet.jitsi]@380972098

Can you check the generated Jicofo config to see if enable auto owner was set?

Prosody logs:

...
2023-05-25 11:57:09 c2s5575bb2947e0                                              debug  Client sent opening <stream:stream> to meet.jitsi
2023-05-25 11:57:09 c2s5575bb2947e0                                              debug  Sending[c2s_unbound]: <open version='1.0' xmlns='urn:ietf:params:xml:ns:xmpp-framing' id='f9f1b467-63d9-47ab-93f6-4ca7488fb3c3' xml:lang='en' from='meet.jitsi'>
2023-05-25 11:57:09 c2s5575bb2947e0                                              debug  Sent reply <stream:stream> to client
2023-05-25 11:57:09 c2s5575bb2947e0                                              debug  Sending[c2s_unbound]: <stream:features>
2023-05-25 11:57:09 mod_websocket                                                debug  Websocket received frame: opcode=1, 108 bytes
2023-05-25 11:57:09 c2s5575bb2947e0                                              debug  Received[c2s_unbound]: <iq xml:lang='en' type='set' id='_bind_auth_2'>
2023-05-25 11:57:09 rostermanager                                                debug  load_roster: asked for: 65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi
2023-05-25 11:57:09 rostermanager                                                debug  load_roster: loading for new user: 65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi
2023-05-25 11:57:09 c2s5575bb2947e0                                              debug  Sending[c2s]: <iq type='result' id='_bind_auth_2'>
2023-05-25 11:57:09 c2s5575bb2947e0                                              debug  Resource bound: 65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb
2023-05-25 11:57:09 mod_websocket                                                debug  Websocket received frame: opcode=1, 117 bytes
2023-05-25 11:57:09 c2s5575bb2947e0                                              debug  Received[c2s]: <iq xml:lang='en' type='set' id='_session_auth_2'>
2023-05-25 11:57:09 c2s5575bb2947e0                                              debug  Sending[c2s]: <iq to='65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb' id='_session_auth_2' type='result'>
2023-05-25 11:57:09 mod_websocket                                                debug  Websocket received frame: opcode=1, 45 bytes
2023-05-25 11:57:09 c2s5575bb2947e0                                              debug  Received[c2s]: <enable xmlns='urn:xmpp:sm:3' resume='true' xml:lang='en'>
2023-05-25 11:57:09 meet.jitsi:smacks                                            debug  Enabling stream management
2023-05-25 11:57:09 c2s5575bb2947e0                                              debug  Sending[c2s]: <enabled xmlns='urn:xmpp:sm:3' id='e5216f28-be9b-49a1-822d-4d47172fa542' resume='true' max='60'>
2023-05-25 11:57:10 mod_websocket                                                debug  Websocket received frame: opcode=1, 146 bytes
2023-05-25 11:57:10 c2s5575bb2947e0                                              debug  Handled 1 incoming stanzas
2023-05-25 11:57:10 c2s5575bb2947e0                                              debug  Received[c2s]: <iq to='meet.jitsi' id='0fc2629b-d254-4db5-952e-b6fd26e83f39:sendIQ' type='get' xml:lang='en'>
2023-05-25 11:57:10 stanzarouter                                                 debug  Unhandled c2s stanza: iq; xmlns=urn:xmpp:extdisco:2
2023-05-25 11:57:10 c2s5575bb2947e0                                              debug  Sending[c2s]: <iq to='65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb' from='meet.jitsi' id='0fc2629b-d254-4db5-952e-b6fd26e83f39:sendIQ' type='error'>
2023-05-25 11:57:10 mod_websocket                                                debug  Websocket received frame: opcode=1, 229 bytes
2023-05-25 11:57:10 mod_websocket                                                debug  Websocket received frame: opcode=1, 146 bytes
2023-05-25 11:57:10 c2s5575bb2947e0                                              debug  Handled 2 incoming stanzas
2023-05-25 11:57:10 c2s5575bb2947e0                                              debug  Received[c2s]: <iq to='meet.jitsi' xml:lang='en' from='65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb' type='get' id='cc71924c-3cc9-4f90-990a-3f890e1c84be:sendIQ'>
2023-05-25 11:57:10 c2s5575bb2947e0                                              debug  Sending[c2s]: <iq to='65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb' from='meet.jitsi' id='cc71924c-3cc9-4f90-990a-3f890e1c84be:sendIQ' type='result'>
2023-05-25 11:57:10 c2s5575bb2947e0                                              debug  Handled 3 incoming stanzas
2023-05-25 11:57:10 c2s5575bb2947e0                                              debug  Received[c2s]: <iq to='meet.jitsi' id='6a23936c-b736-40be-9892-e3e763ab7155:sendIQ' type='get' xml:lang='en'>
2023-05-25 11:57:10 stanzarouter                                                 debug  Unhandled c2s stanza: iq; xmlns=urn:xmpp:extdisco:1
2023-05-25 11:57:10 c2s5575bb2947e0                                              debug  Sending[c2s]: <iq to='65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb' from='meet.jitsi' id='6a23936c-b736-40be-9892-e3e763ab7155:sendIQ' type='error'>
2023-05-25 11:57:10 mod_websocket                                                debug  Websocket received frame: opcode=1, 253 bytes
2023-05-25 11:57:10 c2s5575bb2947e0                                              debug  Handled 4 incoming stanzas
2023-05-25 11:57:10 c2s5575bb2947e0                                              debug  Received[c2s]: <iq to='lobby.meet.jitsi' xml:lang='en' from='65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb' type='get' id='757670fd-3096-4579-99e5-1f1eb0b58c7a:sendIQ'>
2023-05-25 11:57:10 c2s5575bb2947e0                                              debug  Sending[c2s]: <iq to='65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb' from='lobby.meet.jitsi' id='757670fd-3096-4579-99e5-1f1eb0b58c7a:sendIQ' type='result'>
2023-05-25 11:57:10 c2s5575bb2f6520                                              debug  Received[c2s]: <presence to='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:57:10 internal-muc.meet.jitsi:muc                                  debug  presence update for jvbbrewery@internal-muc.meet.jitsi/b1868138e161 from session jvb@auth.meet.jitsi/Zl6GprjnKbuo
2023-05-25 11:57:10 c2s5575baae0130                                              debug  Sending[c2s]: <presence to='focus@auth.meet.jitsi/focus' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:57:10 c2s5575bb2f6520                                              debug  Sending[c2s]: <presence to='jvb@auth.meet.jitsi/Zl6GprjnKbuo' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:57:10 c2s5575baae0130                                              debug  Received[c2s]: <iq to='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' id='IQEPJ-11' type='get' xml:lang='en-US'>
2023-05-25 11:57:10 internal-muc.meet.jitsi:muc                                  debug  focus@auth.meet.jitsi/focus sent private iq stanza to jvbbrewery@internal-muc.meet.jitsi/b1868138e161 (jvb@auth.meet.jitsi/Zl6GprjnKbuo)
2023-05-25 11:57:10 c2s5575bb2f6520                                              debug  Sending[c2s]: <iq to='jvb@auth.meet.jitsi/Zl6GprjnKbuo' xml:lang='en-US' id='anZiQGF1dGgubWVldC5qaXRzaS9abDZHcHJqbktidW8ASVFFUEotMTEA0u2wmfd/C24=' type='get' from='jvbbrewery@internal-muc.meet.jitsi/focus'>
2023-05-25 11:57:10 c2s5575bb2f6520                                              debug  Received[c2s]: <iq to='jvbbrewery@internal-muc.meet.jitsi/focus' id='anZiQGF1dGgubWVldC5qaXRzaS9abDZHcHJqbktidW8ASVFFUEotMTEA0u2wmfd/C24=' type='result' xml:lang='en-US'>
2023-05-25 11:57:10 internal-muc.meet.jitsi:muc                                  debug  jvb@auth.meet.jitsi/Zl6GprjnKbuo sent private iq stanza to jvbbrewery@internal-muc.meet.jitsi/focus (focus@auth.meet.jitsi/focus)
2023-05-25 11:57:10 c2s5575baae0130                                              debug  Sending[c2s]: <iq to='focus@auth.meet.jitsi/focus' xml:lang='en-US' id='IQEPJ-11' type='result' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161'>
2023-05-25 11:57:15 c2s5575bb2f6520                                              debug  Received[c2s]: <presence to='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:57:15 internal-muc.meet.jitsi:muc                                  debug  presence update for jvbbrewery@internal-muc.meet.jitsi/b1868138e161 from session jvb@auth.meet.jitsi/Zl6GprjnKbuo
2023-05-25 11:57:15 c2s5575baae0130                                              debug  Sending[c2s]: <presence to='focus@auth.meet.jitsi/focus' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:57:15 c2s5575bb2f6520                                              debug  Sending[c2s]: <presence to='jvb@auth.meet.jitsi/Zl6GprjnKbuo' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:57:16 mod_websocket                                                debug  Websocket received frame: opcode=1, 391 bytes
2023-05-25 11:57:16 c2s5575bb2947e0                                              debug  Handled 5 incoming stanzas
2023-05-25 11:57:16 c2s5575bb2947e0                                              debug  Received[c2s]: <iq to='focus.meet.jitsi' id='cbd0c983-3091-4500-a845-83fa51feda44:sendIQ' type='set' xml:lang='en'>
2023-05-25 11:57:16 focus.meet.jitsi:client_proxy                                debug  received stanza from c2s session
2023-05-25 11:57:16 focus.meet.jitsi:client_proxy                                debug  stanza to target: name = iq, type = set
2023-05-25 11:57:16 focus.meet.jitsi:client_proxy                                debug  NAT-ed stanza: from: 65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb -> focus.meet.jitsi/65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb, to: focus.meet.jitsi -> focus@auth.meet.jitsi/focus
2023-05-25 11:57:16 c2s5575baae0130                                              debug  Sending[c2s]: <iq to='focus@auth.meet.jitsi/focus' xml:lang='en' id='cbd0c983-3091-4500-a845-83fa51feda44:sendIQ' type='set' from='focus.meet.jitsi/65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb'>
2023-05-25 11:57:16 mod_websocket                                                debug  Websocket received frame: opcode=1, 26 bytes
2023-05-25 11:57:16 c2s5575bb2947e0                                              debug  Received[c2s]: <r xmlns='urn:xmpp:sm:3' xml:lang='en'>
2023-05-25 11:57:16 meet.jitsi:smacks                                            debug  Received ack request, acking for 5
2023-05-25 11:57:16 c2s5575bb2947e0                                              debug  Sending[c2s]: <a xmlns='urn:xmpp:sm:3' h='5'>
2023-05-25 11:57:16 c2s5575bb2947e0                                              debug  Queuing <r> (in a moment) from piggybacked by handle_r - #queue=4
2023-05-25 11:57:16 c2s5575bb2947e0                                              debug  Sending <r> (inside timer, before send) from piggybacked by handle_r - #queue=4
2023-05-25 11:57:16 c2s5575bb2947e0                                              debug  Sending[c2s]: <r xmlns='urn:xmpp:sm:3'>
2023-05-25 11:57:16 c2s5575bb2947e0                                              debug  Sending <r> (inside timer, after send) from piggybacked by handle_r - #queue=4
2023-05-25 11:57:16 c2s5575baae0130                                              debug  Received[c2s]: <iq to='muc.meet.jitsi' id='JJ9UW-6' type='get' xml:lang='en-US'>
2023-05-25 11:57:16 c2s5575baae0130                                              debug  Sending[c2s]: <iq to='focus@auth.meet.jitsi/focus' from='muc.meet.jitsi' id='JJ9UW-6' type='result'>
2023-05-25 11:57:16 c2s5575baae0130                                              debug  Received[c2s]: <presence to='room1@muc.meet.jitsi/focus' id='JJ9UW-5' xml:lang='en-US'>
2023-05-25 11:57:16 muc.meet.jitsi:token_verification                            debug  pre create: table: 0x5575baae0130 <presence to='room1@muc.meet.jitsi/focus' id='JJ9UW-5' from='focus@auth.meet.jitsi/focus' xml:lang='en-US'><priority>0</priority><x xmlns='http://jabber.org/protocol/muc'/><c xmlns='http://jabber.org/protocol/caps' node='http://jitsi.org/jicofo' hash='sha-1' ver='Lg0vhCNhxjoeKJi2/hukdsizNWA='/></presence>
2023-05-25 11:57:16 muc.meet.jitsi:token_verification                            debug  Session token: nil, session room: nil
2023-05-25 11:57:16 muc.meet.jitsi:token_verification                            debug  Token not required from admin user: focus@auth.meet.jitsi/focus
2023-05-25 11:57:16 muc.meet.jitsi:token_verification                            debug  pre join: MUC room (room1@muc.meet.jitsi) <presence to='room1@muc.meet.jitsi/focus' id='JJ9UW-5' from='focus@auth.meet.jitsi/focus' xml:lang='en-US'><priority>0</priority><x xmlns='http://jabber.org/protocol/muc'/><c xmlns='http://jabber.org/protocol/caps' node='http://jitsi.org/jicofo' hash='sha-1' ver='Lg0vhCNhxjoeKJi2/hukdsizNWA='/></presence>
2023-05-25 11:57:16 muc.meet.jitsi:token_verification                            debug  Session token: nil, session room: nil
2023-05-25 11:57:16 muc.meet.jitsi:token_verification                            debug  Token not required from admin user: focus@auth.meet.jitsi/focus
2023-05-25 11:57:16 muc.meet.jitsi:muc                                           debug  Refreshing reserved nicks...
2023-05-25 11:57:16 muc.meet.jitsi:muc                                           debug  Refreshed for focus@auth.meet.jitsi: (nil)
2023-05-25 11:57:16 c2s5575baae0130                                              debug  Sending[c2s]: <presence to='focus@auth.meet.jitsi/focus' id='JJ9UW-5' xml:lang='en-US' from='room1@muc.meet.jitsi/focus'>
2023-05-25 11:57:16 c2s5575baae0130                                              debug  Sending[c2s]: <message to='focus@auth.meet.jitsi/focus' type='groupchat' from='room1@muc.meet.jitsi'>
2023-05-25 11:57:16 muc.meet.jitsi:polls                                         debug  setting up polls in room room1@muc.meet.jitsi
2023-05-25 11:57:16 muc.meet.jitsi:muc_meeting_id                                debug  Created meetingId:748cd1fe-dfca-45aa-aeb8-b15bc8f3bdb5 for room1@muc.meet.jitsi
2023-05-25 11:57:16 c2s5575baae0130                                              debug  Received[c2s]: <iq to='room1@muc.meet.jitsi' id='IQEPJ-15' type='get' xml:lang='en-US'>
2023-05-25 11:57:16 c2s5575baae0130                                              debug  Sending[c2s]: <iq to='focus@auth.meet.jitsi/focus' from='room1@muc.meet.jitsi' id='IQEPJ-15' type='result'>
2023-05-25 11:57:16 c2s5575baae0130                                              debug  Received[c2s]: <iq to='room1@muc.meet.jitsi' id='IQEPJ-17' type='set' xml:lang='en-US'>
2023-05-25 11:57:16 c2s5575baae0130                                              debug  Sending[c2s]: <iq to='focus@auth.meet.jitsi/focus' from='room1@muc.meet.jitsi' id='IQEPJ-17' type='result'>
2023-05-25 11:57:16 c2s5575baae0130                                              debug  Received[c2s]: <presence to='room1@muc.meet.jitsi/focus' id='JJ9UW-5' xml:lang='en-US'>
2023-05-25 11:57:16 muc.meet.jitsi:muc                                           debug  presence update for room1@muc.meet.jitsi/focus from session focus@auth.meet.jitsi/focus
2023-05-25 11:57:16 c2s5575baae0130                                              debug  Sending[c2s]: <presence to='focus@auth.meet.jitsi/focus' id='JJ9UW-5' xml:lang='en-US' from='room1@muc.meet.jitsi/focus'>
2023-05-25 11:57:16 c2s5575baae0130                                              debug  Received[c2s]: <iq to='focus.meet.jitsi/65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb' id='cbd0c983-3091-4500-a845-83fa51feda44:sendIQ' type='result' xml:lang='en-US'>
2023-05-25 11:57:16 focus.meet.jitsi:client_proxy                                debug  received stanza from c2s session
2023-05-25 11:57:16 focus.meet.jitsi:client_proxy                                debug  non-presence stanza from target: name = iq, type = result
2023-05-25 11:57:16 focus.meet.jitsi:client_proxy                                debug  de-NAT-ed stanza: from: focus@auth.meet.jitsi/focus -> focus.meet.jitsi, to: focus.meet.jitsi/65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb -> 65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb
2023-05-25 11:57:16 c2s5575bb2947e0                                              debug  Sending[c2s]: <iq to='65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb' xml:lang='en-US' id='cbd0c983-3091-4500-a845-83fa51feda44:sendIQ' type='result' from='focus.meet.jitsi'>
2023-05-25 11:57:17 mod_websocket                                                debug  Websocket received frame: opcode=1, 32 bytes
2023-05-25 11:57:17 c2s5575bb2947e0                                              debug  Received[c2s]: <a xmlns='urn:xmpp:sm:3' h='4' xml:lang='en'>
2023-05-25 11:57:17 c2s5575bb2947e0                                              debug  #queue = 1
2023-05-25 11:57:17 mod_websocket                                                debug  Websocket received frame: opcode=1, 779 bytes
2023-05-25 11:57:17 c2s5575bb2947e0                                              debug  Handled 6 incoming stanzas
2023-05-25 11:57:17 c2s5575bb2947e0                                              debug  Received[c2s]: <presence to='room1@muc.meet.jitsi/65d0c2d5' xml:lang='en'>
2023-05-25 11:57:17 muc.meet.jitsi:muc                                           debug  no occupant found for room1@muc.meet.jitsi/65d0c2d5; creating new occupant object for 65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb
2023-05-25 11:57:17 muc.meet.jitsi:token_verification                            debug  pre join: MUC room (room1@muc.meet.jitsi) <presence to='room1@muc.meet.jitsi/65d0c2d5' from='65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb' xml:lang='en'><x xmlns='http://jabber.org/protocol/muc'/><stats-id>Destini-OgV</stats-id><c xmlns='http://jabber.org/protocol/caps' node='https://jitsi.org/jitsi-meet' hash='sha-1' ver='p1SSmeQ82gSAjXEw+FlBmWtBv2k='/><features><feature var='https://jitsi.org/meet/e2ee'/></features><SourceInfo>{}</SourceInfo><jitsi_participant_codecType>vp8</jitsi_participant_codecType><email>myname@mydomain.com</email><nick xmlns='http://jabber.org/protocol/nick'>mymoderator</nick><jitsi_participant_e2ee.idKey.curve25519>vqYlyYopMeoN5hoEoBZUxalELgc8NygIsUC65OU8/lQ</jitsi_participant_e2ee.idKey.curve25519><jitsi_participant_e2ee.idKey.ed25519>zUW08I+LZaPPNpoFecNCf8g4CW/0RoHrUbs/mZTTsys</jitsi_participant_e2ee.idKey.ed25519></presence>
2023-05-25 11:57:17 muc.meet.jitsi:token_verification                            debug  Session token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJteV9qaXRzaV9hcHBfaWQiLCJpc3MiOiJteV9qaXRzaV9hcHBfaWQiLCJzdWIiOiJtZWV0LmppdHNpIiwiaWF0IjoxNjAxMzY2MDAwLCJleHAiOjE5MDU5MzAxMTUsInJvb20iOiIqIiwiY29udGV4dCI6eyJ1c2VyIjp7Im5hbWUiOiJteW1vZGVyYXRvciIsImVtYWlsIjoibXluYW1lQG15ZG9tYWluLmNvbSIsImFmZmlsaWF0aW9uIjoib3duZXIifX19.RCt1Xclxw-8U9wVeDFh0hXbYsPVSUUlEkaznLnjIQiQ, session room: *
2023-05-25 11:57:17 muc.meet.jitsi:token_verification                            debug  Will verify token for user: 65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb, room: room1@muc.meet.jitsi/65d0c2d5 
2023-05-25 11:57:17 muc.meet.jitsi:token_verification                            debug  allowed: 65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb to enter/create room: room1@muc.meet.jitsi/65d0c2d5
2023-05-25 11:57:17 c2s5575bb2947e0                                              debug  Sending[c2s]: <presence to='65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb' id='JJ9UW-5' xml:lang='en-US' from='room1@muc.meet.jitsi/focus'>
2023-05-25 11:57:17 c2s5575baae0130                                              debug  Sending[c2s]: <presence to='focus@auth.meet.jitsi/focus' from='room1@muc.meet.jitsi/65d0c2d5' xml:lang='en'>
2023-05-25 11:57:17 c2s5575bb2947e0                                              debug  Sending[c2s]: <presence to='65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb' from='room1@muc.meet.jitsi/65d0c2d5' xml:lang='en'>
2023-05-25 11:57:17 c2s5575bb2947e0                                              debug  Sending[c2s]: <message to='65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb' from='conferenceduration.meet.jitsi'>
2023-05-25 11:57:17 c2s5575bb2947e0                                              debug  Sending[c2s]: <message to='65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb' type='groupchat' from='room1@muc.meet.jitsi'>
2023-05-25 11:57:17 c2s5575baae0130                                              debug  Received[c2s]: <iq to='room1@muc.meet.jitsi' id='IQEPJ-19' type='set' xml:lang='en-US'>
2023-05-25 11:57:17 c2s5575baae0130                                              debug  Sending[c2s]: <presence to='focus@auth.meet.jitsi/focus' from='room1@muc.meet.jitsi/65d0c2d5' xml:lang='en'>
2023-05-25 11:57:17 c2s5575bb2947e0                                              debug  Sending[c2s]: <presence to='65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb' from='room1@muc.meet.jitsi/65d0c2d5' xml:lang='en'>
2023-05-25 11:57:17 c2s5575bb2947e0                                              debug  Queuing <r> (in a moment) from outgoing_stanza_filter - #queue=6
2023-05-25 11:57:17 c2s5575baae0130                                              debug  Sending[c2s]: <iq to='focus@auth.meet.jitsi/focus' from='room1@muc.meet.jitsi' id='IQEPJ-19' type='result'>
2023-05-25 11:57:17 c2s5575bb2947e0                                              debug  Sending <r> (inside timer, before send) from outgoing_stanza_filter - #queue=6
2023-05-25 11:57:17 c2s5575bb2947e0                                              debug  Sending[c2s]: <r xmlns='urn:xmpp:sm:3'>
2023-05-25 11:57:17 c2s5575bb2947e0                                              debug  Sending <r> (inside timer, after send) from outgoing_stanza_filter - #queue=6
2023-05-25 11:57:18 mod_websocket                                                debug  Websocket received frame: opcode=1, 171 bytes
2023-05-25 11:57:18 c2s5575bb2947e0                                              debug  Handled 7 incoming stanzas
2023-05-25 11:57:18 c2s5575bb2947e0                                              debug  Received[c2s]: <iq to='room1@muc.meet.jitsi' id='110473ee-184a-4989-92e9-a8728e5e55a7:sendIQ' type='get' xml:lang='en'>
2023-05-25 11:57:18 c2s5575bb2947e0                                              debug  Sending[c2s]: <iq to='65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb' from='room1@muc.meet.jitsi' id='110473ee-184a-4989-92e9-a8728e5e55a7:sendIQ' type='result'>
2023-05-25 11:57:18 mod_websocket                                                debug  Websocket received frame: opcode=1, 33 bytes
2023-05-25 11:57:18 c2s5575bb2947e0                                              debug  Received[c2s]: <a xmlns='urn:xmpp:sm:3' h='10' xml:lang='en'>
2023-05-25 11:57:18 c2s5575bb2947e0                                              debug  #queue = 1
2023-05-25 11:57:20 c2s5575bb2f6520                                              debug  Received[c2s]: <presence to='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:57:20 internal-muc.meet.jitsi:muc                                  debug  presence update for jvbbrewery@internal-muc.meet.jitsi/b1868138e161 from session jvb@auth.meet.jitsi/Zl6GprjnKbuo
2023-05-25 11:57:20 c2s5575baae0130                                              debug  Sending[c2s]: <presence to='focus@auth.meet.jitsi/focus' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:57:20 c2s5575bb2f6520                                              debug  Sending[c2s]: <presence to='jvb@auth.meet.jitsi/Zl6GprjnKbuo' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:57:20 mod_websocket                                                debug  Websocket received frame: opcode=1, 136 bytes
2023-05-25 11:57:20 c2s5575bb2947e0                                              debug  Handled 8 incoming stanzas
2023-05-25 11:57:20 c2s5575bb2947e0                                              debug  Received[c2s]: <iq to='meet.jitsi' id='d1a53bfb-ce2e-422e-a1eb-ac062edd6cf8:sendIQ' type='get' xml:lang='en'>
2023-05-25 11:57:20 c2s5575bb2947e0                                              debug  Sending[c2s]: <iq to='65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb' from='meet.jitsi' id='d1a53bfb-ce2e-422e-a1eb-ac062edd6cf8:sendIQ' type='result'>
2023-05-25 11:57:20 c2s5575baae0130                                              debug  Received[c2s]: <iq to='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' id='IQEPJ-21' type='get' xml:lang='en-US'>
2023-05-25 11:57:20 internal-muc.meet.jitsi:muc                                  debug  focus@auth.meet.jitsi/focus sent private iq stanza to jvbbrewery@internal-muc.meet.jitsi/b1868138e161 (jvb@auth.meet.jitsi/Zl6GprjnKbuo)
2023-05-25 11:57:20 c2s5575bb2f6520                                              debug  Sending[c2s]: <iq to='jvb@auth.meet.jitsi/Zl6GprjnKbuo' xml:lang='en-US' id='anZiQGF1dGgubWVldC5qaXRzaS9abDZHcHJqbktidW8ASVFFUEotMjEA0u2wmfd/C24=' type='get' from='jvbbrewery@internal-muc.meet.jitsi/focus'>
2023-05-25 11:57:20 c2s5575bb2f6520                                              debug  Received[c2s]: <iq to='jvbbrewery@internal-muc.meet.jitsi/focus' id='anZiQGF1dGgubWVldC5qaXRzaS9abDZHcHJqbktidW8ASVFFUEotMjEA0u2wmfd/C24=' type='result' xml:lang='en-US'>
2023-05-25 11:57:20 internal-muc.meet.jitsi:muc                                  debug  jvb@auth.meet.jitsi/Zl6GprjnKbuo sent private iq stanza to jvbbrewery@internal-muc.meet.jitsi/focus (focus@auth.meet.jitsi/focus)
2023-05-25 11:57:20 c2s5575baae0130                                              debug  Sending[c2s]: <iq to='focus@auth.meet.jitsi/focus' xml:lang='en-US' id='IQEPJ-21' type='result' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161'>
2023-05-25 11:57:25 c2s5575bb2f6520                                              debug  Received[c2s]: <presence to='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:57:25 internal-muc.meet.jitsi:muc                                  debug  presence update for jvbbrewery@internal-muc.meet.jitsi/b1868138e161 from session jvb@auth.meet.jitsi/Zl6GprjnKbuo
2023-05-25 11:57:25 c2s5575baae0130                                              debug  Sending[c2s]: <presence to='focus@auth.meet.jitsi/focus' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:57:25 c2s5575bb2f6520                                              debug  Sending[c2s]: <presence to='jvb@auth.meet.jitsi/Zl6GprjnKbuo' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:57:30 c2s5575bb2f6520                                              debug  Received[c2s]: <presence to='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:57:30 internal-muc.meet.jitsi:muc                                  debug  presence update for jvbbrewery@internal-muc.meet.jitsi/b1868138e161 from session jvb@auth.meet.jitsi/Zl6GprjnKbuo
2023-05-25 11:57:30 c2s5575baae0130                                              debug  Sending[c2s]: <presence to='focus@auth.meet.jitsi/focus' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:57:30 c2s5575bb2f6520                                              debug  Sending[c2s]: <presence to='jvb@auth.meet.jitsi/Zl6GprjnKbuo' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:57:30 mod_websocket                                                debug  Websocket received frame: opcode=1, 136 bytes
2023-05-25 11:57:30 c2s5575bb2947e0                                              debug  Handled 9 incoming stanzas
2023-05-25 11:57:30 c2s5575bb2947e0                                              debug  Received[c2s]: <iq to='meet.jitsi' id='244b4272-eac0-40d3-a808-47ba3f47eb52:sendIQ' type='get' xml:lang='en'>
2023-05-25 11:57:30 c2s5575bb2947e0                                              debug  Sending[c2s]: <iq to='65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb' from='meet.jitsi' id='244b4272-eac0-40d3-a808-47ba3f47eb52:sendIQ' type='result'>
2023-05-25 11:57:30 c2s5575baae0130                                              debug  Received[c2s]: <iq to='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' id='IQEPJ-23' type='get' xml:lang='en-US'>
2023-05-25 11:57:30 internal-muc.meet.jitsi:muc                                  debug  focus@auth.meet.jitsi/focus sent private iq stanza to jvbbrewery@internal-muc.meet.jitsi/b1868138e161 (jvb@auth.meet.jitsi/Zl6GprjnKbuo)
2023-05-25 11:57:30 c2s5575bb2f6520                                              debug  Sending[c2s]: <iq to='jvb@auth.meet.jitsi/Zl6GprjnKbuo' xml:lang='en-US' id='anZiQGF1dGgubWVldC5qaXRzaS9abDZHcHJqbktidW8ASVFFUEotMjMA0u2wmfd/C24=' type='get' from='jvbbrewery@internal-muc.meet.jitsi/focus'>
2023-05-25 11:57:30 c2s5575bb2f6520                                              debug  Received[c2s]: <iq to='jvbbrewery@internal-muc.meet.jitsi/focus' id='anZiQGF1dGgubWVldC5qaXRzaS9abDZHcHJqbktidW8ASVFFUEotMjMA0u2wmfd/C24=' type='result' xml:lang='en-US'>
2023-05-25 11:57:30 internal-muc.meet.jitsi:muc                                  debug  jvb@auth.meet.jitsi/Zl6GprjnKbuo sent private iq stanza to jvbbrewery@internal-muc.meet.jitsi/focus (focus@auth.meet.jitsi/focus)
2023-05-25 11:57:30 c2s5575baae0130                                              debug  Sending[c2s]: <iq to='focus@auth.meet.jitsi/focus' xml:lang='en-US' id='IQEPJ-23' type='result' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161'>
2023-05-25 11:57:35 c2s5575bb2f6520                                              debug  Received[c2s]: <presence to='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:57:35 internal-muc.meet.jitsi:muc                                  debug  presence update for jvbbrewery@internal-muc.meet.jitsi/b1868138e161 from session jvb@auth.meet.jitsi/Zl6GprjnKbuo
2023-05-25 11:57:35 c2s5575baae0130                                              debug  Sending[c2s]: <presence to='focus@auth.meet.jitsi/focus' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:57:35 c2s5575bb2f6520                                              debug  Sending[c2s]: <presence to='jvb@auth.meet.jitsi/Zl6GprjnKbuo' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:57:39 mod_websocket                                                debug  Websocket received frame: opcode=1, 136 bytes
2023-05-25 11:57:39 c2s5575bb2947e0                                              debug  Handled 10 incoming stanzas
2023-05-25 11:57:39 c2s5575bb2947e0                                              debug  Received[c2s]: <iq to='meet.jitsi' id='c2f7bda9-b352-4155-ab04-106c18ecc28e:sendIQ' type='get' xml:lang='en'>
2023-05-25 11:57:39 c2s5575bb2947e0                                              debug  Sending[c2s]: <iq to='65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb' from='meet.jitsi' id='c2f7bda9-b352-4155-ab04-106c18ecc28e:sendIQ' type='result'>
2023-05-25 11:57:39 mod_websocket                                                debug  Websocket received frame: opcode=1, 26 bytes
2023-05-25 11:57:39 c2s5575bb2947e0                                              debug  Received[c2s]: <r xmlns='urn:xmpp:sm:3' xml:lang='en'>
2023-05-25 11:57:39 meet.jitsi:smacks                                            debug  Received ack request, acking for 10
2023-05-25 11:57:39 c2s5575bb2947e0                                              debug  Sending[c2s]: <a xmlns='urn:xmpp:sm:3' h='10'>
2023-05-25 11:57:39 c2s5575bb2947e0                                              debug  Queuing <r> (in a moment) from piggybacked by handle_r - #queue=4
2023-05-25 11:57:39 c2s5575bb2947e0                                              debug  Sending <r> (inside timer, before send) from piggybacked by handle_r - #queue=4
2023-05-25 11:57:39 c2s5575bb2947e0                                              debug  Sending[c2s]: <r xmlns='urn:xmpp:sm:3'>
2023-05-25 11:57:39 c2s5575bb2947e0                                              debug  Sending <r> (inside timer, after send) from piggybacked by handle_r - #queue=4
2023-05-25 11:57:39 mod_websocket                                                debug  Websocket received frame: opcode=1, 33 bytes
2023-05-25 11:57:39 c2s5575bb2947e0                                              debug  Received[c2s]: <a xmlns='urn:xmpp:sm:3' h='14' xml:lang='en'>
2023-05-25 11:57:39 c2s5575bb2947e0                                              debug  #queue = 0
2023-05-25 11:57:40 c2s5575bb2f6520                                              debug  Received[c2s]: <presence to='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:57:40 internal-muc.meet.jitsi:muc                                  debug  presence update for jvbbrewery@internal-muc.meet.jitsi/b1868138e161 from session jvb@auth.meet.jitsi/Zl6GprjnKbuo
2023-05-25 11:57:40 c2s5575baae0130                                              debug  Sending[c2s]: <presence to='focus@auth.meet.jitsi/focus' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:57:40 c2s5575bb2f6520                                              debug  Sending[c2s]: <presence to='jvb@auth.meet.jitsi/Zl6GprjnKbuo' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:57:40 c2s5575baae0130                                              debug  Received[c2s]: <iq to='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' id='IQEPJ-25' type='get' xml:lang='en-US'>
2023-05-25 11:57:40 internal-muc.meet.jitsi:muc                                  debug  focus@auth.meet.jitsi/focus sent private iq stanza to jvbbrewery@internal-muc.meet.jitsi/b1868138e161 (jvb@auth.meet.jitsi/Zl6GprjnKbuo)
2023-05-25 11:57:40 c2s5575bb2f6520                                              debug  Sending[c2s]: <iq to='jvb@auth.meet.jitsi/Zl6GprjnKbuo' xml:lang='en-US' id='anZiQGF1dGgubWVldC5qaXRzaS9abDZHcHJqbktidW8ASVFFUEotMjUA0u2wmfd/C24=' type='get' from='jvbbrewery@internal-muc.meet.jitsi/focus'>
2023-05-25 11:57:40 c2s5575bb2f6520                                              debug  Received[c2s]: <iq to='jvbbrewery@internal-muc.meet.jitsi/focus' id='anZiQGF1dGgubWVldC5qaXRzaS9abDZHcHJqbktidW8ASVFFUEotMjUA0u2wmfd/C24=' type='result' xml:lang='en-US'>
2023-05-25 11:57:40 internal-muc.meet.jitsi:muc                                  debug  jvb@auth.meet.jitsi/Zl6GprjnKbuo sent private iq stanza to jvbbrewery@internal-muc.meet.jitsi/focus (focus@auth.meet.jitsi/focus)
2023-05-25 11:57:40 c2s5575baae0130                                              debug  Sending[c2s]: <iq to='focus@auth.meet.jitsi/focus' xml:lang='en-US' id='IQEPJ-25' type='result' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161'>
2023-05-25 11:57:45 c2s5575bb2f6520                                              debug  Received[c2s]: <presence to='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:57:45 internal-muc.meet.jitsi:muc                                  debug  presence update for jvbbrewery@internal-muc.meet.jitsi/b1868138e161 from session jvb@auth.meet.jitsi/Zl6GprjnKbuo
2023-05-25 11:57:45 c2s5575baae0130                                              debug  Sending[c2s]: <presence to='focus@auth.meet.jitsi/focus' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:57:45 c2s5575bb2f6520                                              debug  Sending[c2s]: <presence to='jvb@auth.meet.jitsi/Zl6GprjnKbuo' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:57:50 c2s5575bb2f6520                                              debug  Received[c2s]: <presence to='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:57:50 internal-muc.meet.jitsi:muc                                  debug  presence update for jvbbrewery@internal-muc.meet.jitsi/b1868138e161 from session jvb@auth.meet.jitsi/Zl6GprjnKbuo
2023-05-25 11:57:50 c2s5575baae0130                                              debug  Sending[c2s]: <presence to='focus@auth.meet.jitsi/focus' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:57:50 c2s5575bb2f6520                                              debug  Sending[c2s]: <presence to='jvb@auth.meet.jitsi/Zl6GprjnKbuo' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:57:50 c2s5575baae0130                                              debug  Received[c2s]: <iq to='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' id='IQEPJ-27' type='get' xml:lang='en-US'>
2023-05-25 11:57:50 internal-muc.meet.jitsi:muc                                  debug  focus@auth.meet.jitsi/focus sent private iq stanza to jvbbrewery@internal-muc.meet.jitsi/b1868138e161 (jvb@auth.meet.jitsi/Zl6GprjnKbuo)
2023-05-25 11:57:50 c2s5575bb2f6520                                              debug  Sending[c2s]: <iq to='jvb@auth.meet.jitsi/Zl6GprjnKbuo' xml:lang='en-US' id='anZiQGF1dGgubWVldC5qaXRzaS9abDZHcHJqbktidW8ASVFFUEotMjcA0u2wmfd/C24=' type='get' from='jvbbrewery@internal-muc.meet.jitsi/focus'>
2023-05-25 11:57:50 c2s5575bb2f6520                                              debug  Received[c2s]: <iq to='jvbbrewery@internal-muc.meet.jitsi/focus' id='anZiQGF1dGgubWVldC5qaXRzaS9abDZHcHJqbktidW8ASVFFUEotMjcA0u2wmfd/C24=' type='result' xml:lang='en-US'>
2023-05-25 11:57:50 internal-muc.meet.jitsi:muc                                  debug  jvb@auth.meet.jitsi/Zl6GprjnKbuo sent private iq stanza to jvbbrewery@internal-muc.meet.jitsi/focus (focus@auth.meet.jitsi/focus)
2023-05-25 11:57:50 c2s5575baae0130                                              debug  Sending[c2s]: <iq to='focus@auth.meet.jitsi/focus' xml:lang='en-US' id='IQEPJ-27' type='result' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161'>
2023-05-25 11:57:55 c2s5575bb2f6520                                              debug  Received[c2s]: <presence to='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:57:55 internal-muc.meet.jitsi:muc                                  debug  presence update for jvbbrewery@internal-muc.meet.jitsi/b1868138e161 from session jvb@auth.meet.jitsi/Zl6GprjnKbuo
2023-05-25 11:57:55 c2s5575baae0130                                              debug  Sending[c2s]: <presence to='focus@auth.meet.jitsi/focus' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:57:55 c2s5575bb2f6520                                              debug  Sending[c2s]: <presence to='jvb@auth.meet.jitsi/Zl6GprjnKbuo' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:57:57 connLeX5h9KQFtHR                                             debug  New connection FD 16 (172.20.0.3, 43216, 172.20.0.2, 5280) on server FD 8 (*, 5280)
2023-05-25 11:57:57 connLeX5h9KQFtHR                                             debug  Connected (FD 16 (172.20.0.3, 43216, 172.20.0.2, 5280))
2023-05-25 11:57:57 runner7gCOv10eQQiV                                           debug  creating new coroutine
2023-05-25 11:57:57 http.server                                                  debug  Firing event: GET /xmpp-websocket
2023-05-25 11:57:57 http.server                                                  debug  Firing event: GET meet.jitsi/xmpp-websocket
2023-05-25 11:57:57 c2s5575bb411fa0                                              info   Client connected
2023-05-25 11:57:57 c2s5575bb411fa0                                              debug  Sending WebSocket handshake
2023-05-25 11:57:57 mod_websocket                                                debug  Websocket received frame: opcode=1, 81 bytes
2023-05-25 11:57:57 runnerO7Qs8MERfmuS                                           debug  creating new coroutine
2023-05-25 11:57:57 c2s5575bb411fa0                                              debug  Client sent opening <stream:stream> to meet.jitsi
2023-05-25 11:57:57 c2s5575bb411fa0                                              debug  Sending[c2s_unauthed]: <open version='1.0' xmlns='urn:ietf:params:xml:ns:xmpp-framing' id='04969625-f3ed-45dc-bfe0-0a525304eb1c' xml:lang='en' from='meet.jitsi'>
2023-05-25 11:57:57 c2s5575bb411fa0                                              debug  Sent reply <stream:stream> to client
2023-05-25 11:57:57 c2s5575bb411fa0                                              debug  SASL mechanisms supported by handler: ANONYMOUS
2023-05-25 11:57:57 c2s5575bb411fa0                                              debug  Offering usable mechanisms: ANONYMOUS
2023-05-25 11:57:57 c2s5575bb411fa0                                              debug  Sending[c2s_unauthed]: <stream:features>
2023-05-25 11:57:58 mod_websocket                                                debug  Websocket received frame: opcode=1, 70 bytes
2023-05-25 11:57:58 c2s5575bb411fa0                                              debug  Received[c2s_unauthed]: <auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' xml:lang='en' mechanism='ANONYMOUS'>
2023-05-25 11:57:58 c2s5575bb411fa0                                              info   Authenticated as bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi
2023-05-25 11:57:58 c2s5575bb411fa0                                              debug  Sending[c2s_unbound]: <success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
2023-05-25 11:57:58 mod_websocket                                                debug  Websocket received frame: opcode=1, 81 bytes
2023-05-25 11:57:58 c2s5575bb411fa0                                              debug  Client sent opening <stream:stream> to meet.jitsi
2023-05-25 11:57:58 c2s5575bb411fa0                                              debug  Sending[c2s_unbound]: <open version='1.0' xmlns='urn:ietf:params:xml:ns:xmpp-framing' id='f94464a5-ed72-47a9-ba6f-4cb50583affb' xml:lang='en' from='meet.jitsi'>
2023-05-25 11:57:58 c2s5575bb411fa0                                              debug  Sent reply <stream:stream> to client
2023-05-25 11:57:58 c2s5575bb411fa0                                              debug  Sending[c2s_unbound]: <stream:features>
2023-05-25 11:57:58 mod_websocket                                                debug  Websocket received frame: opcode=1, 108 bytes
2023-05-25 11:57:58 c2s5575bb411fa0                                              debug  Received[c2s_unbound]: <iq xml:lang='en' type='set' id='_bind_auth_2'>
2023-05-25 11:57:58 rostermanager                                                debug  load_roster: asked for: bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi
2023-05-25 11:57:58 rostermanager                                                debug  load_roster: loading for new user: bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi
2023-05-25 11:57:58 rostermanager                                                debug  load_roster: cache miss, loading from storage
2023-05-25 11:57:58 c2s5575bb411fa0                                              debug  Sending[c2s]: <iq type='result' id='_bind_auth_2'>
2023-05-25 11:57:58 c2s5575bb411fa0                                              debug  Resource bound: bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN
2023-05-25 11:57:58 mod_websocket                                                debug  Websocket received frame: opcode=1, 117 bytes
2023-05-25 11:57:58 c2s5575bb411fa0                                              debug  Received[c2s]: <iq xml:lang='en' type='set' id='_session_auth_2'>
2023-05-25 11:57:58 c2s5575bb411fa0                                              debug  Sending[c2s]: <iq to='bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN' id='_session_auth_2' type='result'>
2023-05-25 11:57:58 mod_websocket                                                debug  Websocket received frame: opcode=1, 45 bytes
2023-05-25 11:57:58 c2s5575bb411fa0                                              debug  Received[c2s]: <enable xmlns='urn:xmpp:sm:3' resume='true' xml:lang='en'>
2023-05-25 11:57:58 meet.jitsi:smacks                                            debug  Enabling stream management
2023-05-25 11:57:58 c2s5575bb411fa0                                              debug  Sending[c2s]: <enabled xmlns='urn:xmpp:sm:3' id='4d1cbdb9-183a-4617-a8c5-b1f5623ffd89' resume='true' max='60'>
2023-05-25 11:57:58 mod_websocket                                                debug  Websocket received frame: opcode=1, 146 bytes
2023-05-25 11:57:58 c2s5575bb411fa0                                              debug  Handled 1 incoming stanzas
2023-05-25 11:57:58 c2s5575bb411fa0                                              debug  Received[c2s]: <iq to='meet.jitsi' id='0431f45b-8ca6-49c0-ac22-b432f778b887:sendIQ' type='get' xml:lang='en'>
2023-05-25 11:57:58 stanzarouter                                                 debug  Unhandled c2s stanza: iq; xmlns=urn:xmpp:extdisco:2
2023-05-25 11:57:58 c2s5575bb411fa0                                              debug  Sending[c2s]: <iq to='bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN' from='meet.jitsi' id='0431f45b-8ca6-49c0-ac22-b432f778b887:sendIQ' type='error'>
2023-05-25 11:57:58 mod_websocket                                                debug  Websocket received frame: opcode=1, 229 bytes
2023-05-25 11:57:58 c2s5575bb411fa0                                              debug  Handled 2 incoming stanzas
2023-05-25 11:57:58 c2s5575bb411fa0                                              debug  Received[c2s]: <iq to='meet.jitsi' xml:lang='en' from='bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN' type='get' id='d988a651-f65a-4350-addc-fe568c61192c:sendIQ'>
2023-05-25 11:57:58 c2s5575bb411fa0                                              debug  Sending[c2s]: <iq to='bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN' from='meet.jitsi' id='d988a651-f65a-4350-addc-fe568c61192c:sendIQ' type='result'>
2023-05-25 11:57:58 mod_websocket                                                debug  Websocket received frame: opcode=1, 146 bytes
2023-05-25 11:57:58 c2s5575bb411fa0                                              debug  Handled 3 incoming stanzas
2023-05-25 11:57:58 c2s5575bb411fa0                                              debug  Received[c2s]: <iq to='meet.jitsi' id='d101f8cf-f977-4552-89d5-c4e117663f64:sendIQ' type='get' xml:lang='en'>
2023-05-25 11:57:58 stanzarouter                                                 debug  Unhandled c2s stanza: iq; xmlns=urn:xmpp:extdisco:1
2023-05-25 11:57:58 c2s5575bb411fa0                                              debug  Sending[c2s]: <iq to='bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN' from='meet.jitsi' id='d101f8cf-f977-4552-89d5-c4e117663f64:sendIQ' type='error'>
2023-05-25 11:57:58 mod_websocket                                                debug  Websocket received frame: opcode=1, 253 bytes
2023-05-25 11:57:58 c2s5575bb411fa0                                              debug  Handled 4 incoming stanzas
2023-05-25 11:57:58 c2s5575bb411fa0                                              debug  Received[c2s]: <iq to='lobby.meet.jitsi' xml:lang='en' from='bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN' type='get' id='955302d8-6410-4647-b8eb-1f5210891f05:sendIQ'>
2023-05-25 11:57:58 c2s5575bb411fa0                                              debug  Sending[c2s]: <iq to='bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN' from='lobby.meet.jitsi' id='955302d8-6410-4647-b8eb-1f5210891f05:sendIQ' type='result'>
2023-05-25 11:57:59 mod_websocket                                                debug  Websocket received frame: opcode=1, 136 bytes
2023-05-25 11:57:59 c2s5575bb2947e0                                              debug  Handled 11 incoming stanzas
2023-05-25 11:57:59 c2s5575bb2947e0                                              debug  Received[c2s]: <iq to='meet.jitsi' id='9b219b19-ccbe-4d10-a7ee-02b42c3dd3c0:sendIQ' type='get' xml:lang='en'>
2023-05-25 11:57:59 c2s5575bb2947e0                                              debug  Sending[c2s]: <iq to='65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb' from='meet.jitsi' id='9b219b19-ccbe-4d10-a7ee-02b42c3dd3c0:sendIQ' type='result'>
2023-05-25 11:58:00 c2s5575bb2f6520                                              debug  Received[c2s]: <presence to='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:58:00 internal-muc.meet.jitsi:muc                                  debug  presence update for jvbbrewery@internal-muc.meet.jitsi/b1868138e161 from session jvb@auth.meet.jitsi/Zl6GprjnKbuo
2023-05-25 11:58:00 c2s5575baae0130                                              debug  Sending[c2s]: <presence to='focus@auth.meet.jitsi/focus' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:58:00 c2s5575bb2f6520                                              debug  Sending[c2s]: <presence to='jvb@auth.meet.jitsi/Zl6GprjnKbuo' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:58:00 c2s5575baae0130                                              debug  Received[c2s]: <iq to='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' id='IQEPJ-29' type='get' xml:lang='en-US'>
2023-05-25 11:58:00 internal-muc.meet.jitsi:muc                                  debug  focus@auth.meet.jitsi/focus sent private iq stanza to jvbbrewery@internal-muc.meet.jitsi/b1868138e161 (jvb@auth.meet.jitsi/Zl6GprjnKbuo)
2023-05-25 11:58:00 c2s5575bb2f6520                                              debug  Sending[c2s]: <iq to='jvb@auth.meet.jitsi/Zl6GprjnKbuo' xml:lang='en-US' id='anZiQGF1dGgubWVldC5qaXRzaS9abDZHcHJqbktidW8ASVFFUEotMjkA0u2wmfd/C24=' type='get' from='jvbbrewery@internal-muc.meet.jitsi/focus'>
2023-05-25 11:58:00 c2s5575bb2f6520                                              debug  Received[c2s]: <iq to='jvbbrewery@internal-muc.meet.jitsi/focus' id='anZiQGF1dGgubWVldC5qaXRzaS9abDZHcHJqbktidW8ASVFFUEotMjkA0u2wmfd/C24=' type='result' xml:lang='en-US'>
2023-05-25 11:58:00 internal-muc.meet.jitsi:muc                                  debug  jvb@auth.meet.jitsi/Zl6GprjnKbuo sent private iq stanza to jvbbrewery@internal-muc.meet.jitsi/focus (focus@auth.meet.jitsi/focus)
2023-05-25 11:58:00 c2s5575baae0130                                              debug  Sending[c2s]: <iq to='focus@auth.meet.jitsi/focus' xml:lang='en-US' id='IQEPJ-29' type='result' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161'>
2023-05-25 11:58:04 mod_websocket                                                debug  Websocket received frame: opcode=1, 391 bytes
2023-05-25 11:58:04 c2s5575bb411fa0                                              debug  Handled 5 incoming stanzas
2023-05-25 11:58:04 c2s5575bb411fa0                                              debug  Received[c2s]: <iq to='focus.meet.jitsi' id='b4627f27-f159-4f25-9798-ac7907a41bf2:sendIQ' type='set' xml:lang='en'>
2023-05-25 11:58:04 focus.meet.jitsi:client_proxy                                debug  received stanza from c2s session
2023-05-25 11:58:04 focus.meet.jitsi:client_proxy                                debug  stanza to target: name = iq, type = set
2023-05-25 11:58:04 focus.meet.jitsi:client_proxy                                debug  NAT-ed stanza: from: bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN -> focus.meet.jitsi/bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN, to: focus.meet.jitsi -> focus@auth.meet.jitsi/focus
2023-05-25 11:58:04 c2s5575baae0130                                              debug  Sending[c2s]: <iq to='focus@auth.meet.jitsi/focus' xml:lang='en' id='b4627f27-f159-4f25-9798-ac7907a41bf2:sendIQ' type='set' from='focus.meet.jitsi/bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN'>
2023-05-25 11:58:04 c2s5575baae0130                                              debug  Received[c2s]: <iq to='focus.meet.jitsi/bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN' id='b4627f27-f159-4f25-9798-ac7907a41bf2:sendIQ' type='result' xml:lang='en-US'>
2023-05-25 11:58:04 focus.meet.jitsi:client_proxy                                debug  received stanza from c2s session
2023-05-25 11:58:04 focus.meet.jitsi:client_proxy                                debug  non-presence stanza from target: name = iq, type = result
2023-05-25 11:58:04 focus.meet.jitsi:client_proxy                                debug  de-NAT-ed stanza: from: focus@auth.meet.jitsi/focus -> focus.meet.jitsi, to: focus.meet.jitsi/bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN -> bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN
2023-05-25 11:58:04 c2s5575bb411fa0                                              debug  Sending[c2s]: <iq to='bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN' xml:lang='en-US' id='b4627f27-f159-4f25-9798-ac7907a41bf2:sendIQ' type='result' from='focus.meet.jitsi'>
2023-05-25 11:58:04 mod_websocket                                                debug  Websocket received frame: opcode=1, 26 bytes
2023-05-25 11:58:04 c2s5575bb411fa0                                              debug  Received[c2s]: <r xmlns='urn:xmpp:sm:3' xml:lang='en'>
2023-05-25 11:58:04 meet.jitsi:smacks                                            debug  Received ack request, acking for 5
2023-05-25 11:58:04 c2s5575bb411fa0                                              debug  Sending[c2s]: <a xmlns='urn:xmpp:sm:3' h='5'>
2023-05-25 11:58:04 c2s5575bb411fa0                                              debug  Queuing <r> (in a moment) from piggybacked by handle_r - #queue=5
2023-05-25 11:58:04 c2s5575bb411fa0                                              debug  Sending <r> (inside timer, before send) from piggybacked by handle_r - #queue=5
2023-05-25 11:58:04 c2s5575bb411fa0                                              debug  Sending[c2s]: <r xmlns='urn:xmpp:sm:3'>
2023-05-25 11:58:04 c2s5575bb411fa0                                              debug  Sending <r> (inside timer, after send) from piggybacked by handle_r - #queue=5
2023-05-25 11:58:04 mod_websocket                                                debug  Websocket received frame: opcode=1, 461 bytes
2023-05-25 11:58:04 c2s5575bb411fa0                                              debug  Handled 6 incoming stanzas
2023-05-25 11:58:04 c2s5575bb411fa0                                              debug  Received[c2s]: <presence to='room1@muc.meet.jitsi/bd213d08' xml:lang='en'>
2023-05-25 11:58:04 muc.meet.jitsi:muc                                           debug  no occupant found for room1@muc.meet.jitsi/bd213d08; creating new occupant object for bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN
2023-05-25 11:58:04 muc.meet.jitsi:token_verification                            debug  pre join: MUC room (room1@muc.meet.jitsi) <presence to='room1@muc.meet.jitsi/bd213d08' from='bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN' xml:lang='en'><x xmlns='http://jabber.org/protocol/muc'/><stats-id>Nigel-M9K</stats-id><c xmlns='http://jabber.org/protocol/caps' node='https://jitsi.org/jitsi-meet' hash='sha-1' ver='zI2SFRd7GspEplY5WO8C4+MeFgQ='/><SourceInfo>{}</SourceInfo><jitsi_participant_codecType>vp8</jitsi_participant_codecType><email>myuser@mydomain.com</email><nick xmlns='http://jabber.org/protocol/nick'>myuser</nick></presence>
2023-05-25 11:58:04 muc.meet.jitsi:token_verification                            debug  Session token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJteV9qaXRzaV9hcHBfaWQiLCJpc3MiOiJteV9qaXRzaV9hcHBfaWQiLCJzdWIiOiJtZWV0LmppdHNpIiwiaWF0IjoxNjAxMzY2MDAwLCJleHAiOjE5MDU5MzAxMTUsInJvb20iOiIqIiwiY29udGV4dCI6eyJ1c2VyIjp7Im5hbWUiOiJteXVzZXIiLCJlbWFpbCI6Im15dXNlckBteWRvbWFpbi5jb20iLCJhZmZpbGlhdGlvbiI6Im1lbWJlciJ9fX0.Pk2zQZL9WGRf4El72zZoZLBC6-XRkp79mavu91Hyhwo, session room: *
2023-05-25 11:58:04 muc.meet.jitsi:token_verification                            debug  Will verify token for user: bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN, room: room1@muc.meet.jitsi/bd213d08 
2023-05-25 11:58:04 muc.meet.jitsi:token_verification                            debug  allowed: bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN to enter/create room: room1@muc.meet.jitsi/bd213d08
2023-05-25 11:58:04 muc.meet.jitsi:muc                                           debug  Refreshing reserved nicks...
2023-05-25 11:58:04 muc.meet.jitsi:muc                                           debug  Refreshed for focus@auth.meet.jitsi: (nil)
2023-05-25 11:58:04 muc.meet.jitsi:muc                                           debug  Refreshed for 65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi: (nil)
2023-05-25 11:58:04 c2s5575bb411fa0                                              debug  Sending[c2s]: <presence to='bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN' from='room1@muc.meet.jitsi/65d0c2d5' xml:lang='en'>
2023-05-25 11:58:04 c2s5575bb411fa0                                              debug  Sending[c2s]: <presence to='bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN' id='JJ9UW-5' xml:lang='en-US' from='room1@muc.meet.jitsi/focus'>
2023-05-25 11:58:04 c2s5575bb2947e0                                              debug  Sending[c2s]: <presence to='65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb' from='room1@muc.meet.jitsi/bd213d08' xml:lang='en'>
2023-05-25 11:58:04 c2s5575baae0130                                              debug  Sending[c2s]: <presence to='focus@auth.meet.jitsi/focus' from='room1@muc.meet.jitsi/bd213d08' xml:lang='en'>
2023-05-25 11:58:04 c2s5575bb411fa0                                              debug  Sending[c2s]: <presence to='bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN' from='room1@muc.meet.jitsi/bd213d08' xml:lang='en'>
2023-05-25 11:58:04 c2s5575bb411fa0                                              debug  Sending[c2s]: <message to='bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN' from='conferenceduration.meet.jitsi'>
2023-05-25 11:58:04 c2s5575bb411fa0                                              debug  Sending[c2s]: <message to='bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN' type='groupchat' from='room1@muc.meet.jitsi'>
2023-05-25 11:58:04 c2s5575baae0130                                              debug  Received[c2s]: <iq to='room1@muc.meet.jitsi/65d0c2d5' id='JJ9UW-7' type='get' xml:lang='en-US'>
2023-05-25 11:58:04 muc.meet.jitsi:muc                                           debug  focus@auth.meet.jitsi/focus sent private iq stanza to room1@muc.meet.jitsi/65d0c2d5 (65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb)
2023-05-25 11:58:04 c2s5575bb2947e0                                              debug  Sending[c2s]: <iq to='65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb' xml:lang='en-US' id='NjVkMGMyZDUtYTBlYS00MTNlLWFhY2QtZTY4YWUxYzI2YWM1QG1lZXQuaml0c2kveTB4ZVppcWRMVm5iAEpKOVVXLTcA4XSmY9FZBV0=' type='get' from='room1@muc.meet.jitsi/focus'>
2023-05-25 11:58:04 mod_websocket                                                debug  Websocket received frame: opcode=1, 32 bytes
2023-05-25 11:58:04 c2s5575bb411fa0                                              debug  Received[c2s]: <a xmlns='urn:xmpp:sm:3' h='5' xml:lang='en'>
2023-05-25 11:58:04 c2s5575bb411fa0                                              debug  #queue = 5
2023-05-25 11:58:05 c2s5575bb2f6520                                              debug  Received[c2s]: <presence to='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:58:05 internal-muc.meet.jitsi:muc                                  debug  presence update for jvbbrewery@internal-muc.meet.jitsi/b1868138e161 from session jvb@auth.meet.jitsi/Zl6GprjnKbuo
2023-05-25 11:58:05 c2s5575baae0130                                              debug  Sending[c2s]: <presence to='focus@auth.meet.jitsi/focus' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:58:05 c2s5575bb2f6520                                              debug  Sending[c2s]: <presence to='jvb@auth.meet.jitsi/Zl6GprjnKbuo' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:58:05 mod_websocket                                                debug  Websocket received frame: opcode=1, 1039 bytes
2023-05-25 11:58:05 c2s5575bb2947e0                                              debug  Handled 12 incoming stanzas
2023-05-25 11:58:05 c2s5575bb2947e0                                              debug  Received[c2s]: <iq to='room1@muc.meet.jitsi/focus' id='NjVkMGMyZDUtYTBlYS00MTNlLWFhY2QtZTY4YWUxYzI2YWM1QG1lZXQuaml0c2kveTB4ZVppcWRMVm5iAEpKOVVXLTcA4XSmY9FZBV0=' type='result' xml:lang='en'>
2023-05-25 11:58:05 muc.meet.jitsi:muc                                           debug  65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb sent private iq stanza to room1@muc.meet.jitsi/focus (focus@auth.meet.jitsi/focus)
2023-05-25 11:58:05 c2s5575baae0130                                              debug  Sending[c2s]: <iq to='focus@auth.meet.jitsi/focus' xml:lang='en' id='JJ9UW-7' type='result' from='room1@muc.meet.jitsi/65d0c2d5'>
2023-05-25 11:58:05 c2s5575baae0130                                              debug  Received[c2s]: <iq to='room1@muc.meet.jitsi/bd213d08' id='JJ9UW-8' type='get' xml:lang='en-US'>
2023-05-25 11:58:05 muc.meet.jitsi:muc                                           debug  focus@auth.meet.jitsi/focus sent private iq stanza to room1@muc.meet.jitsi/bd213d08 (bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN)
2023-05-25 11:58:05 c2s5575bb411fa0                                              debug  Sending[c2s]: <iq to='bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN' xml:lang='en-US' id='YmQyMTNkMDgtNTdlZi00ZWMxLThlZGEtYjA0NzkzMjBiY2NmQG1lZXQuaml0c2kvbVFsUURvWkdjT3pOAEpKOVVXLTgA4XSmY9FZBV0=' type='get' from='room1@muc.meet.jitsi/focus'>
2023-05-25 11:58:05 c2s5575bb411fa0                                              debug  Queuing <r> (in a moment) from outgoing_stanza_filter - #queue=6
2023-05-25 11:58:05 c2s5575bb411fa0                                              debug  Sending <r> (inside timer, before send) from outgoing_stanza_filter - #queue=6
2023-05-25 11:58:05 c2s5575bb411fa0                                              debug  Sending[c2s]: <r xmlns='urn:xmpp:sm:3'>
2023-05-25 11:58:05 c2s5575bb411fa0                                              debug  Sending <r> (inside timer, after send) from outgoing_stanza_filter - #queue=6
2023-05-25 11:58:05 c2s5575baae0130                                              debug  Received[c2s]: <iq to='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' id='JJ9UW-9' type='get' xml:lang='en-US'>
2023-05-25 11:58:05 internal-muc.meet.jitsi:muc                                  debug  focus@auth.meet.jitsi/focus sent private iq stanza to jvbbrewery@internal-muc.meet.jitsi/b1868138e161 (jvb@auth.meet.jitsi/Zl6GprjnKbuo)
2023-05-25 11:58:05 c2s5575bb2f6520                                              debug  Sending[c2s]: <iq to='jvb@auth.meet.jitsi/Zl6GprjnKbuo' xml:lang='en-US' id='anZiQGF1dGgubWVldC5qaXRzaS9abDZHcHJqbktidW8ASko5VVctOQDS7bCZ938Lbg==' type='get' from='jvbbrewery@internal-muc.meet.jitsi/focus'>
2023-05-25 11:58:05 c2s5575baae0130                                              debug  Received[c2s]: <presence to='room1@muc.meet.jitsi/focus' id='JJ9UW-5' xml:lang='en-US'>
2023-05-25 11:58:05 muc.meet.jitsi:muc                                           debug  presence update for room1@muc.meet.jitsi/focus from session focus@auth.meet.jitsi/focus
2023-05-25 11:58:05 c2s5575bb411fa0                                              debug  Sending[c2s]: <presence to='bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN' id='JJ9UW-5' from='room1@muc.meet.jitsi/focus' xml:lang='en-US'>
2023-05-25 11:58:05 c2s5575bb2947e0                                              debug  Sending[c2s]: <presence to='65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb' id='JJ9UW-5' from='room1@muc.meet.jitsi/focus' xml:lang='en-US'>
2023-05-25 11:58:05 c2s5575baae0130                                              debug  Sending[c2s]: <presence to='focus@auth.meet.jitsi/focus' id='JJ9UW-5' xml:lang='en-US' from='room1@muc.meet.jitsi/focus'>
2023-05-25 11:58:05 mod_websocket                                                debug  Websocket received frame: opcode=1, 171 bytes
2023-05-25 11:58:05 c2s5575bb411fa0                                              debug  Handled 7 incoming stanzas
2023-05-25 11:58:05 c2s5575bb411fa0                                              debug  Received[c2s]: <iq to='room1@muc.meet.jitsi' id='9ac67488-02b6-4c86-9b3f-70c0e89d7776:sendIQ' type='get' xml:lang='en'>
2023-05-25 11:58:05 c2s5575bb411fa0                                              debug  Sending[c2s]: <iq to='bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN' from='room1@muc.meet.jitsi' id='9ac67488-02b6-4c86-9b3f-70c0e89d7776:sendIQ' type='result'>
2023-05-25 11:58:06 mod_websocket                                                debug  Websocket received frame: opcode=1, 958 bytes
2023-05-25 11:58:06 mod_websocket                                                debug  Websocket received frame: opcode=1, 33 bytes
2023-05-25 11:58:06 c2s5575bb411fa0                                              debug  Handled 8 incoming stanzas
2023-05-25 11:58:06 c2s5575bb411fa0                                              debug  Received[c2s]: <iq to='room1@muc.meet.jitsi/focus' id='YmQyMTNkMDgtNTdlZi00ZWMxLThlZGEtYjA0NzkzMjBiY2NmQG1lZXQuaml0c2kvbVFsUURvWkdjT3pOAEpKOVVXLTgA4XSmY9FZBV0=' type='result' xml:lang='en'>
2023-05-25 11:58:06 muc.meet.jitsi:muc                                           debug  bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN sent private iq stanza to room1@muc.meet.jitsi/focus (focus@auth.meet.jitsi/focus)
2023-05-25 11:58:06 c2s5575baae0130                                              debug  Sending[c2s]: <iq to='focus@auth.meet.jitsi/focus' xml:lang='en' id='JJ9UW-8' type='result' from='room1@muc.meet.jitsi/bd213d08'>
2023-05-25 11:58:06 c2s5575bb411fa0                                              debug  Received[c2s]: <a xmlns='urn:xmpp:sm:3' h='11' xml:lang='en'>
2023-05-25 11:58:06 c2s5575bb411fa0                                              debug  #queue = 2
2023-05-25 11:58:06 c2s5575baae0130                                              debug  Received[c2s]: <iq to='room1@muc.meet.jitsi' id='IQEPJ-33' type='set' xml:lang='en-US'>
2023-05-25 11:58:06 c2s5575bb2947e0                                              debug  Sending[c2s]: <presence to='65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb' from='room1@muc.meet.jitsi/bd213d08' xml:lang='en'>
2023-05-25 11:58:06 c2s5575baae0130                                              debug  Sending[c2s]: <presence to='focus@auth.meet.jitsi/focus' from='room1@muc.meet.jitsi/bd213d08' xml:lang='en'>
2023-05-25 11:58:06 c2s5575bb411fa0                                              debug  Sending[c2s]: <presence to='bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN' from='room1@muc.meet.jitsi/bd213d08' xml:lang='en'>
2023-05-25 11:58:06 c2s5575baae0130                                              debug  Sending[c2s]: <iq to='focus@auth.meet.jitsi/focus' from='room1@muc.meet.jitsi' id='IQEPJ-33' type='result'>
2023-05-25 11:58:06 c2s5575baae0130                                              debug  Received[c2s]: <iq to='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' id='JJ9UW-10' type='get' xml:lang='en-US'>
2023-05-25 11:58:06 internal-muc.meet.jitsi:muc                                  debug  focus@auth.meet.jitsi/focus sent private iq stanza to jvbbrewery@internal-muc.meet.jitsi/b1868138e161 (jvb@auth.meet.jitsi/Zl6GprjnKbuo)
2023-05-25 11:58:06 c2s5575bb2f6520                                              debug  Sending[c2s]: <iq to='jvb@auth.meet.jitsi/Zl6GprjnKbuo' xml:lang='en-US' id='anZiQGF1dGgubWVldC5qaXRzaS9abDZHcHJqbktidW8ASko5VVctMTAA0u2wmfd/C24=' type='get' from='jvbbrewery@internal-muc.meet.jitsi/focus'>
2023-05-25 11:58:06 mod_websocket                                                debug  Websocket received frame: opcode=1, 12272 bytes
2023-05-25 11:58:06 c2s5575bb2947e0                                              debug  Handled 13 incoming stanzas
2023-05-25 11:58:06 c2s5575bb2947e0                                              debug  Received[c2s]: <iq to='room1@muc.meet.jitsi/bd213d08' id='521e5243-b4d1-4a68-886c-44081a1c9f32:sendIQ' type='set' xml:lang='en'>
2023-05-25 11:58:06 muc.meet.jitsi:muc                                           debug  65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb sent private iq stanza to room1@muc.meet.jitsi/bd213d08 (bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN)
2023-05-25 11:58:06 c2s5575bb411fa0                                              debug  Sending[c2s]: <iq to='bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN' xml:lang='en' id='YmQyMTNkMDgtNTdlZi00ZWMxLThlZGEtYjA0NzkzMjBiY2NmQG1lZXQuaml0c2kvbVFsUURvWkdjT3pOADUyMWU1MjQzLWI0ZDEtNGE2OC04ODZjLTQ0MDgxYTFjOWYzMjpzZW5kSVEAGEK6eaEScqA=' type='set' from='room1@muc.meet.jitsi/65d0c2d5'>
2023-05-25 11:58:06 mod_websocket                                                debug  Websocket received frame: opcode=1, 1216 bytes
2023-05-25 11:58:06 c2s5575bb2947e0                                              debug  Handled 14 incoming stanzas
2023-05-25 11:58:06 c2s5575bb2947e0                                              debug  Received[c2s]: <iq to='room1@muc.meet.jitsi/bd213d08' id='62fec4b1-5cb1-4864-96d9-f43d9cdfafde:sendIQ' type='set' xml:lang='en'>
2023-05-25 11:58:06 muc.meet.jitsi:muc                                           debug  65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb sent private iq stanza to room1@muc.meet.jitsi/bd213d08 (bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN)
2023-05-25 11:58:06 c2s5575bb411fa0                                              debug  Sending[c2s]: <iq to='bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN' xml:lang='en' id='YmQyMTNkMDgtNTdlZi00ZWMxLThlZGEtYjA0NzkzMjBiY2NmQG1lZXQuaml0c2kvbVFsUURvWkdjT3pOADYyZmVjNGIxLTVjYjEtNDg2NC05NmQ5LWY0M2Q5Y2RmYWZkZTpzZW5kSVEAGEK6eaEScqA=' type='set' from='room1@muc.meet.jitsi/65d0c2d5'>
2023-05-25 11:58:06 mod_websocket                                                debug  Websocket received frame: opcode=1, 309 bytes
2023-05-25 11:58:06 mod_websocket                                                debug  Websocket received frame: opcode=1, 234 bytes
2023-05-25 11:58:06 c2s5575bb411fa0                                              debug  Handled 9 incoming stanzas
2023-05-25 11:58:06 c2s5575bb411fa0                                              debug  Received[c2s]: <iq to='room1@muc.meet.jitsi/65d0c2d5' id='d87638ad-3e8b-49d9-a9cf-7cd88bbfcefd:sendIQ' type='set' xml:lang='en'>
2023-05-25 11:58:06 muc.meet.jitsi:muc                                           debug  bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN sent private iq stanza to room1@muc.meet.jitsi/65d0c2d5 (65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb)
2023-05-25 11:58:06 c2s5575bb2947e0                                              debug  Sending[c2s]: <iq to='65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb' xml:lang='en' id='NjVkMGMyZDUtYTBlYS00MTNlLWFhY2QtZTY4YWUxYzI2YWM1QG1lZXQuaml0c2kveTB4ZVppcWRMVm5iAGQ4NzYzOGFkLTNlOGItNDlkOS1hOWNmLTdjZDg4YmJmY2VmZDpzZW5kSVEAa9k6E1ZRWgM=' type='set' from='room1@muc.meet.jitsi/bd213d08'>
2023-05-25 11:58:06 c2s5575bb2947e0                                              debug  Queuing <r> (in a moment) from outgoing_stanza_filter - #queue=6
2023-05-25 11:58:06 c2s5575bb411fa0                                              debug  Handled 10 incoming stanzas
2023-05-25 11:58:06 c2s5575bb411fa0                                              debug  Received[c2s]: <iq to='room1@muc.meet.jitsi/65d0c2d5' id='YmQyMTNkMDgtNTdlZi00ZWMxLThlZGEtYjA0NzkzMjBiY2NmQG1lZXQuaml0c2kvbVFsUURvWkdjT3pOADUyMWU1MjQzLWI0ZDEtNGE2OC04ODZjLTQ0MDgxYTFjOWYzMjpzZW5kSVEAGEK6eaEScqA=' type='result' xml:lang='en'>
2023-05-25 11:58:06 muc.meet.jitsi:muc                                           debug  bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN sent private iq stanza to room1@muc.meet.jitsi/65d0c2d5 (65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb)
2023-05-25 11:58:06 c2s5575bb2947e0                                              debug  Sending[c2s]: <iq to='65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb' xml:lang='en' id='521e5243-b4d1-4a68-886c-44081a1c9f32:sendIQ' type='result' from='room1@muc.meet.jitsi/bd213d08'>
2023-05-25 11:58:06 c2s5575bb2947e0                                              debug  Sending <r> (inside timer, before send) from outgoing_stanza_filter - #queue=7
2023-05-25 11:58:06 c2s5575bb2947e0                                              debug  Sending[c2s]: <r xmlns='urn:xmpp:sm:3'>
2023-05-25 11:58:06 c2s5575bb2947e0                                              debug  Sending <r> (inside timer, after send) from outgoing_stanza_filter - #queue=7
2023-05-25 11:58:06 mod_websocket                                                debug  Websocket received frame: opcode=1, 234 bytes
2023-05-25 11:58:06 c2s5575bb2947e0                                              debug  Handled 15 incoming stanzas
2023-05-25 11:58:06 c2s5575bb2947e0                                              debug  Received[c2s]: <iq to='room1@muc.meet.jitsi/bd213d08' id='NjVkMGMyZDUtYTBlYS00MTNlLWFhY2QtZTY4YWUxYzI2YWM1QG1lZXQuaml0c2kveTB4ZVppcWRMVm5iAGQ4NzYzOGFkLTNlOGItNDlkOS1hOWNmLTdjZDg4YmJmY2VmZDpzZW5kSVEAa9k6E1ZRWgM=' type='result' xml:lang='en'>
2023-05-25 11:58:06 muc.meet.jitsi:muc                                           debug  65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb sent private iq stanza to room1@muc.meet.jitsi/bd213d08 (bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN)
2023-05-25 11:58:06 c2s5575bb411fa0                                              debug  Sending[c2s]: <iq to='bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN' xml:lang='en' id='d87638ad-3e8b-49d9-a9cf-7cd88bbfcefd:sendIQ' type='result' from='room1@muc.meet.jitsi/65d0c2d5'>
2023-05-25 11:58:06 c2s5575bb411fa0                                              debug  Queuing <r> (in a moment) from outgoing_stanza_filter - #queue=6
2023-05-25 11:58:06 c2s5575bb411fa0                                              debug  Sending <r> (inside timer, before send) from outgoing_stanza_filter - #queue=6
2023-05-25 11:58:06 c2s5575bb411fa0                                              debug  Sending[c2s]: <r xmlns='urn:xmpp:sm:3'>
2023-05-25 11:58:06 c2s5575bb411fa0                                              debug  Sending <r> (inside timer, after send) from outgoing_stanza_filter - #queue=6
2023-05-25 11:58:06 mod_websocket                                                debug  Websocket received frame: opcode=1, 26 bytes
2023-05-25 11:58:06 mod_websocket                                                debug  Websocket received frame: opcode=1, 33 bytes
2023-05-25 11:58:06 c2s5575bb2947e0                                              debug  Received[c2s]: <r xmlns='urn:xmpp:sm:3' xml:lang='en'>
2023-05-25 11:58:06 meet.jitsi:smacks                                            debug  Received ack request, acking for 15
2023-05-25 11:58:06 c2s5575bb2947e0                                              debug  Sending[c2s]: <a xmlns='urn:xmpp:sm:3' h='15'>
2023-05-25 11:58:06 c2s5575bb2947e0                                              debug  Received[c2s]: <a xmlns='urn:xmpp:sm:3' h='21' xml:lang='en'>
2023-05-25 11:58:06 c2s5575bb2947e0                                              debug  #queue = 0
2023-05-25 11:58:07 mod_websocket                                                debug  Websocket received frame: opcode=1, 378 bytes
2023-05-25 11:58:07 c2s5575bb411fa0                                              debug  Handled 11 incoming stanzas
2023-05-25 11:58:07 c2s5575bb411fa0                                              debug  Received[c2s]: <iq to='room1@muc.meet.jitsi/65d0c2d5' id='YmQyMTNkMDgtNTdlZi00ZWMxLThlZGEtYjA0NzkzMjBiY2NmQG1lZXQuaml0c2kvbVFsUURvWkdjT3pOADYyZmVjNGIxLTVjYjEtNDg2NC05NmQ5LWY0M2Q5Y2RmYWZkZTpzZW5kSVEAGEK6eaEScqA=' type='error' xml:lang='en'>
2023-05-25 11:58:07 muc.meet.jitsi:muc                                           debug  bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN sent private iq stanza to room1@muc.meet.jitsi/65d0c2d5 (65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb)
2023-05-25 11:58:07 c2s5575bb2947e0                                              debug  Sending[c2s]: <iq to='65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb' xml:lang='en' id='62fec4b1-5cb1-4864-96d9-f43d9cdfafde:sendIQ' type='error' from='room1@muc.meet.jitsi/bd213d08'>
2023-05-25 11:58:07 mod_websocket                                                debug  Websocket received frame: opcode=1, 33 bytes
2023-05-25 11:58:07 c2s5575bb411fa0                                              debug  Received[c2s]: <a xmlns='urn:xmpp:sm:3' h='17' xml:lang='en'>
2023-05-25 11:58:07 c2s5575bb411fa0                                              debug  #queue = 0
2023-05-25 11:58:07 mod_websocket                                                debug  Websocket received frame: opcode=1, 26 bytes
2023-05-25 11:58:07 c2s5575bb411fa0                                              debug  Received[c2s]: <r xmlns='urn:xmpp:sm:3' xml:lang='en'>
2023-05-25 11:58:07 meet.jitsi:smacks                                            debug  Received ack request, acking for 11
2023-05-25 11:58:07 c2s5575bb411fa0                                              debug  Sending[c2s]: <a xmlns='urn:xmpp:sm:3' h='11'>
2023-05-25 11:58:08 mod_websocket                                                debug  Websocket received frame: opcode=1, 136 bytes
2023-05-25 11:58:08 c2s5575bb411fa0                                              debug  Handled 12 incoming stanzas
2023-05-25 11:58:08 c2s5575bb411fa0                                              debug  Received[c2s]: <iq to='meet.jitsi' id='6c2da3f4-818b-48d0-b7dc-fd073780c3db:sendIQ' type='get' xml:lang='en'>
2023-05-25 11:58:08 c2s5575bb411fa0                                              debug  Sending[c2s]: <iq to='bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN' from='meet.jitsi' id='6c2da3f4-818b-48d0-b7dc-fd073780c3db:sendIQ' type='result'>
2023-05-25 11:58:10 c2s5575bb2f6520                                              debug  Received[c2s]: <presence to='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:58:10 internal-muc.meet.jitsi:muc                                  debug  presence update for jvbbrewery@internal-muc.meet.jitsi/b1868138e161 from session jvb@auth.meet.jitsi/Zl6GprjnKbuo
2023-05-25 11:58:10 c2s5575baae0130                                              debug  Sending[c2s]: <presence to='focus@auth.meet.jitsi/focus' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:58:10 c2s5575bb2f6520                                              debug  Sending[c2s]: <presence to='jvb@auth.meet.jitsi/Zl6GprjnKbuo' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' xml:lang='en-US'>
2023-05-25 11:58:10 c2s5575baae0130                                              debug  Received[c2s]: <iq to='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' id='IQEPJ-35' type='get' xml:lang='en-US'>
2023-05-25 11:58:10 internal-muc.meet.jitsi:muc                                  debug  focus@auth.meet.jitsi/focus sent private iq stanza to jvbbrewery@internal-muc.meet.jitsi/b1868138e161 (jvb@auth.meet.jitsi/Zl6GprjnKbuo)
2023-05-25 11:58:10 c2s5575bb2f6520                                              debug  Sending[c2s]: <iq to='jvb@auth.meet.jitsi/Zl6GprjnKbuo' xml:lang='en-US' id='anZiQGF1dGgubWVldC5qaXRzaS9abDZHcHJqbktidW8ASVFFUEotMzUA0u2wmfd/C24=' type='get' from='jvbbrewery@internal-muc.meet.jitsi/focus'>
2023-05-25 11:58:10 c2s5575bb2f6520                                              debug  Received[c2s]: <iq to='jvbbrewery@internal-muc.meet.jitsi/focus' id='anZiQGF1dGgubWVldC5qaXRzaS9abDZHcHJqbktidW8ASVFFUEotMzUA0u2wmfd/C24=' type='result' xml:lang='en-US'>
2023-05-25 11:58:10 internal-muc.meet.jitsi:muc                                  debug  jvb@auth.meet.jitsi/Zl6GprjnKbuo sent private iq stanza to jvbbrewery@internal-muc.meet.jitsi/focus (focus@auth.meet.jitsi/focus)
2023-05-25 11:58:10 c2s5575baae0130                                              debug  Sending[c2s]: <iq to='focus@auth.meet.jitsi/focus' xml:lang='en-US' id='IQEPJ-35' type='result' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161'>
2023-05-25 11:58:10 c2s5575bb2f6520                                              debug  Received[c2s]: <iq to='jvbbrewery@internal-muc.meet.jitsi/focus' id='anZiQGF1dGgubWVldC5qaXRzaS9abDZHcHJqbktidW8ASko5VVctOQDS7bCZ938Lbg==' type='result' xml:lang='en-US'>
2023-05-25 11:58:10 internal-muc.meet.jitsi:muc                                  debug  jvb@auth.meet.jitsi/Zl6GprjnKbuo sent private iq stanza to jvbbrewery@internal-muc.meet.jitsi/focus (focus@auth.meet.jitsi/focus)
2023-05-25 11:58:10 c2s5575baae0130                                              debug  Sending[c2s]: <iq to='focus@auth.meet.jitsi/focus' xml:lang='en-US' id='JJ9UW-9' type='result' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161'>
2023-05-25 11:58:10 c2s5575bb2f6520                                              debug  Received[c2s]: <iq to='jvbbrewery@internal-muc.meet.jitsi/focus' id='anZiQGF1dGgubWVldC5qaXRzaS9abDZHcHJqbktidW8ASko5VVctMTAA0u2wmfd/C24=' type='result' xml:lang='en-US'>
2023-05-25 11:58:10 internal-muc.meet.jitsi:muc                                  debug  jvb@auth.meet.jitsi/Zl6GprjnKbuo sent private iq stanza to jvbbrewery@internal-muc.meet.jitsi/focus (focus@auth.meet.jitsi/focus)
2023-05-25 11:58:10 c2s5575baae0130                                              debug  Sending[c2s]: <iq to='focus@auth.meet.jitsi/focus' xml:lang='en-US' id='JJ9UW-10' type='result' from='jvbbrewery@internal-muc.meet.jitsi/b1868138e161'>
2023-05-25 11:58:10 c2s5575baae0130                                              debug  Received[c2s]: <iq to='room1@muc.meet.jitsi/bd213d08' id='IQEPJ-38' type='set' xml:lang='en-US'>
2023-05-25 11:58:10 muc.meet.jitsi:muc                                           debug  focus@auth.meet.jitsi/focus sent private iq stanza to room1@muc.meet.jitsi/bd213d08 (bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN)
2023-05-25 11:58:10 c2s5575bb411fa0                                              debug  Sending[c2s]: <iq to='bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN' xml:lang='en-US' id='YmQyMTNkMDgtNTdlZi00ZWMxLThlZGEtYjA0NzkzMjBiY2NmQG1lZXQuaml0c2kvbVFsUURvWkdjT3pOAElRRVBKLTM4AOF0pmPRWQVd' type='set' from='room1@muc.meet.jitsi/focus'>
2023-05-25 11:58:10 c2s5575baae0130                                              debug  Received[c2s]: <iq to='room1@muc.meet.jitsi/65d0c2d5' id='IQEPJ-37' type='set' xml:lang='en-US'>
2023-05-25 11:58:10 muc.meet.jitsi:muc                                           debug  focus@auth.meet.jitsi/focus sent private iq stanza to room1@muc.meet.jitsi/65d0c2d5 (65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb)
2023-05-25 11:58:10 c2s5575bb2947e0                                              debug  Sending[c2s]: <iq to='65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb' xml:lang='en-US' id='NjVkMGMyZDUtYTBlYS00MTNlLWFhY2QtZTY4YWUxYzI2YWM1QG1lZXQuaml0c2kveTB4ZVppcWRMVm5iAElRRVBKLTM3AOF0pmPRWQVd' type='set' from='room1@muc.meet.jitsi/focus'>
2023-05-25 11:58:11 mod_websocket                                                debug  Websocket received frame: opcode=1, 183 bytes
2023-05-25 11:58:11 c2s5575bb411fa0                                              debug  Handled 13 incoming stanzas
2023-05-25 11:58:11 c2s5575bb411fa0                                              debug  Received[c2s]: <iq to='room1@muc.meet.jitsi/focus' id='YmQyMTNkMDgtNTdlZi00ZWMxLThlZGEtYjA0NzkzMjBiY2NmQG1lZXQuaml0c2kvbVFsUURvWkdjT3pOAElRRVBKLTM4AOF0pmPRWQVd' type='result' xml:lang='en'>
2023-05-25 11:58:11 muc.meet.jitsi:muc                                           debug  bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN sent private iq stanza to room1@muc.meet.jitsi/focus (focus@auth.meet.jitsi/focus)
2023-05-25 11:58:11 c2s5575baae0130                                              debug  Sending[c2s]: <iq to='focus@auth.meet.jitsi/focus' xml:lang='en' id='IQEPJ-38' type='result' from='room1@muc.meet.jitsi/bd213d08'>
2023-05-25 11:58:11 mod_websocket                                                debug  Websocket received frame: opcode=1, 183 bytes
2023-05-25 11:58:11 c2s5575bb2947e0                                              debug  Handled 16 incoming stanzas
2023-05-25 11:58:11 c2s5575bb2947e0                                              debug  Received[c2s]: <iq to='room1@muc.meet.jitsi/focus' id='NjVkMGMyZDUtYTBlYS00MTNlLWFhY2QtZTY4YWUxYzI2YWM1QG1lZXQuaml0c2kveTB4ZVppcWRMVm5iAElRRVBKLTM3AOF0pmPRWQVd' type='result' xml:lang='en'>
2023-05-25 11:58:11 muc.meet.jitsi:muc                                           debug  65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb sent private iq stanza to room1@muc.meet.jitsi/focus (focus@auth.meet.jitsi/focus)
2023-05-25 11:58:11 c2s5575baae0130                                              debug  Sending[c2s]: <iq to='focus@auth.meet.jitsi/focus' xml:lang='en' id='IQEPJ-37' type='result' from='room1@muc.meet.jitsi/65d0c2d5'>
2023-05-25 11:58:11 mod_websocket                                                debug  Websocket received frame: opcode=1, 3920 bytes
2023-05-25 11:58:11 c2s5575bb411fa0                                              debug  Handled 14 incoming stanzas
2023-05-25 11:58:11 c2s5575bb411fa0                                              debug  Received[c2s]: <iq to='room1@muc.meet.jitsi/focus' id='dcc9b3cb-4699-4cda-ab3f-b48a4eb7c02b:sendIQ' type='set' xml:lang='en'>
2023-05-25 11:58:11 muc.meet.jitsi:muc                                           debug  bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN sent private iq stanza to room1@muc.meet.jitsi/focus (focus@auth.meet.jitsi/focus)
2023-05-25 11:58:11 c2s5575baae0130                                              debug  Sending[c2s]: <iq to='focus@auth.meet.jitsi/focus' xml:lang='en' id='Zm9jdXNAYXV0aC5tZWV0LmppdHNpL2ZvY3VzAGRjYzliM2NiLTQ2OTktNGNkYS1hYjNmLWI0OGE0ZWI3YzAyYjpzZW5kSVEAa9k6E1ZRWgM=' type='set' from='room1@muc.meet.jitsi/bd213d08'>
2023-05-25 11:58:11 c2s5575baae0130                                              debug  Received[c2s]: <iq to='jvbbrewery@internal-muc.meet.jitsi/b1868138e161' id='JJ9UW-11' type='get' xml:lang='en-US'>
2023-05-25 11:58:11 internal-muc.meet.jitsi:muc                                  debug  focus@auth.meet.jitsi/focus sent private iq stanza to jvbbrewery@internal-muc.meet.jitsi/b1868138e161 (jvb@auth.meet.jitsi/Zl6GprjnKbuo)
2023-05-25 11:58:11 c2s5575bb2f6520                                              debug  Sending[c2s]: <iq to='jvb@auth.meet.jitsi/Zl6GprjnKbuo' xml:lang='en-US' id='anZiQGF1dGgubWVldC5qaXRzaS9abDZHcHJqbktidW8ASko5VVctMTEA0u2wmfd/C24=' type='get' from='jvbbrewery@internal-muc.meet.jitsi/focus'>
2023-05-25 11:58:11 c2s5575baae0130                                              debug  Received[c2s]: <iq to='room1@muc.meet.jitsi/bd213d08' id='Zm9jdXNAYXV0aC5tZWV0LmppdHNpL2ZvY3VzAGRjYzliM2NiLTQ2OTktNGNkYS1hYjNmLWI0OGE0ZWI3YzAyYjpzZW5kSVEAa9k6E1ZRWgM=' type='result' xml:lang='en-US'>
2023-05-25 11:58:11 muc.meet.jitsi:muc                                           debug  focus@auth.meet.jitsi/focus sent private iq stanza to room1@muc.meet.jitsi/bd213d08 (bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN)
2023-05-25 11:58:11 c2s5575bb411fa0                                              debug  Sending[c2s]: <iq to='bd213d08-57ef-4ec1-8eda-b0479320bccf@meet.jitsi/mQlQDoZGcOzN' xml:lang='en-US' id='dcc9b3cb-4699-4cda-ab3f-b48a4eb7c02b:sendIQ' type='result' from='room1@muc.meet.jitsi/focus'>
2023-05-25 11:58:11 mod_websocket                                                debug  Websocket received frame: opcode=1, 6264 bytes
2023-05-25 11:58:11 c2s5575bb2947e0                                              debug  Handled 17 incoming stanzas
2023-05-25 11:58:11 c2s5575bb2947e0                                              debug  Received[c2s]: <iq to='room1@muc.meet.jitsi/focus' id='acb43515-762c-4229-b580-cad9822548a7:sendIQ' type='set' xml:lang='en'>
2023-05-25 11:58:11 muc.meet.jitsi:muc                                           debug  65d0c2d5-a0ea-413e-aacd-e68ae1c26ac5@meet.jitsi/y0xeZiqdLVnb sent private iq stanza to room1@muc.meet.jitsi/focus (focus@auth.meet.jitsi/focus)
2023-05-25 11:58:11 c2s5575baae0130                                              debug  Sending[c2s]: <iq to='focus@auth.meet.jitsi/focus' xml:lang='en' id='Zm9jdXNAYXV0aC5tZWV0LmppdHNpL2ZvY3VzAGFjYjQzNTE1LTc2MmMtNDIyOS1iNTgwLWNhZDk4MjI1NDhhNzpzZW5kSVEAGEK6eaEScqA=' type='set' from='room1@muc.meet.jitsi/65d0c2d5'>
2023-05-25 11:58:11 mod_websocket                                                debug  Websocket received frame: opcode=1, 467 bytes
2023-05-25 11:58:11 c2s5575bb411fa0                                              debug  Handled 15 incoming stanzas
...

Hi @saghul ,

enable auto owner is set to false in the generated /config/jicofo.conf:

# pwd
/config
# cat jicofo.conf

jicofo {
    
    authentication {
      enabled = true
      // The type of authentication. Supported values are XMPP, JWT or SHIBBOLETH (default).
      
      type = JWT
            
      login-url = "meet.jitsi"
      
      enable-auto-login=true
    }
    
    // Configuration related to jitsi-videobridge
    bridge {

      brewery-jid = "jvbbrewery@internal-muc.meet.jitsi"
    }
    // Configure the codecs and RTP extensions to be used in the offer sent to clients.
    codec {
      video {
        
      }
    }

    conference {
      
      enable-auto-owner = false
      
    }

    octo {
      // Whether or not to use Octo. Note that when enabled, its use will be determined by
      // $jicofo.bridge.selection-strategy. There's a corresponding flag in the JVB and these
      // two MUST be in sync (otherwise bridges will crash because they won't know how to
      // deal with octo channels).
      enabled = false
    }

    sctp {
      enabled = false
    }

    xmpp {
      client {
        enabled = true
        hostname = "xmpp.meet.jitsi"
        port = "5222"
        domain = "auth.meet.jitsi"
        xmpp-domain = "meet.jitsi"
        username = "focus"
        password = "67634b47f522b4d938a54de4db0ed304"
        conference-muc-jid = "muc.meet.jitsi"
        client-proxy = "focus.meet.jitsi"
        disable-certificate-verification = true
      }
      
    }
}

Hum the config seems correct. Paging @emrah :slight_smile:

When the external auth is enabled (in your case, the external JWT auth is enabled), the moderator is set by checking the external auth result.

You should disable the external auth in jicofo.
jicofo.authentication.enabled = false

2 Likes

I tried, but If I disable it, no one gets the moderator role anymore, even if I specify “affiliation”: “owner”:

image

image

My suspicion here is that you have not enabled the module for your main muc component.

The install instructions on the plugin page says to add the module to conference.meet.mydomain.com because that’s the default name in a standard non-docker install.

But in the case of docker, note that:

So the plugins should probably be added here instead:

Instead of manually modifying the default config file, you can probably just add “token_affiliation” to the XMPP_MUC_MODULES env var and it should then be inserted in the right place.

1 Like

You were absolutely right, the module was not enabled, and adding it to the env variable solved the problem.
You all pointed me in the right direction.
I leave here some notes just in case other jitsi docker users are facing the same problem.

  1. jicofo.conference.enable-auto-owner should be false

  2. Jicofo authentication should be disabled to let affiliation plugin do his job

  3. affiliation plugin should be copied in the folder ….jitsi-meet-cfg\prosody\prosody-plugins-custom

  4. affiliation plugin should be enabled

Here is the relevant code in my .env file

# Enable authentication
ENABLE_AUTH=1

# Enable guest access
ENABLE_GUESTS=0

# Select authentication type: internal, jwt, ldap or matrix
AUTH_TYPE=jwt

# JWT authentication
# Application identifier
JWT_APP_ID=my_jitsi_app_id

# Application secret known only to your token generator
JWT_APP_SECRET=my_jitsi_app_secret

XMPP_MUC_MODULES="token_affiliation"

Jicofo authentication should be disabled to make the affiliation plugin do his job, but I cannot disable it from the .env file, because the jwt env variables are used by web and prosody containers, too.

The solution I found is to leave it enabled in the .env file, and to manually disable authentication in “/defaults/jicofo.conf” (or to comment out jicofo.environment.ENABLE_AUTH in the “docker-compose.yml” file).

Thanks!

1 Like

An extra env var to simplify the last workaround would be acceptable, if someone is willing to send a PR.

I think it would be a great idea.
Do you mean something like “ENABLE_JICOFO_AUTH”, default=false, (with the appropriate if) in

/defaults/jicofo.conf

{{ $ENABLE_JICOFO_AUTH:= .Env.ENABLE_JICOFO_AUTH| default "0" | toBool }}

and the env variable with an appropriate comment in

env.example

# Enables authentication in Jicofo: set to 1 if ENABLE_AUTH=1
# and you do not need to disable external authentication
# (for example to support the token_affiliation plugin)
#ENABLE_JICOFO_AUTH=1

Almost, it should default to the value of ENABLE_AUTH, because that’s a sensible default.

1 Like

I agree, I was thinking about a double check in the if condition (if ENABLE_AUTH and ENABLE_JICOFO_AUTH…), but your proposal seems better.

1 Like

I tested the modifications in my local environment, all nine combinations: ENABLE_AUTH=n/a, 0,1 and JICOFO_ENABLE_AUTH=n/a,0,1, and it works.

I am ready to create a PR.
@saghul what’s the correct procedure to create a PR in the jitsi-docker project? It would be my first contribution :slight_smile:

file: .env

...
# Enable authentication
#ENABLE_AUTH=1

# Enable authentication in Jicofo: defaults to ENABLE_AUTH
#JICOFO_ENABLE_AUTH=1
...

file: docker-compose.yml

...
    # Focus component
    jicofo:
        ...
        environment:
            ...
            - ENABLE_AUTH
            - JICOFO_ENABLE_AUTH
            ...
...

file: jicofo/rootfs/defaults/jicofo.conf

...
{{ $JICOFO_ENABLE_AUTH := (.Env.JICOFO_ENABLE_AUTH | default .Env.ENABLE_AUTH) | default "0" | toBool }}
...
jicofo {
    {{ if $JICOFO_ENABLE_AUTH }}
    authentication {
      enabled = true
...

Looking good! YEah, just fork the project and send the PR, we’ll be happy to review it!