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

=== Config value:

    [{props,[{mam_ns,<<"urn:xmpp:mam:1">>}]},
     {watchdog,<0.55005.0>},
     {basic_group,mam_all},
     {configuration,rdbms_mnesia_cache},
     {mam_meta_opts,#{cache =>
                          #{module => internal,strategy => fifo,
                            number_of_segments => 3,time_to_live => 480},
                      backend => rdbms,max_result_limit => 50,
                      send_message => mod_mam_utils,
                      pm =>
                          #{archive_groupchats => false,
                            same_mam_id_for_peers => false},
                      is_archivable_message => mod_mam_utils,
                      default_result_limit => 50,
                      enforce_simple_queries => false,
                      archive_chat_markers => false,full_text_search => true,
                      message_retraction => true,
                      async_writer =>
                          #{enabled => false,pool_size => 16,batch_size => 30,
                            flush_interval => 2000},
                      no_stanzaid_element => false,user_prefs_store => mnesia,
                      cache_users => true}},
     {mod_offline_loaded,false},
     {escalus_user_db,{module,escalus_ejabberd}},
     {preset,"pgsql_cets"},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/mam_SUITE_data"},
     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@1c2ae12cdb1a.2023-11-17_15.10.15/big_tests.tests.mam_SUITE.logs/run.2023-11-17_15.17.13/mam_suite.querying_for_all_messages_with_jid.166018.html"},
     {tc_group_properties,[{name,mam04},parallel]},
     {tc_group_path,[[{name,rdbms_mnesia_cache_mam_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@1c2ae12cdb1a.2023-11-17_15.10.15/big_tests.tests.mam_SUITE.logs/run.2023-11-17_15.17.13/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,backend => rdbms,iqdisc => parallel},
        mod_roster =>
            #{backend => rdbms,iqdisc => one_queue,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_presence => #{},
        mod_disco =>
            #{iqdisc => one_queue,users_can_see_hidden_services => false,
              server_info => [],extra_domains => []},
        mod_stream_management =>
            #{buffer => true,ack => true,backend => cets,
              stale_h =>
                  #{enabled => false,repeat_after => 1800,geriatric => 3600},
              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_bosh =>
            #{backend => cets,inactivity => 30,max_pause => 120,
              max_wait => infinity,server_acks => false},
        mod_cache_users =>
            #{strategy => fifo,number_of_segments => 5,time_to_live => 2},
        mod_carboncopy => #{iqdisc => no_queue},
        mod_muc =>
            #{access => muc,
              host => {prefix,<<"muc.">>},
              backend => rdbms,online_backend => cets,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 => <<>>,title => <<>>,
                    persistent => false,password => <<>>,subject => <<>>,
                    anonymous => true,affiliations => [],
                    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}}},
     {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@1c2ae12cdb1a.2023-11-17_15.10.15"

=== Started at 2023-11-17 15:18:06


*** CT 2023-11-17 15:18:06.824 *** View log from node mongooseim@localhost when started🔗 mongooseim@localhost_2043.html

*** User 2023-11-17 15:18:07.031 ***🔗
waiting for archive_size is done in 0 miliseconds

*** User 2023-11-17 15:18:07.032 ***🔗
waiting for archive_size is done in 0 miliseconds

*** User 2023-11-17 15:18:07.032 ***🔗
waiting for archive_size is done in 0 miliseconds

*** User 2023-11-17 15:18:07.106 ***🔗
alicE_unnamed_2195@localhost/res1 out
<stream:stream to='localhost' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2023-11-17 15:18:07.106 ***🔗
alicE_unnamed_2195@localhost/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='51e8da1a5cfbfc16' from='localhost' version='1.0' xml:lang='en'>

*** User 2023-11-17 15:18:07.107 ***🔗
alicE_unnamed_2195@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 2023-11-17 15:18:07.107 ***🔗
alicE_unnamed_2195@localhost/res1 out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGFsaWNFX3VubmFtZWRfMjE5NQBtYXR5Z3J5c2E=</auth>



*** User 2023-11-17 15:18:07.108 ***🔗
alicE_unnamed_2195@localhost/res1 in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2023-11-17 15:18:07.108 ***🔗
alicE_unnamed_2195@localhost/res1 out
<stream:stream to='localhost' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2023-11-17 15:18:07.108 ***🔗
alicE_unnamed_2195@localhost/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='14e6db65436d2838' from='localhost' version='1.0' xml:lang='en' to='alice_unnamed_2195@localhost'>

*** User 2023-11-17 15:18:07.108 ***🔗
alicE_unnamed_2195@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 2023-11-17 15:18:07.108 ***🔗
alicE_unnamed_2195@localhost/res1 out
<iq type='set' id='ae3dce2a055694319afce486a5407770'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>res1</resource>
	</bind>
</iq>



*** User 2023-11-17 15:18:07.109 ***🔗
alicE_unnamed_2195@localhost/res1 in
<iq id='ae3dce2a055694319afce486a5407770' type='result'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>alice_unnamed_2195@localhost/res1</jid>
	</bind>
</iq>



*** User 2023-11-17 15:18:07.109 ***🔗
alice_unnamed_2195@localhost/res1 out
<iq type='set' id='ccb477b50bf0d9e357c2fd1703735643'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2023-11-17 15:18:07.109 ***🔗
alice_unnamed_2195@localhost/res1 in
<iq from='localhost' to='alice_unnamed_2195@localhost/res1' id='ccb477b50bf0d9e357c2fd1703735643' type='result'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2023-11-17 15:18:07.110 ***🔗
alice_unnamed_2195@localhost/res1 out
<presence/>



*** User 2023-11-17 15:18:07.111 ***🔗
alice_unnamed_2195@localhost/res1 in
<presence from='alice_unnamed_2195@localhost/res1' to='alice_unnamed_2195@localhost/res1'/>



*** User 2023-11-17 15:18:07.111 ***🔗
alice_unnamed_2195@localhost/res1 out
<iq type='set' id='67db137021d191031feb492057b661bf'>
	<query xmlns='urn:xmpp:mam:1'>
		<x xmlns='jabber:x:data' type='submit'>
			<field var='with'>
				<value>bob_unnamed_2195@localhost</value>
			</field>
		</x>
	</query>
</iq>



*** User 2023-11-17 15:18:07.113 ***🔗
alice_unnamed_2195@localhost/res1 in
<message from='alice_unnamed_2195@localhost' to='alice_unnamed_2195@localhost/res1' id='4c1dd37e-57aa-4a6f-8fee-78be6e32ca56'>
	<result xmlns='urn:xmpp:mam:1' id='C28JBS6KS00D'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2023-11-01T08:51:04.000000Z' from='alice_unnamed_2195@localhost'/>
			<message from='alice_unnamed_2195@localhost' xmlns='jabber:client' type='chat' to='bOb_unnamed_2195@localhost'>
				<body>ca57d9ea</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2023-11-17 15:18:07.113 ***🔗
alice_unnamed_2195@localhost/res1 in
<message from='alice_unnamed_2195@localhost' to='alice_unnamed_2195@localhost/res1' id='580f9636-77a3-4b41-84b1-2d976cb1ca65'>
	<result xmlns='urn:xmpp:mam:1' id='C29J87K7F001'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2023-11-02T22:53:34.000000Z' from='alice_unnamed_2195@localhost'/>
			<message from='alice_unnamed_2195@localhost' xmlns='jabber:client' type='chat' to='bOb_unnamed_2195@localhost'>
				<body>575a8362</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2023-11-17 15:18:07.113 ***🔗
alice_unnamed_2195@localhost/res1 in
<message from='alice_unnamed_2195@localhost' to='alice_unnamed_2195@localhost/res1' id='adb4f3d0-6daf-4b8e-b6ec-22e8d4dd324c'>
	<result xmlns='urn:xmpp:mam:1' id='C2A4H1AP9007'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2023-11-03T19:30:10.000000Z' from='alice_unnamed_2195@localhost'/>
			<message from='alice_unnamed_2195@localhost' xmlns='jabber:client' type='chat' to='bOb_unnamed_2195@localhost'>
				<body>718a32b0</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2023-11-17 15:18:07.113 ***🔗
alice_unnamed_2195@localhost/res1 in
<message from='alice_unnamed_2195@localhost' to='alice_unnamed_2195@localhost/res1' id='caec3d0f-8310-4cf0-ae67-abbad3c281bb'>
	<result xmlns='urn:xmpp:mam:1' id='C2AR18HF2G0B'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2023-11-04T22:21:17.000000Z' from='alice_unnamed_2195@localhost'/>
			<message from='alice_unnamed_2195@localhost' xmlns='jabber:client' type='chat' to='bOb_unnamed_2195@localhost'>
				<body>e29d6822</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2023-11-17 15:18:07.113 ***🔗
alice_unnamed_2195@localhost/res1 in
<message from='alice_unnamed_2195@localhost' to='alice_unnamed_2195@localhost/res1' id='ecd540f8-a12d-435e-aba2-183e44fa9654'>
	<result xmlns='urn:xmpp:mam:1' id='C2BF85F8VG06'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2023-11-05T22:28:23.000000Z' from='alice_unnamed_2195@localhost'/>
			<message from='alice_unnamed_2195@localhost' xmlns='jabber:client' type='chat' to='bOb_unnamed_2195@localhost'>
				<body>4988cafc</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2023-11-17 15:18:07.113 ***🔗
alice_unnamed_2195@localhost/res1 in
<message from='alice_unnamed_2195@localhost' to='alice_unnamed_2195@localhost/res1' id='7aba23cc-2892-4b73-b855-98686fcfc334'>
	<result xmlns='urn:xmpp:mam:1' id='C2BJ27N8VG0F'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2023-11-06T03:01:27.000000Z' from='alice_unnamed_2195@localhost'/>
			<message from='alice_unnamed_2195@localhost' xmlns='jabber:client' type='chat' to='bOb_unnamed_2195@localhost'>
				<body>0c4e48c4</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2023-11-17 15:18:07.113 ***🔗
alice_unnamed_2195@localhost/res1 in
<message from='alice_unnamed_2195@localhost' to='alice_unnamed_2195@localhost/res1' id='4ca154cf-0853-4284-a70e-63a71cb56a17'>
	<result xmlns='urn:xmpp:mam:1' id='C2CI9QE3GG0J'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2023-11-07T16:17:29.000000Z' from='alice_unnamed_2195@localhost'/>
			<message from='alice_unnamed_2195@localhost' xmlns='jabber:client' type='chat' to='bOb_unnamed_2195@localhost'>
				<body>ab9a10e6</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2023-11-17 15:18:07.114 ***🔗
alice_unnamed_2195@localhost/res1 in
<message from='alice_unnamed_2195@localhost' to='alice_unnamed_2195@localhost/res1' id='f6ad340b-640f-4048-94b3-4c185a3cb49b'>
	<result xmlns='urn:xmpp:mam:1' id='C2D0HEEF500F'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2023-11-08T09:16:42.000000Z' from='alice_unnamed_2195@localhost'/>
			<message from='alice_unnamed_2195@localhost' xmlns='jabber:client' type='chat' to='bOb_unnamed_2195@localhost'>
				<body>abf9ff15</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2023-11-17 15:18:07.114 ***🔗
alice_unnamed_2195@localhost/res1 in
<message from='alice_unnamed_2195@localhost' to='alice_unnamed_2195@localhost/res1' id='17f9d629-fc22-4dd1-b343-a48543f096f2'>
	<result xmlns='urn:xmpp:mam:1' id='C2DV8ELSPG09'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2023-11-09T21:55:39.000000Z' from='alice_unnamed_2195@localhost'/>
			<message from='alice_unnamed_2195@localhost' xmlns='jabber:client' type='chat' to='bOb_unnamed_2195@localhost'>
				<body>aef1af24</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2023-11-17 15:18:07.114 ***🔗
alice_unnamed_2195@localhost/res1 in
<message from='alice_unnamed_2195@localhost' to='alice_unnamed_2195@localhost/res1' id='f827198b-99a3-4cab-a80c-c3c864ab057e'>
	<result xmlns='urn:xmpp:mam:1' id='C2E2DELV3G09'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2023-11-10T01:41:35.000000Z' from='alice_unnamed_2195@localhost'/>
			<message from='alice_unnamed_2195@localhost' xmlns='jabber:client' type='chat' to='bOb_unnamed_2195@localhost'>
				<body>2a4857b0</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2023-11-17 15:18:07.114 ***🔗
alice_unnamed_2195@localhost/res1 in
<message from='alice_unnamed_2195@localhost' to='alice_unnamed_2195@localhost/res1' id='77875604-f4ce-4824-adf3-1dfd0d1d2a5e'>
	<result xmlns='urn:xmpp:mam:1' id='C2ET21CR3G07'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2023-11-11T09:28:47.000000Z' from='alice_unnamed_2195@localhost'/>
			<message from='alice_unnamed_2195@localhost' xmlns='jabber:client' type='chat' to='bOb_unnamed_2195@localhost'>
				<body>93b48934</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2023-11-17 15:18:07.114 ***🔗
alice_unnamed_2195@localhost/res1 in
<message from='alice_unnamed_2195@localhost' to='alice_unnamed_2195@localhost/res1' id='edd51e46-194a-4bbb-84ba-3ca6e59b3c65'>
	<result xmlns='urn:xmpp:mam:1' id='C2FI6U6J5G0K'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2023-11-12T10:42:59.000000Z' from='alice_unnamed_2195@localhost'/>
			<message from='alice_unnamed_2195@localhost' xmlns='jabber:client' type='chat' to='bOb_unnamed_2195@localhost'>
				<body>a72eea81</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2023-11-17 15:18:07.114 ***🔗
alice_unnamed_2195@localhost/res1 in
<message from='alice_unnamed_2195@localhost' to='alice_unnamed_2195@localhost/res1' id='1b1233af-ac81-44b1-911b-dd97dff40184'>
	<result xmlns='urn:xmpp:mam:1' id='C2G9JBB8UG09'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2023-11-13T14:37:09.000000Z' from='alice_unnamed_2195@localhost'/>
			<message from='alice_unnamed_2195@localhost' xmlns='jabber:client' type='chat' to='bOb_unnamed_2195@localhost'>
				<body>168eadf9</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2023-11-17 15:18:07.114 ***🔗
alice_unnamed_2195@localhost/res1 in
<message from='alice_unnamed_2195@localhost' to='alice_unnamed_2195@localhost/res1' id='c303470b-49a5-473b-9e95-c05364803a6b'>
	<result xmlns='urn:xmpp:mam:1' id='C2H0THECQG07'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2023-11-14T18:26:21.000000Z' from='alice_unnamed_2195@localhost'/>
			<message from='alice_unnamed_2195@localhost' xmlns='jabber:client' type='chat' to='bOb_unnamed_2195@localhost'>
				<body>5b3ef8de</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2023-11-17 15:18:07.115 ***🔗
alice_unnamed_2195@localhost/res1 in
<message from='alice_unnamed_2195@localhost' to='alice_unnamed_2195@localhost/res1' id='f622156b-45a4-4db4-a991-132f2dd667f3'>
	<result xmlns='urn:xmpp:mam:1' id='C2HA7AAD600D'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2023-11-15T05:32:28.000000Z' from='alice_unnamed_2195@localhost'/>
			<message from='alice_unnamed_2195@localhost' xmlns='jabber:client' type='chat' to='bOb_unnamed_2195@localhost'>
				<body>9b09dd19</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2023-11-17 15:18:07.115 ***🔗
alice_unnamed_2195@localhost/res1 in
<message from='alice_unnamed_2195@localhost' to='alice_unnamed_2195@localhost/res1' id='0308c117-a737-444c-bef8-33767d2400be'>
	<result xmlns='urn:xmpp:mam:1' id='C2I7VSRCGG05'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2023-11-16T17:03:21.000000Z' from='alice_unnamed_2195@localhost'/>
			<message from='alice_unnamed_2195@localhost' xmlns='jabber:client' type='chat' to='bOb_unnamed_2195@localhost'>
				<body>c01e884f</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2023-11-17 15:18:07.115 ***🔗
alice_unnamed_2195@localhost/res1 in
<message from='alice_unnamed_2195@localhost' to='alice_unnamed_2195@localhost/res1' id='bd1f0029-4ffe-43bc-b657-7ce2b25b0be9'>
	<result xmlns='urn:xmpp:mam:1' id='C2J03T9VPG0F'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2023-11-17T21:50:19.000000Z' from='alice_unnamed_2195@localhost'/>
			<message from='alice_unnamed_2195@localhost' xmlns='jabber:client' type='chat' to='bOb_unnamed_2195@localhost'>
				<body>4876fc4e</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2023-11-17 15:18:07.115 ***🔗
alice_unnamed_2195@localhost/res1 in
<iq from='alice_unnamed_2195@localhost' to='alice_unnamed_2195@localhost/res1' id='67db137021d191031feb492057b661bf' type='result'>
	<fin xmlns='urn:xmpp:mam:1' complete='true'>
		<set xmlns='http://jabber.org/protocol/rsm'>
			<first index='0'>C28JBS6KS00D</first>
			<last>C2J03T9VPG0F</last>
			<count>17</count>
		</set>
	</fin>
</iq>



*** User 2023-11-17 15:18:07.115 ***🔗
alice_unnamed_2195@localhost/res1 out
</stream:stream>

*** User 2023-11-17 15:18:07.116 ***🔗
alice_unnamed_2195@localhost/res1 in
</stream:stream>
*** CT 2023-11-17 15:18:07.125 *** View log from node mongooseim@localhost when finished🔗 mongooseim@localhost_2046.html



=== Ended at 2023-11-17 15:18:07
=== successfully completed test case
=== === Returned value: ok