=== Test case: mam_SUITE:muc_querying_for_all_messages_with_jid/1 (click for source code)

=== Config value:

    [{props,[{mam_ns,<<"urn:xmpp:mam:1">>}]},
     {with_rsm,true},
     {watchdog,<0.59115.0>},
     {basic_group,muc_all},
     {configuration,rdbms_mnesia_cache},
     {mam_meta_opts,#{cache =>
                          #{module => internal,strategy => fifo,
                            number_of_segments => 3,time_to_live => 480},
                      muc => #{host => {prefix,<<"muc.">>}},
                      async_writer =>
                          #{enabled => false,pool_size => 16,batch_size => 30,
                            flush_interval => 2000},
                      is_archivable_message => mod_mam_utils,
                      send_message => mod_mam_utils,backend => rdbms,
                      full_text_search => true,message_retraction => true,
                      max_result_limit => 50,default_result_limit => 50,
                      enforce_simple_queries => false,
                      archive_chat_markers => false,
                      no_stanzaid_element => false,user_prefs_store => mnesia,
                      cache_users => true}},
     {mod_offline_loaded,false},
     {escalus_user_db,{module,escalus_ejabberd}},
     {preset,"odbc_mssql_mnesia"},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/mam_SUITE_data"},
     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@38467046e2a2.2024-03-11_11.25.28/big_tests.tests.mam_SUITE.logs/run.2024-03-11_11.35.53/mam_suite.muc_querying_for_all_messages_with_jid.87684.html"},
     {tc_group_properties,[{name,muc04},parallel]},
     {tc_group_path,[[{name,rdbms_mnesia_cache_muc_all},parallel]]},
     {data_dir,"/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/mam_SUITE_data/"},
     {priv_dir,"/home/circleci/project/big_tests/ct_report/ct_run.test@38467046e2a2.2024-03-11_11.25.28/big_tests.tests.mam_SUITE.logs/run.2024-03-11_11.35.53/log_private/"},
     {config_backup,#{[shaper,fast] => {ok,#{max_rate => 50000}},
                      [shaper,mam_shaper] => {ok,#{max_rate => 1}},
                      [shaper,normal] => {ok,#{max_rate => 1000}},
                      [{access,<<"localhost">>},max_user_sessions] =>
                          {ok,[#{value => 10,acl => all}]}}},
     {{saved_modules,mongooseim@localhost,<<"localhost">>},
      #{mod_vcard =>
            #{matches => 30,
              host => {prefix,<<"vjud.">>},
              search => true,iqdisc => parallel,backend => rdbms},
        mod_roster =>
            #{iqdisc => one_queue,backend => rdbms,versioning => false,
              store_current_id => false},
        mod_amp => #{},
        mod_register =>
            #{access => register,iqdisc => one_queue,
              registration_watchers => [],password_strength => 0,
              ip_access => [{allow,"127.0.0.0/8"},{deny,"0.0.0.0/0"}]},
        mod_sic => #{iqdisc => one_queue},
        mod_muc =>
            #{access => muc,
              host => {prefix,<<"muc.">>},
              backend => rdbms,online_backend => mnesia,max_users => 200,
              room_shaper => none,http_auth_pool => none,
              hibernate_timeout => 2000,history_size => 20,
              hibernated_room_check_interval => 1000,
              hibernated_room_timeout => 2000,access_create => muc_create,
              access_admin => none,access_persistent => all,
              default_room =>
                  #{public => true,description => <<>>,persistent => false,
                    title => <<>>,password => <<>>,subject => <<>>,
                    affiliations => [],anonymous => true,
                    allow_change_subj => true,allow_query_users => true,
                    allow_private_messages => true,
                    allow_visitor_status => true,
                    allow_visitor_nickchange => true,public_list => true,
                    moderated => true,members_by_default => true,
                    members_only => false,allow_user_invites => false,
                    allow_multiple_sessions => false,
                    password_protected => false,max_users => 200,
                    maygetmemberlist => [],logging => false,
                    subject_author => <<>>},
              load_permanent_rooms_at_startup => false,
              max_room_id => infinity,min_presence_interval => 0,
              max_users_admin_threshold => 5,user_message_shaper => none,
              user_presence_shaper => none,min_message_interval => 0,
              max_user_conferences => 10,max_room_name => infinity,
              max_room_desc => infinity},
        mod_disco =>
            #{iqdisc => one_queue,server_info => [],extra_domains => [],
              users_can_see_hidden_services => false},
        mod_presence => #{},
        mod_stream_management =>
            #{buffer => true,ack => true,
              stale_h =>
                  #{enabled => false,repeat_after => 1800,geriatric => 3600},
              backend => mnesia,buffer_max => 100,ack_freq => 1,
              resume_timeout => 600},
        mod_muc_log =>
            #{dirname => room_jid,outdir => "/tmp/muclogs",
              file_format => html,css_file => false,timezone => local,
              spam_prevention => true,
              top_link => {"/","Home"},
              access_log => muc,dirtype => subdirs},
        mod_adhoc => #{iqdisc => one_queue,report_commands_node => false},
        mod_cache_users =>
            #{strategy => fifo,number_of_segments => 5,time_to_live => 2},
        mod_carboncopy => #{iqdisc => no_queue},
        mod_bosh =>
            #{backend => mnesia,inactivity => 30,max_pause => 120,
              max_wait => infinity,server_acks => false}}},
     {escalus_users,[{alice,[{username,<<"alicE">>},
                             {server,<<"localhost">>},
                             {password,<<"matygrysa">>}]},
                     {bob,[{username,<<"bOb">>},
                           {server,<<"localhost">>},
                           {password,<<"makrolika">>}]},
                     {kate,[{username,<<"kate">>},
                            {server,<<"localhost">>},
                            {password,<<"makrowe;p">>}]},
                     {carol,[{username,<<"carol">>},
                             {server,<<"localhost">>},
                             {password,<<"jinglebells">>},
                             {transport,escalus_bosh},
                             {path,<<"/http-bind">>},
                             {port,5280}]}]}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@38467046e2a2.2024-03-11_11.25.28"

=== Started at 2024-03-11 11:37:28


*** CT 2024-03-11 11:37:28.669 *** View log from node mongooseim@localhost when started🔗 mongooseim@localhost_2301.html
Could not find element wait_for_parallel_writer in Config.

Could not find element archive_wait in Config.


*** User 2024-03-11 11:37:28.979 ***🔗
waiting for room_archive_size is done in 0 miliseconds

*** User 2024-03-11 11:37:28.985 ***🔗
alicE_unnamed_2552@localhost/res1 out
<stream:stream to='localhost' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2024-03-11 11:37:28.986 ***🔗
alicE_unnamed_2552@localhost/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='2d2dc12b90f6888f' from='localhost' version='1.0' xml:lang='en'>

*** User 2024-03-11 11:37:28.986 ***🔗
alicE_unnamed_2552@localhost/res1 in
<stream:features>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
	<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
		<mechanism>SCRAM-SHA-256</mechanism>
		<mechanism>PLAIN</mechanism>
	</mechanisms>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2024-03-11 11:37:28.986 ***🔗
alicE_unnamed_2552@localhost/res1 out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGFsaWNFX3VubmFtZWRfMjU1MgBtYXR5Z3J5c2E=</auth>



*** User 2024-03-11 11:37:28.987 ***🔗
alicE_unnamed_2552@localhost/res1 in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2024-03-11 11:37:28.987 ***🔗
alicE_unnamed_2552@localhost/res1 out
<stream:stream to='localhost' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2024-03-11 11:37:28.988 ***🔗
alicE_unnamed_2552@localhost/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='1cc51699eb70223d' from='localhost' version='1.0' xml:lang='en' to='alice_unnamed_2552@localhost'>

*** User 2024-03-11 11:37:28.988 ***🔗
alicE_unnamed_2552@localhost/res1 in
<stream:features>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2024-03-11 11:37:28.988 ***🔗
alicE_unnamed_2552@localhost/res1 out
<iq type='set' id='d7595c556d214765dd3cf984bbae4d11'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>res1</resource>
	</bind>
</iq>



*** User 2024-03-11 11:37:28.988 ***🔗
alicE_unnamed_2552@localhost/res1 in
<iq id='d7595c556d214765dd3cf984bbae4d11' type='result'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>alice_unnamed_2552@localhost/res1</jid>
	</bind>
</iq>



*** User 2024-03-11 11:37:28.988 ***🔗
alice_unnamed_2552@localhost/res1 out
<iq type='set' id='fd81075ea1a812a60edb8d4e6bf1e32b'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2024-03-11 11:37:28.988 ***🔗
alice_unnamed_2552@localhost/res1 in
<iq from='localhost' to='alice_unnamed_2552@localhost/res1' id='fd81075ea1a812a60edb8d4e6bf1e32b' type='result'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2024-03-11 11:37:28.989 ***🔗
alice_unnamed_2552@localhost/res1 out
<presence/>



*** User 2024-03-11 11:37:28.990 ***🔗
alice_unnamed_2552@localhost/res1 in
<presence from='alice_unnamed_2552@localhost/res1' to='alice_unnamed_2552@localhost/res1'/>



*** User 2024-03-11 11:37:28.990 ***🔗
alice_unnamed_2552@localhost/res1 out
<iq type='set' id='d06557d75df4f58eb3c19a73503b57fe' to='alicE_unnamed_2552room0-59170-0@muc.localhost'>
	<query xmlns='urn:xmpp:mam:1'>
		<x xmlns='jabber:x:data' type='submit'>
			<field var='with'>
				<value>alicE_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname</value>
			</field>
		</x>
	</query>
</iq>



*** User 2024-03-11 11:37:29.003 ***🔗
alice_unnamed_2552@localhost/res1 in
<message from='alice_unnamed_2552room0-59170-0@muc.localhost' to='alice_unnamed_2552@localhost/res1' id='bcb1a190-c38f-428e-b80a-a28baa938943'>
	<result xmlns='urn:xmpp:mam:1' id='C4H1EJSPN00J'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2024-02-24T14:26:06.000000Z' from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname'/>
			<message from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>c307241b</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2024-03-11 11:37:29.003 ***🔗
alice_unnamed_2552@localhost/res1 in
<message from='alice_unnamed_2552room0-59170-0@muc.localhost' to='alice_unnamed_2552@localhost/res1' id='090e4a4d-5064-463d-b18f-bd966c61f17c'>
	<result xmlns='urn:xmpp:mam:1' id='C4HO2SPS0G0D'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2024-02-25T17:26:17.000000Z' from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname'/>
			<message from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>3f336ab7</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2024-03-11 11:37:29.003 ***🔗
alice_unnamed_2552@localhost/res1 in
<message from='alice_unnamed_2552room0-59170-0@muc.localhost' to='alice_unnamed_2552@localhost/res1' id='094c65cb-b6fd-4068-b535-d986fc94ec39'>
	<result xmlns='urn:xmpp:mam:1' id='C4HU71KU8006'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2024-02-26T00:45:04.000000Z' from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname'/>
			<message from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>9a2046f1</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2024-03-11 11:37:29.003 ***🔗
alice_unnamed_2552@localhost/res1 in
<message from='alice_unnamed_2552room0-59170-0@muc.localhost' to='alice_unnamed_2552@localhost/res1' id='f5ec6242-3a80-4485-b283-9376e634fa08'>
	<result xmlns='urn:xmpp:mam:1' id='C4IUP1THG003'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2024-02-27T15:36:00.000000Z' from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname'/>
			<message from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>7a68e41d</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2024-03-11 11:37:29.003 ***🔗
alice_unnamed_2552@localhost/res1 in
<message from='alice_unnamed_2552room0-59170-0@muc.localhost' to='alice_unnamed_2552@localhost/res1' id='046382bf-7c92-4990-bb31-f6ec44d68198'>
	<result xmlns='urn:xmpp:mam:1' id='C4JO8HP9F003'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2024-02-28T22:00:14.000000Z' from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname'/>
			<message from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>5cd7c706</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2024-03-11 11:37:29.003 ***🔗
alice_unnamed_2552@localhost/res1 in
<message from='alice_unnamed_2552room0-59170-0@muc.localhost' to='alice_unnamed_2552@localhost/res1' id='71adf2ce-3117-4002-8eb3-4f79bfc31901'>
	<result xmlns='urn:xmpp:mam:1' id='C4JVP2DD400D'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2024-02-29T06:58:16.000000Z' from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname'/>
			<message from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>ec71b94a</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2024-03-11 11:37:29.003 ***🔗
alice_unnamed_2552@localhost/res1 in
<message from='alice_unnamed_2552room0-59170-0@muc.localhost' to='alice_unnamed_2552@localhost/res1' id='04409af9-3a8d-462b-b5a3-58dd2dde16e8'>
	<result xmlns='urn:xmpp:mam:1' id='C4KFM02EPG0E'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2024-03-01T01:56:43.000000Z' from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname'/>
			<message from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>d2b9254d</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2024-03-11 11:37:29.004 ***🔗
alice_unnamed_2552@localhost/res1 in
<message from='alice_unnamed_2552room0-59170-0@muc.localhost' to='alice_unnamed_2552@localhost/res1' id='ae8fd81e-852c-4367-8837-93fce5fb8469'>
	<result xmlns='urn:xmpp:mam:1' id='C4LACLP6A006'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2024-03-02T09:48:36.000000Z' from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname'/>
			<message from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>7ce99ad6</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2024-03-11 11:37:29.004 ***🔗
alice_unnamed_2552@localhost/res1 in
<message from='alice_unnamed_2552room0-59170-0@muc.localhost' to='alice_unnamed_2552@localhost/res1' id='38ecf904-70d4-48fe-b263-e904ae331cfe'>
	<result xmlns='urn:xmpp:mam:1' id='C4LT5AC32G0C'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2024-03-03T08:12:13.000000Z' from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname'/>
			<message from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>b745c778</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2024-03-11 11:37:29.004 ***🔗
alice_unnamed_2552@localhost/res1 in
<message from='alice_unnamed_2552room0-59170-0@muc.localhost' to='alice_unnamed_2552@localhost/res1' id='b27e9daa-c7b3-4cfb-b0ee-57b1fad3ec47'>
	<result xmlns='urn:xmpp:mam:1' id='C4MPDDVRKG0J'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2024-03-04T17:54:41.000000Z' from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname'/>
			<message from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>f1265703</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2024-03-11 11:37:29.004 ***🔗
alice_unnamed_2552@localhost/res1 in
<message from='alice_unnamed_2552room0-59170-0@muc.localhost' to='alice_unnamed_2552@localhost/res1' id='b6918600-171a-444a-8353-7fa184a10c95'>
	<result xmlns='urn:xmpp:mam:1' id='C4NDLAS0CG0E'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2024-03-05T18:04:01.000000Z' from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname'/>
			<message from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>36f2fc9c</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2024-03-11 11:37:29.004 ***🔗
alice_unnamed_2552@localhost/res1 in
<message from='alice_unnamed_2552room0-59170-0@muc.localhost' to='alice_unnamed_2552@localhost/res1' id='66c34337-6ded-41cc-af09-c2cf45aa8fd0'>
	<result xmlns='urn:xmpp:mam:1' id='C4O0V3B8A00D'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2024-03-06T17:05:56.000000Z' from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname'/>
			<message from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>8d812998</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2024-03-11 11:37:29.004 ***🔗
alice_unnamed_2552@localhost/res1 in
<message from='alice_unnamed_2552room0-59170-0@muc.localhost' to='alice_unnamed_2552@localhost/res1' id='d84b827f-6e06-4087-934a-8fba9d676387'>
	<result xmlns='urn:xmpp:mam:1' id='C4OGHLR2L00D'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2024-03-07T11:41:14.000000Z' from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname'/>
			<message from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>e9d7914a</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2024-03-11 11:37:29.004 ***🔗
alice_unnamed_2552@localhost/res1 in
<message from='alice_unnamed_2552room0-59170-0@muc.localhost' to='alice_unnamed_2552@localhost/res1' id='3cd88c0f-3297-42d0-ad24-ba7a6063d606'>
	<result xmlns='urn:xmpp:mam:1' id='C4PB9IL17G08'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2024-03-08T19:35:51.000000Z' from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname'/>
			<message from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>4d129ef5</body>
			</message>
		</forwarded>
	</result>
</message>


Could not find element wait_for_parallel_writer in Config.


*** User 2024-03-11 11:37:29.004 ***🔗
alice_unnamed_2552@localhost/res1 in
<message from='alice_unnamed_2552room0-59170-0@muc.localhost' to='alice_unnamed_2552@localhost/res1' id='2c3085ca-5cfb-48fa-a37e-f421820bfaaa'>
	<result xmlns='urn:xmpp:mam:1' id='C4PKITET9G07'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2024-03-09T06:40:59.000000Z' from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname'/>
			<message from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>49cd478d</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2024-03-11 11:37:29.004 ***🔗
alice_unnamed_2552@localhost/res1 in
<message from='alice_unnamed_2552room0-59170-0@muc.localhost' to='alice_unnamed_2552@localhost/res1' id='a51ee1fd-ee5f-414a-8874-eee9ea4e73e2'>
	<result xmlns='urn:xmpp:mam:1' id='C4QB2F6UE00H'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2024-03-10T09:30:36.000000Z' from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname'/>
			<message from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>676b1211</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2024-03-11 11:37:29.004 ***🔗
alice_unnamed_2552@localhost/res1 in
<message from='alice_unnamed_2552room0-59170-0@muc.localhost' to='alice_unnamed_2552@localhost/res1' id='85af7837-2cc8-4e7f-abbc-0b0aa82fa0d3'>
	<result xmlns='urn:xmpp:mam:1' id='C4R1H35A0002'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2024-03-11T12:18:08.000000Z' from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname'/>
			<message from='alice_unnamed_2552room0-59170-0@muc.localhost/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>a67150f5</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2024-03-11 11:37:29.004 ***🔗
alice_unnamed_2552@localhost/res1 in
<iq from='alice_unnamed_2552room0-59170-0@muc.localhost' to='alice_unnamed_2552@localhost/res1' id='d06557d75df4f58eb3c19a73503b57fe' type='result'>
	<fin xmlns='urn:xmpp:mam:1' complete='true'>
		<set xmlns='http://jabber.org/protocol/rsm'>
			<first index='0'>C4H1EJSPN00J</first>
			<last>C4R1H35A0002</last>
			<count>17</count>
		</set>
	</fin>
</iq>



*** User 2024-03-11 11:37:29.005 ***🔗
alice_unnamed_2552@localhost/res1 out
</stream:stream>

*** User 2024-03-11 11:37:29.005 ***🔗
alice_unnamed_2552@localhost/res1 in
</stream:stream>

*** User 2024-03-11 11:37:29.010 ***🔗
waiting for room_archive_size is done in 0 miliseconds
*** CT 2024-03-11 11:37:29.016 *** View log from node mongooseim@localhost when finished🔗 mongooseim@localhost_2302.html



=== Ended at 2024-03-11 11:37:29
=== successfully completed test case
=== === Returned value: ok