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

=== Config value:

    [{props,[{mam_ns,<<"urn:xmpp:mam:1">>}]},
     {with_rsm,true},
     {watchdog,<0.28823.0>},
     {basic_group,muc_all},
     {configuration,rdbms_simple},
     {mam_meta_opts,#{archive_chat_markers => false,
                      async_writer =>
                          #{batch_size => 30,enabled => false,
                            flush_interval => 2000,pool_size => 16},
                      backend => rdbms,cache => [],cache_users => false,
                      db_jid_format => mam_jid_rfc,
                      db_message_format => mam_message_xml,
                      default_result_limit => 50,full_text_search => true,
                      is_archivable_message => mod_mam_utils,
                      max_result_limit => 50,message_retraction => true,
                      muc => #{host => {prefix,<<"groupchats.">>}},
                      no_stanzaid_element => false,
                      send_message => mod_mam_utils,
                      user_prefs_store => rdbms}},
     {mod_offline_loaded,false},
     {escalus_user_db,{module,escalus_ejabberd}},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/mam_SUITE_data"},
     {preset,"pgsql_mnesia"},
     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@333794cb5a72.2022-03-07_15.57.24/big_tests.tests.mam_SUITE.logs/run.2022-03-07_16.00.54/mam_suite.muc_querying_for_all_messages.19205.html"},
     {tc_group_properties,[{name,muc04},parallel]},
     {tc_group_path,[[{name,rdbms_simple_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@333794cb5a72.2022-03-07_15.57.24/big_tests.tests.mam_SUITE.logs/run.2022-03-07_16.00.54/log_private/"},
     {config_backup,#{[shaper,fast] => {ok,#{max_rate => 50000}},
                      [shaper,mam_shaper] => {ok,#{max_rate => 1}},
                      [shaper,normal] => {ok,#{max_rate => 1000}},
                      [{access,<<"test type">>},max_user_sessions] =>
                          {ok,[#{acl => all,value => 10}]}}},
     {{saved_modules,mongooseim@localhost,<<"test type">>},
      #{mod_adhoc => #{iqdisc => one_queue,report_commands_node => false},
        mod_amp => [],
        mod_bosh =>
            #{backend => mnesia,inactivity => 30,max_pause => 120,
              max_wait => infinity,server_acks => false},
        mod_cache_users => [{number_of_segments,5},{time_to_live,2}],
        mod_carboncopy => [],mod_commands => [],
        mod_disco =>
            #{extra_domains => [],iqdisc => one_queue,server_info => [],
              users_can_see_hidden_services => false},
        mod_muc =>
            [{host,{prefix,<<"groupchats.">>}},
             {backend,rdbms},
             {hibernate_timeout,2000},
             {hibernated_room_check_interval,1000},
             {hibernated_room_timeout,2000},
             {access,muc},
             {access_create,muc_create}],
        mod_muc_commands => [],mod_muc_light_commands => [],
        mod_muc_log => [{outdir,"/tmp/muclogs"},{access_log,muc}],
        mod_register =>
            [{access,register},
             {ip_access,[{allow,"127.0.0.0/8"},{deny,"0.0.0.0/0"}]},
             {welcome_message,{[],[]}}],
        mod_roster =>
            #{backend => rdbms,iqdisc => one_queue,store_current_id => false,
              versioning => false},
        mod_sic => #{iqdisc => one_queue},
        mod_stream_management => [],
        mod_vcard =>
            #{backend => rdbms,
              host => {prefix,<<"vjud.">>},
              iqdisc => parallel,ldap_binary_search_fields => [],
              ldap_pool_tag => default,
              ldap_search_fields =>
                  [{<<"User">>,<<"%u">>},
                   {<<"Full Name">>,<<"displayName">>},
                   {<<"Given Name">>,<<"givenName">>},
                   {<<"Middle Name">>,<<"initials">>},
                   {<<"Family Name">>,<<"sn">>},
                   {<<"Nickname">>,<<"%u">>},
                   {<<"Birthday">>,<<"birthDay">>},
                   {<<"Country">>,<<"c">>},
                   {<<"City">>,<<"l">>},
                   {<<"Email">>,<<"mail">>},
                   {<<"Organization Name">>,<<"o">>},
                   {<<"Organization Unit">>,<<"ou">>}],
              ldap_search_operator => 'and',
              ldap_search_reported =>
                  [{<<"Full Name">>,<<"FN">>},
                   {<<"Given Name">>,<<"FIRST">>},
                   {<<"Middle Name">>,<<"MIDDLE">>},
                   {<<"Family Name">>,<<"LAST">>},
                   {<<"Nickname">>,<<"NICK">>},
                   {<<"Birthday">>,<<"BDAY">>},
                   {<<"Country">>,<<"CTRY">>},
                   {<<"City">>,<<"LOCALITY">>},
                   {<<"Email">>,<<"EMAIL">>},
                   {<<"Organization Name">>,<<"ORGNAME">>},
                   {<<"Organization Unit">>,<<"ORGUNIT">>}],
              ldap_uids => [{<<"uid">>,<<"%u">>}],
              ldap_vcard_map =>
                  [{<<"NICKNAME">>,<<"%u">>,[]},
                   {<<"FN">>,<<"%s">>,[<<"displayName">>]},
                   {<<"FAMILY">>,<<"%s">>,[<<"sn">>]},
                   {<<"GIVEN">>,<<"%s">>,[<<"givenName">>]},
                   {<<"MIDDLE">>,<<"%s">>,[<<"initials">>]},
                   {<<"ORGNAME">>,<<"%s">>,[<<"o">>]},
                   {<<"ORGUNIT">>,<<"%s">>,[<<"ou">>]},
                   {<<"CTRY">>,<<"%s">>,[<<"c">>]},
                   {<<"LOCALITY">>,<<"%s">>,[<<"l">>]},
                   {<<"STREET">>,<<"%s">>,[<<"street">>]},
                   {<<"REGION">>,<<"%s">>,[<<"st">>]},
                   {<<"PCODE">>,<<"%s">>,[<<"postalCode">>]},
                   {<<"TITLE">>,<<"%s">>,[<<"title">>]},
                   {<<"URL">>,<<"%s">>,[<<"labeleduri">>]},
                   {<<"DESC">>,<<"%s">>,[<<"description">>]},
                   {<<"TEL">>,<<"%s">>,[<<"telephoneNumber">>]},
                   {<<"EMAIL">>,<<"%s">>,[<<"mail">>]},
                   {<<"BDAY">>,<<"%s">>,[<<"birthDay">>]},
                   {<<"ROLE">>,<<"%s">>,[<<"employeeType">>]},
                   {<<"PHOTO">>,<<"%s">>,[<<"jpegPhoto">>]}],
              matches => 30,search => true}}},
     {escalus_users,[{alice,[{username,<<"alicE">>},
                             {server,<<"domain.example.com">>},
                             {host,<<"localhost">>},
                             {password,<<"matygrysa">>}]},
                     {bob,[{username,<<"bOb">>},
                           {server,<<"domain.example.com">>},
                           {host,<<"localhost">>},
                           {password,<<"makrolika">>}]},
                     {kate,[{username,<<"kate">>},
                            {server,<<"domain.example.com">>},
                            {host,<<"localhost">>},
                            {password,<<"makrowe;p">>}]},
                     {carol,[{username,<<"carol">>},
                             {server,<<"domain.example.com">>},
                             {host,<<"localhost">>},
                             {password,<<"jinglebells">>},
                             {transport,escalus_bosh},
                             {path,<<"/http-bind">>},
                             {port,5280}]}]}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@333794cb5a72.2022-03-07_15.57.24"

=== Started at 2022-03-07 16:01:06


*** CT 2022-03-07 16:01:06.998 *** View log from node mongooseim@localhost when started mongooseim@localhost_863.html
*** CT 2022-03-07 16:01:06.999 *** View log from node ejabberd2@localhost when started ejabberd2@localhost_440.html
Could not find element wait_for_parallel_writer in Config.

Could not find element archive_wait in Config.


*** User 2022-03-07 16:01:07.171 ***
alicE_unnamed_1042@domain.example.com/res1 out
<stream:stream to='domain.example.com' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-03-07 16:01:07.171 ***
alicE_unnamed_1042@domain.example.com/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='f42814749c8bda00' from='domain.example.com' version='1.0' xml:lang='en'>

*** User 2022-03-07 16:01:07.172 ***
alicE_unnamed_1042@domain.example.com/res1 in
<stream:features>
	<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
	<compression xmlns='http://jabber.org/features/compress'>
		<method>zlib</method>
	</compression>
	<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
		<mechanism>SCRAM-SHA-256</mechanism>
		<mechanism>PLAIN</mechanism>
	</mechanisms>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2022-03-07 16:01:07.172 ***
alicE_unnamed_1042@domain.example.com/res1 out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGFsaWNFX3VubmFtZWRfMTA0MgBtYXR5Z3J5c2E=</auth>



*** User 2022-03-07 16:01:07.173 ***
alicE_unnamed_1042@domain.example.com/res1 in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2022-03-07 16:01:07.173 ***
alicE_unnamed_1042@domain.example.com/res1 out
<stream:stream to='domain.example.com' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-03-07 16:01:07.174 ***
alicE_unnamed_1042@domain.example.com/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='72e1867db9ba08ed' from='domain.example.com' version='1.0' xml:lang='en'>

*** User 2022-03-07 16:01:07.174 ***
alicE_unnamed_1042@domain.example.com/res1 in
<stream:features>
	<compression xmlns='http://jabber.org/features/compress'>
		<method>zlib</method>
	</compression>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2022-03-07 16:01:07.174 ***
alicE_unnamed_1042@domain.example.com/res1 out
<iq type='set' id='5ce7823a9398f3d5b2d243359d315848'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>res1</resource>
	</bind>
</iq>



*** User 2022-03-07 16:01:07.174 ***
alicE_unnamed_1042@domain.example.com/res1 in
<iq id='5ce7823a9398f3d5b2d243359d315848' type='result'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>alicE_unnamed_1042@domain.example.com/res1</jid>
	</bind>
</iq>



*** User 2022-03-07 16:01:07.174 ***
alicE_unnamed_1042@domain.example.com/res1 out
<iq type='set' id='9b1e76bb39ffc08f9b0164188f7ec4c5'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-03-07 16:01:07.174 ***
alicE_unnamed_1042@domain.example.com/res1 in
<iq type='result' id='9b1e76bb39ffc08f9b0164188f7ec4c5'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-03-07 16:01:07.175 ***
alicE_unnamed_1042@domain.example.com/res1 out
<presence/>


Could not find element wait_for_parallel_writer in Config.


*** User 2022-03-07 16:01:07.175 ***
alicE_unnamed_1042@domain.example.com/res1 in
<presence from='alicE_unnamed_1042@domain.example.com/res1' to='alice_unnamed_1042@domain.example.com/res1' xml:lang='en'/>


Could not find element archive_wait in Config.

Could not find element wait_for_parallel_writer in Config.


*** User 2022-03-07 16:01:07.176 ***
alicE_unnamed_1042@domain.example.com/res1 out
<iq type='set' id='9c5eeb56860fe2c5c43bda8d0e147b5a' to='alicE_unnamed_1042room0-28874-0@groupchats.domain.example.com'>
	<query xmlns='urn:xmpp:mam:1' queryid=''>
		<x xmlns='jabber:x:data'/>
	</query>
</iq>


Could not find element archive_wait in Config.


*** User 2022-03-07 16:01:07.178 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='3acbb3d4-1c9a-40ef-b208-98ed6cc82ed3'>
	<result xmlns='urn:xmpp:mam:1' id='BM2RMML1EG04'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-19T09:34:45Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname' xmlns='jabber:client' type='chat'>
				<body>9ab64048</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.178 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='6f0077d0-c114-4492-a21f-e11136313143'>
	<result xmlns='urn:xmpp:mam:1' id='BM36V4CKAG03'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-19T23:01:01Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>1a06d578</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.178 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='419769aa-674d-43b3-a26c-381f1223c946'>
	<result xmlns='urn:xmpp:mam:1' id='BM3HNMH7Q00K'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-20T11:51:48Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname' xmlns='jabber:client' type='chat'>
				<body>46f956a9</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.178 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='2a9c457c-7367-4516-bef2-32bb6e488435'>
	<result xmlns='urn:xmpp:mam:1' id='BM3JPJB7KG0H'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-20T14:19:13Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>8fd0091e</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.178 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='9ba8f8c5-3986-43fd-8187-5bca4c300242'>
	<result xmlns='urn:xmpp:mam:1' id='BM48NAA84G0D'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-21T15:17:21Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>2cef4154</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.178 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='14bdef8b-3f88-4252-b0c4-285c4eba7025'>
	<result xmlns='urn:xmpp:mam:1' id='BM4BNBH4PG02'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-21T18:52:11Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname' xmlns='jabber:client' type='chat'>
				<body>97f3be9b</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.178 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='f5eff9c3-ba15-41a8-829e-c41c0b7bd59f'>
	<result xmlns='urn:xmpp:mam:1' id='BM5143RT700E'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-22T20:23:58Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname' xmlns='jabber:client' type='chat'>
				<body>8f062b98</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.178 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='d0ee4a52-e10e-486e-8741-a4daa9bd253b'>
	<result xmlns='urn:xmpp:mam:1' id='BM51TRBQU008'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-22T21:21:32Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>bb7f8e08</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.178 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='9d28fecc-bd37-4d80-9cfb-5ae33c83e3f6'>
	<result xmlns='urn:xmpp:mam:1' id='BM55BBD1MG06'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-23T01:26:29Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>9ceaddb7</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.179 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='21a86e2f-a62f-4523-8e79-52c2c573fb3b'>
	<result xmlns='urn:xmpp:mam:1' id='BM5E0M9KAG0E'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-23T11:46:53Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname' xmlns='jabber:client' type='chat'>
				<body>01f61561</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.179 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='7f6ed6b0-ecc8-48b2-8f2f-692a2865ccd0'>
	<result xmlns='urn:xmpp:mam:1' id='BM5RI49L6002'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-24T03:56:28Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname' xmlns='jabber:client' type='chat'>
				<body>c3e4648e</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.179 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='0b2bfe4c-a3d4-48f2-83a0-d46f323289be'>
	<result xmlns='urn:xmpp:mam:1' id='BM65U31ANG0D'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-24T16:19:03Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>82d26031</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.179 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='db0b93af-5311-40b1-a60f-4ad2346aefff'>
	<result xmlns='urn:xmpp:mam:1' id='BM6TP551400J'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-25T20:46:00Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>9cd83e9a</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.179 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='636b1f36-d294-400c-a66d-87fff85c2c85'>
	<result xmlns='urn:xmpp:mam:1' id='BM6UHLHNP00J'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-25T21:40:50Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname' xmlns='jabber:client' type='chat'>
				<body>5fb341be</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.180 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='cde7570b-6322-4fad-ab65-ea1df9015db5'>
	<result xmlns='urn:xmpp:mam:1' id='BM79P6LPP00D'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-26T11:05:06Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname' xmlns='jabber:client' type='chat'>
				<body>4709781b</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.180 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='07fb5b72-efa4-41ec-b88e-880988aff4cc'>
	<result xmlns='urn:xmpp:mam:1' id='BM7EM14TPG0H'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-26T16:55:55Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>b659c57c</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.180 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='7088e0ab-e5c0-4330-8fa8-6372bcae0e57'>
	<result xmlns='urn:xmpp:mam:1' id='BM7MRIQQE00K'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-27T02:41:00Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>8f068eb7</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.180 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='765c1c5e-dc6d-40fc-ad13-25cacfa765b8'>
	<result xmlns='urn:xmpp:mam:1' id='BM82E8KEQ005'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-27T16:30:12Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname' xmlns='jabber:client' type='chat'>
				<body>a5f01510</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.180 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='c962d1cd-3906-4f17-8526-ba1a0fbd695b'>
	<result xmlns='urn:xmpp:mam:1' id='BM8AT17TD00F'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-28T02:35:54Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>acc99416</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.180 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='7676ff06-6b61-4e35-97d9-0e598c5760cd'>
	<result xmlns='urn:xmpp:mam:1' id='BM8KPK44R00I'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-28T14:24:06Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname' xmlns='jabber:client' type='chat'>
				<body>a93fef53</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.180 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='43b71077-81a3-4e4d-845e-5240b13a9130'>
	<result xmlns='urn:xmpp:mam:1' id='BM93B57JGG0H'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-03-01T07:45:29Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname' xmlns='jabber:client' type='chat'>
				<body>9c94f0b6</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.180 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='24930d85-a44a-43ea-a1b9-cb63182c4196'>
	<result xmlns='urn:xmpp:mam:1' id='BM9BFOS6E006'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-03-01T17:28:28Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>9e9ba8b2</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.180 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='1a5cbf2d-5652-470e-a105-e7d4f5f0768d'>
	<result xmlns='urn:xmpp:mam:1' id='BM9OKDO5VG0A'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-03-02T09:09:27Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>2bd8782b</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.180 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='c0a9a246-b984-496e-9d59-5250641d3065'>
	<result xmlns='urn:xmpp:mam:1' id='BM9TTRCJPG0I'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-03-02T15:28:27Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname' xmlns='jabber:client' type='chat'>
				<body>99b71ce8</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.180 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='431ec5ec-76c0-4d1d-8e24-8d7b8006b1e5'>
	<result xmlns='urn:xmpp:mam:1' id='BMABK272PG0F'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-03-03T07:48:43Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>21e90114</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.180 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='f42e9f31-62ff-4bd3-ad7c-038b1fa9ba75'>
	<result xmlns='urn:xmpp:mam:1' id='BMAMSDQ0D00B'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-03-03T21:14:50Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname' xmlns='jabber:client' type='chat'>
				<body>a55befa0</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.180 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='407a81db-965a-43ab-8cba-485525fa2b09'>
	<result xmlns='urn:xmpp:mam:1' id='BMB5CM4R1004'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-03-04T14:33:22Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>5ac658fe</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.180 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='af65e413-f5c4-4307-a88c-145e71fbc6b0'>
	<result xmlns='urn:xmpp:mam:1' id='BMBAPJJEPG0B'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-03-04T21:00:11Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname' xmlns='jabber:client' type='chat'>
				<body>4b4f59cd</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.181 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='089f1250-c805-4693-a779-c35c0d784007'>
	<result xmlns='urn:xmpp:mam:1' id='BMBPOM55400H'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-03-05T14:51:52Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>79d41c03</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.181 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='394fbfe4-0dab-46d5-99ec-416bda2e9e76'>
	<result xmlns='urn:xmpp:mam:1' id='BMBRJ6EPEG07'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-03-05T17:02:45Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname' xmlns='jabber:client' type='chat'>
				<body>b0b2ed1e</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.181 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='42586ee7-3787-4a18-b54b-63d81b2f05db'>
	<result xmlns='urn:xmpp:mam:1' id='BMCD3VVM500J'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-03-06T13:57:14Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname' xmlns='jabber:client' type='chat'>
				<body>64ad20ea</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.181 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='41bce834-73b2-4f7e-9d0b-7bc45e619da2'>
	<result xmlns='urn:xmpp:mam:1' id='BMCFV0GC1007'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-03-06T17:20:50Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>abd75a12</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.181 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='176af025-d39e-45d5-866a-d436077e3292'>
	<result xmlns='urn:xmpp:mam:1' id='BMCR0G1BR00B'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-03-07T06:31:34Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>42308fd0</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.181 ***
alicE_unnamed_1042@domain.example.com/res1 in
<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='20e5b33b-0a80-4761-b537-cc32cdfa8c36'>
	<result xmlns='urn:xmpp:mam:1' id='BMCT1DRHCG0H'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-03-07T08:56:49Z' from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname'/>
			<message from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com/unique_alicE_nickname' xmlns='jabber:client' type='chat'>
				<body>d1a97129</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:07.181 ***
alicE_unnamed_1042@domain.example.com/res1 in
<iq from='alice_unnamed_1042room0-28874-0@groupchats.domain.example.com' to='alicE_unnamed_1042@domain.example.com/res1' id='9c5eeb56860fe2c5c43bda8d0e147b5a' type='result'>
	<fin xmlns='urn:xmpp:mam:1' complete='true'>
		<set xmlns='http://jabber.org/protocol/rsm'>
			<first index='0'>BM2RMML1EG04</first>
			<last>BMCT1DRHCG0H</last>
			<count>34</count>
		</set>
	</fin>
</iq>



*** User 2022-03-07 16:01:07.181 ***
alicE_unnamed_1042@domain.example.com/res1 out
</stream:stream>

*** User 2022-03-07 16:01:07.181 ***
alicE_unnamed_1042@domain.example.com/res1 in
</stream:stream>
*** CT 2022-03-07 16:01:07.187 *** View log from node ejabberd2@localhost when finished ejabberd2@localhost_440.html
*** CT 2022-03-07 16:01:07.187 *** View log from node mongooseim@localhost when finished mongooseim@localhost_864.html



=== Ended at 2022-03-07 16:01:07
=== successfully completed test case
=== === Returned value: ok