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

=== Config value:

    [{props,[{mam_ns,<<"urn:xmpp:mam:2">>}]},
     {with_rsm,true},
     {watchdog,<0.32061.0>},
     {basic_group,muc_all},
     {configuration,rdbms_async_pool},
     {wait_for_parallel_writer,[muc]},
     {mam_meta_opts,#{archive_chat_markers => false,
                      async_writer =>
                          #{batch_size => 30,enabled => true,
                            flush_interval => 1,pool_size => 16},
                      backend => rdbms,cache => [],cache_users => false,
                      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_with_jid.90882.html"},
     {tc_group_properties,[{name,muc06},parallel]},
     {tc_group_path,[[{name,rdbms_async_pool_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:14


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


*** User 2022-03-07 16:01:15.245 ***
alicE_unnamed_1130@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:15.246 ***
alicE_unnamed_1130@domain.example.com/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='7086e74a5e887f73' from='domain.example.com' version='1.0' xml:lang='en'>

*** User 2022-03-07 16:01:15.246 ***
alicE_unnamed_1130@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:15.246 ***
alicE_unnamed_1130@domain.example.com/res1 out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGFsaWNFX3VubmFtZWRfMTEzMABtYXR5Z3J5c2E=</auth>



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



*** User 2022-03-07 16:01:15.247 ***
alicE_unnamed_1130@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:15.247 ***
alicE_unnamed_1130@domain.example.com/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='2d43ace2cd82ab34' from='domain.example.com' version='1.0' xml:lang='en'>

*** User 2022-03-07 16:01:15.247 ***
alicE_unnamed_1130@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:15.247 ***
alicE_unnamed_1130@domain.example.com/res1 out
<iq type='set' id='03d95e77bec4ee8f232a21e135cbce7e'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>res1</resource>
	</bind>
</iq>



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



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



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



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



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



*** User 2022-03-07 16:01:15.250 ***
alicE_unnamed_1130@domain.example.com/res1 out
<iq type='set' id='f91e56e3244c8a1e582fcbe276820805' to='alicE_unnamed_1130room0-32120-0@groupchats.domain.example.com'>
	<query xmlns='urn:xmpp:mam:2'>
		<x xmlns='jabber:x:data'>
			<field var='with'>
				<value>alicE_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname</value>
			</field>
		</x>
	</query>
</iq>



*** User 2022-03-07 16:01:15.252 ***
alicE_unnamed_1130@domain.example.com/res1 in
<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com' to='alicE_unnamed_1130@domain.example.com/res1' id='af5fee40-7e80-434e-b4c4-336eb4049c5b'>
	<result xmlns='urn:xmpp:mam:2' id='BM2V0NBAHG0J'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-19T13:31:55Z' from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>07fc910a</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:15.252 ***
alicE_unnamed_1130@domain.example.com/res1 in
<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com' to='alicE_unnamed_1130@domain.example.com/res1' id='a686b74a-c67d-408e-896c-cefc711f535b'>
	<result xmlns='urn:xmpp:mam:2' id='BM3HA9CAM00D'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-20T11:21:48Z' from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>f223dbb3</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:15.252 ***
alicE_unnamed_1130@domain.example.com/res1 in
<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com' to='alicE_unnamed_1130@domain.example.com/res1' id='f29fe076-ee85-4c9b-aac2-adea6f1f15fe'>
	<result xmlns='urn:xmpp:mam:2' id='BM47IPBAL00J'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-21T13:55:38Z' from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>ae9701cd</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:15.253 ***
alicE_unnamed_1130@domain.example.com/res1 in
<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com' to='alicE_unnamed_1130@domain.example.com/res1' id='e7426b29-9e4e-45c9-bbf2-b9b7bbed8594'>
	<result xmlns='urn:xmpp:mam:2' id='BM4SP0BFJG0C'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-22T15:12:47Z' from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>3744ba98</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:15.253 ***
alicE_unnamed_1130@domain.example.com/res1 in
<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com' to='alicE_unnamed_1130@domain.example.com/res1' id='be8b2944-00b0-47c8-bedc-82bc4ed465f7'>
	<result xmlns='urn:xmpp:mam:2' id='BM5D0N08OG06'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-23T10:35:21Z' from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>1790db88</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:15.253 ***
alicE_unnamed_1130@domain.example.com/res1 in
<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com' to='alicE_unnamed_1130@domain.example.com/res1' id='e2e3d435-c042-4ae2-b705-9172a4d7179d'>
	<result xmlns='urn:xmpp:mam:2' id='BM64FCK99G0K'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-24T14:34:35Z' from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>b727fb00</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:15.253 ***
alicE_unnamed_1130@domain.example.com/res1 in
<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com' to='alicE_unnamed_1130@domain.example.com/res1' id='4cd0fb68-2256-4997-b81a-04a4b2a1df9f'>
	<result xmlns='urn:xmpp:mam:2' id='BM6ENFRU000K'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-25T02:48:32Z' from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>3abbd7ba</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:15.253 ***
alicE_unnamed_1130@domain.example.com/res1 in
<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com' to='alicE_unnamed_1130@domain.example.com/res1' id='e6211b47-0996-405f-982d-415bb0d843c7'>
	<result xmlns='urn:xmpp:mam:2' id='BM713PS6100A'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-26T00:44:34Z' from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>0a54cc9b</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:15.253 ***
alicE_unnamed_1130@domain.example.com/res1 in
<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com' to='alicE_unnamed_1130@domain.example.com/res1' id='6f15f36b-c8eb-478c-be43-bee168cd3598'>
	<result xmlns='urn:xmpp:mam:2' id='BM7OKNNT5G08'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-27T04:48:51Z' from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>07a5b3fe</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:15.254 ***
alicE_unnamed_1130@domain.example.com/res1 in
<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com' to='alicE_unnamed_1130@domain.example.com/res1' id='a1bda5dc-791f-4a16-bde8-441c6223ed19'>
	<result xmlns='urn:xmpp:mam:2' id='BM8PUNUPC002'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-28T20:33:28Z' from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>b1a33f38</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:15.254 ***
alicE_unnamed_1130@domain.example.com/res1 in
<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com' to='alicE_unnamed_1130@domain.example.com/res1' id='fd59d14f-fe2c-437e-91eb-d81f3ec9d3bf'>
	<result xmlns='urn:xmpp:mam:2' id='BM9BRE06GG0A'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-03-01T17:54:33Z' from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>7bb9e50c</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:15.254 ***
alicE_unnamed_1130@domain.example.com/res1 in
<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com' to='alicE_unnamed_1130@domain.example.com/res1' id='4d0d966b-33fb-46c3-8e89-162a6284f34f'>
	<result xmlns='urn:xmpp:mam:2' id='BM9UQBB1M004'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-03-02T16:32:12Z' from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>74a48679</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:15.254 ***
alicE_unnamed_1130@domain.example.com/res1 in
<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com' to='alicE_unnamed_1130@domain.example.com/res1' id='9a3f6dcd-db8c-4994-b338-ad9f66cb18a0'>
	<result xmlns='urn:xmpp:mam:2' id='BMAB7D4NS00A'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-03-03T07:20:24Z' from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>2e69d3cc</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:15.254 ***
alicE_unnamed_1130@domain.example.com/res1 in
<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com' to='alicE_unnamed_1130@domain.example.com/res1' id='fe3048d5-7bf4-4207-b9f4-29048ffefc82'>
	<result xmlns='urn:xmpp:mam:2' id='BMB7CTA7700J'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-03-04T16:57:02Z' from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>d9688d23</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:15.254 ***
alicE_unnamed_1130@domain.example.com/res1 in
<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com' to='alicE_unnamed_1130@domain.example.com/res1' id='7191fa11-ce47-467e-8ecc-8348af36b5bd'>
	<result xmlns='urn:xmpp:mam:2' id='BMBPKBCR900A'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-03-05T14:42:10Z' from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>9e3547da</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:15.254 ***
alicE_unnamed_1130@domain.example.com/res1 in
<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com' to='alicE_unnamed_1130@domain.example.com/res1' id='be23d22c-69f7-43ac-bc07-a39ceef3e40f'>
	<result xmlns='urn:xmpp:mam:2' id='BMCELHUDJ00E'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-03-06T15:48:06Z' from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>fa6eb060</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:15.254 ***
alicE_unnamed_1130@domain.example.com/res1 in
<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com' to='alicE_unnamed_1130@domain.example.com/res1' id='f3b5785b-4787-4a4e-b530-a05d81aa74d0'>
	<result xmlns='urn:xmpp:mam:2' id='BMCOFRKDRG09'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-03-07T03:31:11Z' from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname'/>
			<message from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com/unique_bOb_nickname' xmlns='jabber:client' type='chat'>
				<body>95a0ff81</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-07 16:01:15.254 ***
alicE_unnamed_1130@domain.example.com/res1 in
<iq from='alice_unnamed_1130room0-32120-0@groupchats.domain.example.com' to='alicE_unnamed_1130@domain.example.com/res1' id='f91e56e3244c8a1e582fcbe276820805' type='result'>
	<fin xmlns='urn:xmpp:mam:2' complete='true'>
		<set xmlns='http://jabber.org/protocol/rsm'>
			<first index='0'>BM2V0NBAHG0J</first>
			<last>BMCOFRKDRG09</last>
			<count>17</count>
		</set>
	</fin>
</iq>



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

*** User 2022-03-07 16:01:15.255 ***
alicE_unnamed_1130@domain.example.com/res1 in
</stream:stream>
*** CT 2022-03-07 16:01:15.271 *** View log from node ejabberd2@localhost when finished ejabberd2@localhost_440.html
*** CT 2022-03-07 16:01:15.272 *** View log from node mongooseim@localhost when finished mongooseim@localhost_879.html



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