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

=== Config value:

    [{{s2s,mim},
      #{listener =>
            #{backlog => 1024,connection_type => s2s,hibernate_after => 0,
              ip_address => "0",
              ip_tuple => {0,0,0,0},
              ip_version => 4,max_stanza_size => 131072,
              module => ejabberd_s2s_in,num_acceptors => 100,port => 5269,
              proto => tcp,proxy_protocol => false,shaper => s2s_shaper,
              tls =>
                  #{ciphers => "TLSv1.2:TLSv1.3",
                    dhfile => "priv/ssl/fake_dh_server.pem",
                    protocol_options =>
                        ["no_sslv2","no_sslv3","no_tlsv1","no_tlsv1_1"],
                    verify_mode => peer}},
        opts =>
            #{address => #{<<"fed1">> => #{ip_address => "127.0.0.1"}},
              certfile => "priv/ssl/fake_server.pem",
              ciphers => "TLSv1.2:TLSv1.3",default_policy => allow,
              dns => #{retries => 2,timeout => 10},
              max_retry_delay => 300,
              outgoing =>
                  #{connection_timeout => 10000,
                    ip_versions => [4,6],
                    port => 5299},
              use_starttls => optional}}},
     {{s2s,fed},
      #{listener =>
            #{backlog => 1024,connection_type => s2s,hibernate_after => 0,
              ip_address => "0",
              ip_tuple => {0,0,0,0},
              ip_version => 4,max_stanza_size => 131072,
              module => ejabberd_s2s_in,num_acceptors => 100,port => 5299,
              proto => tcp,proxy_protocol => false,shaper => s2s_shaper,
              tls =>
                  #{ciphers => "TLSv1.2:TLSv1.3",
                    dhfile => "priv/ssl/fake_dh_server.pem",
                    protocol_options =>
                        ["no_sslv2","no_sslv3","no_tlsv1","no_tlsv1_1"],
                    verify_mode => peer}},
        opts =>
            #{address =>
                  #{<<"domain.example.com">> => #{ip_address => "127.0.0.1"},
                    <<"localhost">> => #{ip_address => "127.0.0.1"},
                    <<"localhost.bis">> => #{ip_address => "127.0.0.1"},
                    <<"muc.localhost">> => #{ip_address => "127.0.0.1"},
                    <<"pubsub.localhost">> => #{ip_address => "127.0.0.1"}},
              certfile => "priv/ssl/fake_server.pem",
              ciphers => "TLSv1.2:TLSv1.3",default_policy => allow,
              dns => #{retries => 2,timeout => 10},
              max_retry_delay => 300,
              outgoing =>
                  #{connection_timeout => 10000,
                    ip_versions => [4,6],
                    port => 5269},
              use_starttls => optional}}},
     {escalus_user_db,xmpp},
     {watchdog,<0.6802.1>},
     {preset,"ldap_mnesia"},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/muc_SUITE_data"},
     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@aa1085bba4d3.2024-03-18_13.39.38/big_tests.tests.muc_SUITE.logs/run.2024-03-18_13.47.55/muc_suite.user_registration_errors.50435.html"},
     {tc_group_properties,[{name,register_over_s2s},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@aa1085bba4d3.2024-03-18_13.39.38/big_tests.tests.muc_SUITE.logs/run.2024-03-18_13.47.55/log_private/"},
     {{saved_modules,mongooseim@localhost,<<"localhost">>},
      #{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,strategy => fifo,time_to_live => 2},
        mod_carboncopy => #{iqdisc => no_queue},
        mod_disco =>
            #{extra_domains => [],iqdisc => one_queue,server_info => [],
              users_can_see_hidden_services => false},
        mod_presence => #{},
        mod_register =>
            #{access => register,
              ip_access => [{allow,"127.0.0.0/8"},{deny,"0.0.0.0/0"}],
              iqdisc => one_queue,password_strength => 0,
              registration_watchers => []},
        mod_roster =>
            #{backend => mnesia,iqdisc => one_queue,store_current_id => false,
              versioning => false},
        mod_sic => #{iqdisc => one_queue},
        mod_stream_management =>
            #{ack => true,ack_freq => 1,backend => mnesia,buffer => true,
              buffer_max => 100,resume_timeout => 600,
              stale_h =>
                  #{enabled => false,geriatric => 3600,repeat_after => 1800}},
        mod_vcard =>
            #{backend => ldap,
              host => {prefix,<<"vjud.">>},
              iqdisc => parallel,
              ldap =>
                  #{base => <<"ou=Users,dc=esl,dc=com">>,
                    binary_search_fields => [],deref => never,
                    filter => <<"(objectClass=inetOrgPerson)">>,
                    pool_tag => default,
                    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">>}],
                    search_operator => 'and',
                    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">>}],
                    uids => [{<<"uid">>,<<"%u">>}],
                    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,<<"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@aa1085bba4d3.2024-03-18_13.39.38"

=== Started at 2024-03-18 13:48:56


*** CT 2024-03-18 13:48:56.715 *** View log from node mongooseim@localhost when started🔗 mongooseim@localhost_4014.html

*** User 2024-03-18 13:48:56.722 ***🔗
alice_user_registration_errors_1323@fed1 out
<stream:stream to='fed1' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2024-03-18 13:48:56.730 ***🔗
alice_user_registration_errors_1323@fed1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='661ff45f53be0507' from='fed1' version='1.0' xml:lang='en'>

*** User 2024-03-18 13:48:56.730 ***🔗
alice_user_registration_errors_1323@fed1 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-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>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2024-03-18 13:48:56.731 ***🔗
alice_user_registration_errors_1323@fed1 out
<iq type='get' id='25235e1a068426abe4ed20ed1b666d29'>
	<query xmlns='jabber:iq:register'/>
</iq>



*** User 2024-03-18 13:48:56.731 ***🔗
alice_user_registration_errors_1323@fed1 in
<iq from='fed1' to='fed1' id='25235e1a068426abe4ed20ed1b666d29' type='result'>
	<query xmlns='jabber:iq:register'>
		<instructions>Choose a username and password to register with this server</instructions>
		<username/>
		<password/>
	</query>
</iq>



*** User 2024-03-18 13:48:56.731 ***🔗
alice_user_registration_errors_1323@fed1 out
<iq type='set' id='4ab76d49214c54330912f6fa42c193d2'>
	<query xmlns='jabber:iq:register'>
		<username>alice_user_registration_errors_1323</username>
		<password>makota2</password>
	</query>
</iq>



*** User 2024-03-18 13:48:56.809 ***🔗
alice_user_registration_errors_1323@fed1 in
<iq from='fed1' to='fed1' id='4ab76d49214c54330912f6fa42c193d2' type='result'>
	<query xmlns='jabber:iq:register'>
		<username>alice_user_registration_errors_1323</username>
		<password>makota2</password>
	</query>
</iq>



*** User 2024-03-18 13:48:56.809 ***🔗
alice_user_registration_errors_1323@fed1 out
</stream:stream>

*** User 2024-03-18 13:48:56.809 ***🔗
alice_user_registration_errors_1323@fed1 in
</stream:stream>

*** User 2024-03-18 13:48:56.810 ***🔗
alice_user_registration_errors_1323@fed1/res1 out
<stream:stream to='fed1' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2024-03-18 13:48:56.810 ***🔗
alice_user_registration_errors_1323@fed1/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='1b1b0897790810bb' from='fed1' version='1.0' xml:lang='en'>

*** User 2024-03-18 13:48:56.810 ***🔗
alice_user_registration_errors_1323@fed1/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-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>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2024-03-18 13:48:56.810 ***🔗
alice_user_registration_errors_1323@fed1/res1 out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGFsaWNlX3VzZXJfcmVnaXN0cmF0aW9uX2Vycm9yc18xMzIzAG1ha290YTI=</auth>



*** User 2024-03-18 13:48:56.813 ***🔗
alice_user_registration_errors_1323@fed1/res1 in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2024-03-18 13:48:56.813 ***🔗
alice_user_registration_errors_1323@fed1/res1 out
<stream:stream to='fed1' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2024-03-18 13:48:56.813 ***🔗
alice_user_registration_errors_1323@fed1/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='743704939ebdae49' from='fed1' version='1.0' xml:lang='en' to='alice_user_registration_errors_1323@fed1'>

*** User 2024-03-18 13:48:56.813 ***🔗
alice_user_registration_errors_1323@fed1/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'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2024-03-18 13:48:56.813 ***🔗
alice_user_registration_errors_1323@fed1/res1 out
<iq type='set' id='f1450f27f8382d23fbdf0ca6af15f46b'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>res1</resource>
	</bind>
</iq>



*** User 2024-03-18 13:48:56.815 ***🔗
alice_user_registration_errors_1323@fed1/res1 in
<iq id='f1450f27f8382d23fbdf0ca6af15f46b' type='result'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>alice_user_registration_errors_1323@fed1/res1</jid>
	</bind>
</iq>



*** User 2024-03-18 13:48:56.815 ***🔗
alice_user_registration_errors_1323@fed1/res1 out
<iq type='set' id='575906e875ebcfdf0953a86b245f8b13'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2024-03-18 13:48:56.815 ***🔗
alice_user_registration_errors_1323@fed1/res1 in
<iq from='fed1' to='alice_user_registration_errors_1323@fed1/res1' id='575906e875ebcfdf0953a86b245f8b13' type='result'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2024-03-18 13:48:56.815 ***🔗
alice_user_registration_errors_1323@fed1/res1 out
<presence/>



*** User 2024-03-18 13:48:56.816 ***🔗
alice_user_registration_errors_1323@fed1/res1 in
<presence from='alice_user_registration_errors_1323@fed1/res1' to='alice_user_registration_errors_1323@fed1/res1'/>



*** User 2024-03-18 13:48:56.816 ***🔗
alice_user_registration_errors_1323@fed1/res1 out
<iq type='set' id='68c835554859ef8b5adccec8bc2979ad' to='muc.localhost'>
	<query xmlns='jabber:iq:register'>
		<x xmlns='jabber:x:data'>
			<field type='hidden' var='FORM_TYPE'>
				<value>jabber:iq:register</value>
			</field>
			<field type='text-single' var='nick'>
				<value>thirdwitchroom-8d1ac898c0</value>
			</field>
		</x>
	</query>
</iq>



*** User 2024-03-18 13:48:56.864 ***🔗
alice_user_registration_errors_1323@fed1/res1 in
<iq from='muc.localhost' to='alice_user_registration_errors_1323@fed1/res1' type='error' id='68c835554859ef8b5adccec8bc2979ad'>
	<query xmlns='jabber:iq:register'>
		<x xmlns='jabber:x:data'>
			<field type='hidden' var='FORM_TYPE'>
				<value>jabber:iq:register</value>
			</field>
			<field type='text-single' var='nick'>
				<value>thirdwitchroom-8d1ac898c0</value>
			</field>
		</x>
	</query>
	<error code='400' type='modify'>
		<bad-request xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
		<text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>Invalid form type</text>
	</error>
</iq>



*** User 2024-03-18 13:48:56.864 ***🔗
alice_user_registration_errors_1323@fed1/res1 out
<iq type='set' id='68c835554859ef8b5adccec8bc2979ad' to='muc.localhost'>
	<query xmlns='jabber:iq:register'>
		<x type='submit'>
			<field type='hidden' var='FORM_TYPE'>
				<value>jabber:iq:register</value>
			</field>
			<field type='text-single' var='nick'>
				<value>thirdwitchroom-8d1ac898c0</value>
			</field>
		</x>
	</query>
</iq>



*** User 2024-03-18 13:48:56.883 ***🔗
alice_user_registration_errors_1323@fed1/res1 in
<iq from='muc.localhost' to='alice_user_registration_errors_1323@fed1/res1' type='error' id='68c835554859ef8b5adccec8bc2979ad'>
	<query xmlns='jabber:iq:register'>
		<x type='submit'>
			<field type='hidden' var='FORM_TYPE'>
				<value>jabber:iq:register</value>
			</field>
			<field type='text-single' var='nick'>
				<value>thirdwitchroom-8d1ac898c0</value>
			</field>
		</x>
	</query>
	<error code='400' type='modify'>
		<bad-request xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
		<text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>Form not found</text>
	</error>
</iq>



*** User 2024-03-18 13:48:56.883 ***🔗
alice_user_registration_errors_1323@fed1/res1 out
<iq type='set' id='68c835554859ef8b5adccec8bc2979ad' to='muc.localhost'>
	<query xmlns='jabber:iq:register'/>
</iq>



*** User 2024-03-18 13:48:56.887 ***🔗
alice_user_registration_errors_1323@fed1/res1 in
<iq from='muc.localhost' to='alice_user_registration_errors_1323@fed1/res1' type='error' id='68c835554859ef8b5adccec8bc2979ad'>
	<query xmlns='jabber:iq:register'/>
	<error code='400' type='modify'>
		<bad-request xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
		<text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>Form not found</text>
	</error>
</iq>



*** User 2024-03-18 13:48:56.887 ***🔗
alice_user_registration_errors_1323@fed1/res1 out
<iq type='set' id='68c835554859ef8b5adccec8bc2979ad' 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>
		</x>
	</query>
</iq>



*** User 2024-03-18 13:48:56.890 ***🔗
alice_user_registration_errors_1323@fed1/res1 in
<iq from='muc.localhost' to='alice_user_registration_errors_1323@fed1/res1' type='error' id='68c835554859ef8b5adccec8bc2979ad'>
	<query xmlns='jabber:iq:register'>
		<x xmlns='jabber:x:data' type='submit'>
			<field type='hidden' var='FORM_TYPE'>
				<value>jabber:iq:register</value>
			</field>
		</x>
	</query>
	<error code='406' type='modify'>
		<not-acceptable xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
		<text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>You must fill in field &quot;Nickname&quot; in the form</text>
	</error>
</iq>



*** User 2024-03-18 13:48:56.890 ***🔗
alice_user_registration_errors_1323@fed1/res1 out
</stream:stream>

*** User 2024-03-18 13:48:56.890 ***🔗
alice_user_registration_errors_1323@fed1/res1 in
</stream:stream>
*** CT 2024-03-18 13:48:56.896 *** View log from node mongooseim@localhost when finished🔗 mongooseim@localhost_4014.html



=== Ended at 2024-03-18 13:48:56
=== successfully completed test case
=== === Returned value: ok