=== Test case: muc_SUITE:user_submits_registration_form_twice/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.973.1>},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/muc_SUITE_data"},
     {preset,"internal_mnesia"},
     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@34a9b6d2516c.2022-01-27_15.25.07/big_tests.tests.muc_SUITE.logs/run.2022-01-27_15.32.27/muc_suite.user_submits_registration_form_twice.50178.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@34a9b6d2516c.2022-01-27_15.25.07/big_tests.tests.muc_SUITE.logs/run.2022-01-27_15.32.27/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 => [{host,{prefix,<<"vjud.">>}}]}},
     {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@34a9b6d2516c.2022-01-27_15.25.07"

=== Started at 2022-01-27 15:33:18


*** CT 2022-01-27 15:33:18.592 *** View log from node mongooseim@localhost when started mongooseim@localhost_4719.html
*** CT 2022-01-27 15:33:18.594 *** View log from node ejabberd2@localhost when started ejabberd2@localhost_2320.html

*** User 2022-01-27 15:33:18.627 ***
alice_user_submits_registration_form_twice_985@fed1 out
<stream:stream to='fed1' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-01-27 15:33:18.634 ***
alice_user_submits_registration_form_twice_985@fed1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='e4afa881fa854cc7' from='fed1' version='1.0' xml:lang='en'>

*** User 2022-01-27 15:33:18.634 ***
alice_user_submits_registration_form_twice_985@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-01-27 15:33:18.634 ***
alice_user_submits_registration_form_twice_985@fed1 out
<iq type='get' id='980fbb09969eeb81e2ee08d9adcd3130'>
	<query xmlns='jabber:iq:register'/>
</iq>



*** User 2022-01-27 15:33:18.634 ***
alice_user_submits_registration_form_twice_985@fed1 in
<iq from='fed1' id='980fbb09969eeb81e2ee08d9adcd3130' 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-01-27 15:33:18.635 ***
alice_user_submits_registration_form_twice_985@fed1 out
<iq type='set' id='c4fe1685897e6341d63f1d03d78aa450'>
	<query xmlns='jabber:iq:register'>
		<username>alice_user_submits_registration_form_twice_985</username>
		<password>makota2</password>
	</query>
</iq>



*** User 2022-01-27 15:33:18.669 ***
alice_user_submits_registration_form_twice_985@fed1 in
<iq from='fed1' id='c4fe1685897e6341d63f1d03d78aa450' type='result'>
	<query xmlns='jabber:iq:register'>
		<username>alice_user_submits_registration_form_twice_985</username>
		<password>makota2</password>
	</query>
</iq>



*** User 2022-01-27 15:33:18.669 ***
alice_user_submits_registration_form_twice_985@fed1 out
</stream:stream>

*** User 2022-01-27 15:33:18.669 ***
alice_user_submits_registration_form_twice_985@fed1 in
</stream:stream>

*** User 2022-01-27 15:33:18.670 ***
alice_user_submits_registration_form_twice_985@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-01-27 15:33:18.670 ***
alice_user_submits_registration_form_twice_985@fed1/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='8e37c1ce61c905bd' from='fed1' version='1.0' xml:lang='en'>

*** User 2022-01-27 15:33:18.670 ***
alice_user_submits_registration_form_twice_985@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-01-27 15:33:18.670 ***
alice_user_submits_registration_form_twice_985@fed1/res1 out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGFsaWNlX3VzZXJfc3VibWl0c19yZWdpc3RyYXRpb25fZm9ybV90d2ljZV85ODUAbWFrb3RhMg==</auth>



*** User 2022-01-27 15:33:18.673 ***
alice_user_submits_registration_form_twice_985@fed1/res1 in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2022-01-27 15:33:18.673 ***
alice_user_submits_registration_form_twice_985@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-01-27 15:33:18.674 ***
alice_user_submits_registration_form_twice_985@fed1/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='445c2b75aefd7ea3' from='fed1' version='1.0' xml:lang='en'>

*** User 2022-01-27 15:33:18.674 ***
alice_user_submits_registration_form_twice_985@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-01-27 15:33:18.674 ***
alice_user_submits_registration_form_twice_985@fed1/res1 out
<iq type='set' id='f8ec4dc432dceb238517b85d7cff840f'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>res1</resource>
	</bind>
</iq>



*** User 2022-01-27 15:33:18.674 ***
alice_user_submits_registration_form_twice_985@fed1/res1 in
<iq id='f8ec4dc432dceb238517b85d7cff840f' type='result'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>alice_user_submits_registration_form_twice_985@fed1/res1</jid>
	</bind>
</iq>



*** User 2022-01-27 15:33:18.674 ***
alice_user_submits_registration_form_twice_985@fed1/res1 out
<iq type='set' id='9505769be7dcf1d1ab84c355ef270be4'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-01-27 15:33:18.674 ***
alice_user_submits_registration_form_twice_985@fed1/res1 in
<iq type='result' id='9505769be7dcf1d1ab84c355ef270be4'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-01-27 15:33:18.674 ***
alice_user_submits_registration_form_twice_985@fed1/res1 out
<presence/>



*** User 2022-01-27 15:33:18.675 ***
alice_user_submits_registration_form_twice_985@fed1/res1 in
<presence from='alice_user_submits_registration_form_twice_985@fed1/res1' to='alice_user_submits_registration_form_twice_985@fed1/res1' xml:lang='en'/>



*** User 2022-01-27 15:33:18.675 ***
alice_user_submits_registration_form_twice_985@fed1/res1 out
<iq type='set' id='e95b7ef04a70f9fcd0251a32d5b2884a' to='muc.localhost'>
	<query xmlns='jabber:iq:register'>
		<x xmlns='jabber:x:data' type='submit'>
			<field type='hidden' var='FORM_TYPE'>
				<value>jabber:iq:register</value>
			</field>
			<field type='text-single' var='nick'>
				<value>thirdwitchroom-c7af91701f</value>
			</field>
		</x>
	</query>
</iq>



*** User 2022-01-27 15:33:18.684 ***
alice_user_submits_registration_form_twice_985@fed1/res1 in
<iq from='muc.localhost' to='alice_user_submits_registration_form_twice_985@fed1/res1' id='e95b7ef04a70f9fcd0251a32d5b2884a' type='result'>
	<query xmlns='jabber:iq:register'/>
</iq>



*** User 2022-01-27 15:33:18.684 ***
alice_user_submits_registration_form_twice_985@fed1/res1 out
<iq type='get' id='f9f8b305b835c9b5a5a2bf49c90748cc' to='muc.localhost'>
	<query xmlns='jabber:iq:register'/>
</iq>



*** User 2022-01-27 15:33:18.686 ***
alice_user_submits_registration_form_twice_985@fed1/res1 in
<iq from='muc.localhost' to='alice_user_submits_registration_form_twice_985@fed1/res1' id='f9f8b305b835c9b5a5a2bf49c90748cc' type='result'>
	<query xmlns='jabber:iq:register'>
		<registered/>
		<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>thirdwitchroom-c7af91701f</value>
			</field>
		</x>
	</query>
</iq>



*** User 2022-01-27 15:33:18.686 ***
alice_user_submits_registration_form_twice_985@fed1/res1 out
<iq type='set' id='c91882deed93b949aebc26de483b87b5' to='muc.localhost'>
	<query xmlns='jabber:iq:register'>
		<x xmlns='jabber:x:data' type='submit'>
			<field type='hidden' var='FORM_TYPE'>
				<value>jabber:iq:register</value>
			</field>
			<field type='text-single' var='nick'>
				<value>thirdwitchroom-c7af91701f</value>
			</field>
		</x>
	</query>
</iq>



*** User 2022-01-27 15:33:18.728 ***
alice_user_submits_registration_form_twice_985@fed1/res1 in
<iq from='muc.localhost' to='alice_user_submits_registration_form_twice_985@fed1/res1' id='c91882deed93b949aebc26de483b87b5' type='result'>
	<query xmlns='jabber:iq:register'/>
</iq>



*** User 2022-01-27 15:33:18.728 ***
alice_user_submits_registration_form_twice_985@fed1/res1 out
<iq type='get' id='c42c8620bb324388520e0ead83c782f6' to='muc.localhost'>
	<query xmlns='jabber:iq:register'/>
</iq>



*** User 2022-01-27 15:33:18.771 ***
alice_user_submits_registration_form_twice_985@fed1/res1 in
<iq from='muc.localhost' to='alice_user_submits_registration_form_twice_985@fed1/res1' id='c42c8620bb324388520e0ead83c782f6' type='result'>
	<query xmlns='jabber:iq:register'>
		<registered/>
		<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>thirdwitchroom-c7af91701f</value>
			</field>
		</x>
	</query>
</iq>



*** User 2022-01-27 15:33:18.771 ***
alice_user_submits_registration_form_twice_985@fed1/res1 out
</stream:stream>

*** User 2022-01-27 15:33:18.772 ***
alice_user_submits_registration_form_twice_985@fed1/res1 in
</stream:stream>
*** CT 2022-01-27 15:33:18.774 *** View log from node ejabberd2@localhost when finished ejabberd2@localhost_2320.html
*** CT 2022-01-27 15:33:18.775 *** View log from node mongooseim@localhost when finished mongooseim@localhost_4719.html



=== Ended at 2022-01-27 15:33:18
=== successfully completed test case
=== === Returned value: ok