=== Test case: muc_SUITE:user_asks_for_registration_form/1 (click for source code)

=== Config value:

    [{s2s_opts,{s2s_opts,"priv/ssl/fake_server.pem",optional,
                         #{ip_address => "0",
                           ip_tuple => {0,0,0,0},
                           ip_version => 4,max_stanza_size => 131072,
                           module => ejabberd_s2s_in,port => 5269,
                           proto => tcp,shaper => s2s_shaper,
                           tls => [{dhfile,"priv/ssl/fake_dh_server.pem"}]},
                         "priv/ssl/fake_server.pem",optional,
                         #{ip_address => "0",
                           ip_tuple => {0,0,0,0},
                           ip_version => 4,max_stanza_size => 131072,
                           module => ejabberd_s2s_in,port => 5299,
                           proto => tcp,shaper => s2s_shaper,
                           tls => [{dhfile,"priv/ssl/fake_dh_server.pem"}]}}},
     {escalus_user_db,xmpp},
     {watchdog,<0.1029.1>},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/muc_SUITE_data"},
     {preset,"ldap_mnesia"},
     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@12130b74fc81.2022-03-03_10.28.39/big_tests.tests.muc_SUITE.logs/run.2022-03-03_10.34.58/muc_suite.user_asks_for_registration_form.44546.html"},
     {tc_group_properties,[{name,register_over_s2s},
                           {repeat_until_all_ok,3},
                           parallel]},
     {tc_group_path,[]},
     {data_dir,"/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/muc_SUITE_data/"},
     {priv_dir,"/home/circleci/project/big_tests/ct_report/ct_run.test@12130b74fc81.2022-03-03_10.28.39/big_tests.tests.muc_SUITE.logs/run.2022-03-03_10.34.58/log_private/"},
     {{saved_modules,mongooseim@localhost,<<"localhost">>},
      #{mod_adhoc => [],mod_amp => [],mod_bosh => [],
        mod_cache_users => [{number_of_segments,5},{time_to_live,2}],
        mod_carboncopy => [],mod_commands => [],
        mod_disco => [{users_can_see_hidden_services,false}],
        mod_muc_commands => [],mod_muc_light_commands => [],
        mod_register =>
            [{access,register},
             {ip_access,[{allow,"127.0.0.0/8"},{deny,"0.0.0.0/0"}]},
             {welcome_message,{[],[]}}],
        mod_roster => [],mod_sic => [],mod_stream_management => [],
        mod_vcard =>
            [{backend,ldap},
             {host,{prefix,<<"vjud.">>}},
             {ldap_base,"ou=Users,dc=esl,dc=com"},
             {ldap_filter,<<"(objectClass=inetOrgPerson)">>}]}},
     {escalus_users,[{alice,[{username,<<"alice">>},
                             {server,<<"fed1">>},
                             {host,<<"localhost">>},
                             {port,5242},
                             {password,<<"makota2">>}]},
                     {bob,[{username,<<"bOb">>},
                           {server,<<"localhost">>},
                           {password,<<"makrolika">>}]},
                     {kate,[{username,<<"kate">>},
                            {server,<<"localhost">>},
                            {password,<<"makrowe;p">>}]}]}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@12130b74fc81.2022-03-03_10.28.39"

=== Started at 2022-03-03 10:35:50


*** CT 2022-03-03 10:35:50.279 *** View log from node mongooseim@localhost when started mongooseim@localhost_4479.html
*** CT 2022-03-03 10:35:50.280 *** View log from node ejabberd2@localhost when started ejabberd2@localhost_2305.html

*** User 2022-03-03 10:35:50.291 ***
alice_user_asks_for_registration_form_932@fed1 out
<stream:stream to='fed1' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-03-03 10:35:50.292 ***
alice_user_asks_for_registration_form_932@fed1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='c4a8fa919a8a6739' from='fed1' version='1.0' xml:lang='en'>

*** User 2022-03-03 10:35:50.292 ***
alice_user_asks_for_registration_form_932@fed1 in
<stream:features>
	<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
	<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
		<mechanism>SCRAM-SHA-512</mechanism>
		<mechanism>SCRAM-SHA-384</mechanism>
		<mechanism>SCRAM-SHA-256</mechanism>
		<mechanism>SCRAM-SHA-224</mechanism>
		<mechanism>SCRAM-SHA-1</mechanism>
		<mechanism>PLAIN</mechanism>
	</mechanisms>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2022-03-03 10:35:50.292 ***
alice_user_asks_for_registration_form_932@fed1 out
<iq type='get' id='fc2f5ccf2bb01b7d74e027c548e5a3ed'>
	<query xmlns='jabber:iq:register'/>
</iq>



*** User 2022-03-03 10:35:50.299 ***
alice_user_asks_for_registration_form_932@fed1 in
<iq from='fed1' id='fc2f5ccf2bb01b7d74e027c548e5a3ed' type='result'>
	<query xmlns='jabber:iq:register'>
		<instructions>Choose a username and password to register with this server</instructions>
		<username/>
		<password/>
	</query>
</iq>



*** User 2022-03-03 10:35:50.299 ***
alice_user_asks_for_registration_form_932@fed1 out
<iq type='set' id='1cde242db0ac40f340f5470a3800e675'>
	<query xmlns='jabber:iq:register'>
		<username>alice_user_asks_for_registration_form_932</username>
		<password>makota2</password>
	</query>
</iq>



*** User 2022-03-03 10:35:50.320 ***
alice_user_asks_for_registration_form_932@fed1 in
<iq from='fed1' id='1cde242db0ac40f340f5470a3800e675' type='result'>
	<query xmlns='jabber:iq:register'>
		<username>alice_user_asks_for_registration_form_932</username>
		<password>makota2</password>
	</query>
</iq>



*** User 2022-03-03 10:35:50.320 ***
alice_user_asks_for_registration_form_932@fed1 out
</stream:stream>

*** User 2022-03-03 10:35:50.320 ***
alice_user_asks_for_registration_form_932@fed1 in
</stream:stream>

*** User 2022-03-03 10:35:50.321 ***
alice_user_asks_for_registration_form_932@fed1/res1 out
<stream:stream to='fed1' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-03-03 10:35:50.322 ***
alice_user_asks_for_registration_form_932@fed1/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='ee04158fa649fc59' from='fed1' version='1.0' xml:lang='en'>

*** User 2022-03-03 10:35:50.323 ***
alice_user_asks_for_registration_form_932@fed1/res1 in
<stream:features>
	<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
	<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
		<mechanism>SCRAM-SHA-512</mechanism>
		<mechanism>SCRAM-SHA-384</mechanism>
		<mechanism>SCRAM-SHA-256</mechanism>
		<mechanism>SCRAM-SHA-224</mechanism>
		<mechanism>SCRAM-SHA-1</mechanism>
		<mechanism>PLAIN</mechanism>
	</mechanisms>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2022-03-03 10:35:50.323 ***
alice_user_asks_for_registration_form_932@fed1/res1 out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGFsaWNlX3VzZXJfYXNrc19mb3JfcmVnaXN0cmF0aW9uX2Zvcm1fOTMyAG1ha290YTI=</auth>



*** User 2022-03-03 10:35:50.329 ***
alice_user_asks_for_registration_form_932@fed1/res1 in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2022-03-03 10:35:50.330 ***
alice_user_asks_for_registration_form_932@fed1/res1 out
<stream:stream to='fed1' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-03-03 10:35:50.330 ***
alice_user_asks_for_registration_form_932@fed1/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='ec2ee8b1e12b5d1a' from='fed1' version='1.0' xml:lang='en'>

*** User 2022-03-03 10:35:50.330 ***
alice_user_asks_for_registration_form_932@fed1/res1 in
<stream:features>
	<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'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2022-03-03 10:35:50.330 ***
alice_user_asks_for_registration_form_932@fed1/res1 out
<iq type='set' id='3642d645803665e517c2be771ce6af11'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>res1</resource>
	</bind>
</iq>



*** User 2022-03-03 10:35:50.330 ***
alice_user_asks_for_registration_form_932@fed1/res1 in
<iq id='3642d645803665e517c2be771ce6af11' type='result'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>alice_user_asks_for_registration_form_932@fed1/res1</jid>
	</bind>
</iq>



*** User 2022-03-03 10:35:50.331 ***
alice_user_asks_for_registration_form_932@fed1/res1 out
<iq type='set' id='1280998f4dd8e179d03abcd6b2721a3b'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-03-03 10:35:50.331 ***
alice_user_asks_for_registration_form_932@fed1/res1 in
<iq type='result' id='1280998f4dd8e179d03abcd6b2721a3b'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-03-03 10:35:50.331 ***
alice_user_asks_for_registration_form_932@fed1/res1 out
<presence/>



*** User 2022-03-03 10:35:50.333 ***
alice_user_asks_for_registration_form_932@fed1/res1 in
<presence from='alice_user_asks_for_registration_form_932@fed1/res1' to='alice_user_asks_for_registration_form_932@fed1/res1' xml:lang='en'/>



*** User 2022-03-03 10:35:50.333 ***
alice_user_asks_for_registration_form_932@fed1/res1 out
<iq type='get' id='590f8d9ca0d579e8cb124e235b800d01' to='muc.localhost'>
	<query xmlns='jabber:iq:register'/>
</iq>



*** User 2022-03-03 10:35:50.356 ***
alice_user_asks_for_registration_form_932@fed1/res1 in
<iq from='muc.localhost' to='alice_user_asks_for_registration_form_932@fed1/res1' id='590f8d9ca0d579e8cb124e235b800d01' type='result'>
	<query xmlns='jabber:iq:register'>
		<instructions>You need a client that supports x:data to register the nickname</instructions>
		<x xmlns='jabber:x:data'>
			<title>Nickname Registration at muc.localhost</title>
			<instructions>Enter nickname you want to register</instructions>
			<field type='text-single' label='Nickname' var='nick'>
				<value/>
			</field>
		</x>
	</query>
</iq>



*** User 2022-03-03 10:35:50.356 ***
alice_user_asks_for_registration_form_932@fed1/res1 out
</stream:stream>

*** User 2022-03-03 10:35:50.356 ***
alice_user_asks_for_registration_form_932@fed1/res1 in
</stream:stream>
*** CT 2022-03-03 10:35:50.358 *** View log from node ejabberd2@localhost when finished ejabberd2@localhost_2305.html
*** CT 2022-03-03 10:35:50.359 *** View log from node mongooseim@localhost when finished mongooseim@localhost_4479.html



=== Ended at 2022-03-03 10:35:50
=== successfully completed test case
=== === Returned value: ok