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

=== Config value:

    [{{s2s,mim},
      #{opts =>
            #{address => #{<<"fed1">> => #{ip_address => "127.0.0.1"}},
              outgoing =>
                  #{port => 5299,
                    ip_versions => [4,6],
                    connection_timeout => 10000},
              dns => #{timeout => 10,retries => 2},
              certfile => "priv/ssl/fake_server.pem",
              ciphers => "TLSv1.2:TLSv1.3",use_starttls => optional,
              max_retry_delay => 300,default_policy => allow},
        listener =>
            #{module => ejabberd_s2s_in,port => 5269,num_acceptors => 100,
              hibernate_after => 0,backlog => 1024,ip_address => "0",
              tls =>
                  #{ciphers => "TLSv1.2:TLSv1.3",
                    dhfile => "priv/ssl/fake_dh_server.pem",
                    verify_mode => peer,
                    protocol_options =>
                        ["no_sslv2","no_sslv3","no_tlsv1","no_tlsv1_1"]},
              ip_tuple => {0,0,0,0},
              shaper => s2s_shaper,proto => tcp,ip_version => 4,
              proxy_protocol => false,max_stanza_size => 131072,
              connection_type => s2s}}},
     {{s2s,fed},
      #{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"}},
              outgoing =>
                  #{port => 5269,
                    ip_versions => [4,6],
                    connection_timeout => 10000},
              dns => #{timeout => 10,retries => 2},
              certfile => "priv/ssl/fake_server.pem",
              ciphers => "TLSv1.2:TLSv1.3",use_starttls => optional,
              max_retry_delay => 300,default_policy => allow},
        listener =>
            #{module => ejabberd_s2s_in,port => 5299,num_acceptors => 100,
              hibernate_after => 0,backlog => 1024,ip_address => "0",
              tls =>
                  #{ciphers => "TLSv1.2:TLSv1.3",
                    dhfile => "priv/ssl/fake_dh_server.pem",
                    verify_mode => peer,
                    protocol_options =>
                        ["no_sslv2","no_sslv3","no_tlsv1","no_tlsv1_1"]},
              ip_tuple => {0,0,0,0},
              shaper => s2s_shaper,proto => tcp,ip_version => 4,
              proxy_protocol => false,max_stanza_size => 131072,
              connection_type => s2s}}},
     {escalus_user_db,xmpp},
     {watchdog,<0.39579.0>},
     {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@fbd36bac9dd4.2024-04-23_12.28.05/big_tests.tests.muc_SUITE.logs/run.2024-04-23_12.36.03/muc_suite.user_unregisters_nick_twice.88706.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@fbd36bac9dd4.2024-04-23_12.28.05/big_tests.tests.muc_SUITE.logs/run.2024-04-23_12.36.03/log_private/"},
     {{saved_modules,mongooseim@localhost,<<"localhost">>},
      #{mod_vcard =>
            #{matches => 30,
              host => {prefix,<<"vjud.">>},
              search => true,
              ldap =>
                  #{filter => <<"(objectClass=inetOrgPerson)">>,
                    base => <<"ou=Users,dc=esl,dc=com">>,
                    uids => [{<<"uid">>,<<"%u">>}],
                    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">>}],
                    deref => never,
                    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">>]}],
                    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">>}],
                    search_operator => 'and',binary_search_fields => [],
                    pool_tag => default},
              backend => ldap,iqdisc => parallel},
        mod_roster =>
            #{backend => mnesia,iqdisc => one_queue,versioning => false,
              store_current_id => false},
        mod_amp => #{},
        mod_register =>
            #{access => register,iqdisc => one_queue,
              registration_watchers => [],password_strength => 0,
              ip_access => [{allow,"127.0.0.0/8"},{deny,"0.0.0.0/0"}]},
        mod_sic => #{iqdisc => one_queue},
        mod_disco =>
            #{iqdisc => one_queue,users_can_see_hidden_services => false,
              server_info => [],extra_domains => []},
        mod_presence => #{},
        mod_stream_management =>
            #{buffer => true,ack => true,backend => mnesia,
              stale_h =>
                  #{enabled => false,repeat_after => 1800,geriatric => 3600},
              buffer_max => 100,ack_freq => 1,resume_timeout => 600},
        mod_adhoc => #{iqdisc => one_queue,report_commands_node => false},
        mod_bosh =>
            #{backend => mnesia,inactivity => 30,max_pause => 120,
              max_wait => infinity,server_acks => false},
        mod_cache_users =>
            #{strategy => fifo,number_of_segments => 5,time_to_live => 2},
        mod_carboncopy => #{iqdisc => no_queue}}},
     {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@fbd36bac9dd4.2024-04-23_12.28.05"

=== Started at 2024-04-23 12:37:00


*** CT 2024-04-23 12:37:00.820 *** View log from node mongooseim@localhost when started🔗 mongooseim@localhost_4017.html

*** User 2024-04-23 12:37:00.828 ***🔗
alice_user_unregisters_nick_twice_1328@fed1 out
<stream:stream to='fed1' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2024-04-23 12:37:00.834 ***🔗
alice_user_unregisters_nick_twice_1328@fed1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='74a40b04fc2bfbb1' from='fed1' version='1.0' xml:lang='en'>

*** User 2024-04-23 12:37:00.834 ***🔗
alice_user_unregisters_nick_twice_1328@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-04-23 12:37:00.834 ***🔗
alice_user_unregisters_nick_twice_1328@fed1 out
<iq type='get' id='66271aa446a230f16bf26e0499d6a332'>
	<query xmlns='jabber:iq:register'/>
</iq>



*** User 2024-04-23 12:37:00.835 ***🔗
alice_user_unregisters_nick_twice_1328@fed1 in
<iq from='fed1' to='fed1' id='66271aa446a230f16bf26e0499d6a332' 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-04-23 12:37:00.835 ***🔗
alice_user_unregisters_nick_twice_1328@fed1 out
<iq type='set' id='4263cdb277d4ef859fab44543528ba13'>
	<query xmlns='jabber:iq:register'>
		<username>alice_user_unregisters_nick_twice_1328</username>
		<password>makota2</password>
	</query>
</iq>



*** User 2024-04-23 12:37:00.865 ***🔗
alice_user_unregisters_nick_twice_1328@fed1 in
<iq from='fed1' to='fed1' id='4263cdb277d4ef859fab44543528ba13' type='result'>
	<query xmlns='jabber:iq:register'>
		<username>alice_user_unregisters_nick_twice_1328</username>
		<password>makota2</password>
	</query>
</iq>



*** User 2024-04-23 12:37:00.865 ***🔗
alice_user_unregisters_nick_twice_1328@fed1 out
</stream:stream>

*** User 2024-04-23 12:37:00.865 ***🔗
alice_user_unregisters_nick_twice_1328@fed1 in
</stream:stream>

*** User 2024-04-23 12:37:00.865 ***🔗
alice_user_unregisters_nick_twice_1328@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-04-23 12:37:00.866 ***🔗
alice_user_unregisters_nick_twice_1328@fed1/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='f4761246296defc8' from='fed1' version='1.0' xml:lang='en'>

*** User 2024-04-23 12:37:00.866 ***🔗
alice_user_unregisters_nick_twice_1328@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-04-23 12:37:00.867 ***🔗
alice_user_unregisters_nick_twice_1328@fed1/res1 out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGFsaWNlX3VzZXJfdW5yZWdpc3RlcnNfbmlja190d2ljZV8xMzI4AG1ha290YTI=</auth>



*** User 2024-04-23 12:37:00.871 ***🔗
alice_user_unregisters_nick_twice_1328@fed1/res1 in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2024-04-23 12:37:00.871 ***🔗
alice_user_unregisters_nick_twice_1328@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-04-23 12:37:00.871 ***🔗
alice_user_unregisters_nick_twice_1328@fed1/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='f598cc995cf3b2d3' from='fed1' version='1.0' xml:lang='en' to='alice_user_unregisters_nick_twice_1328@fed1'>

*** User 2024-04-23 12:37:00.871 ***🔗
alice_user_unregisters_nick_twice_1328@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-04-23 12:37:00.871 ***🔗
alice_user_unregisters_nick_twice_1328@fed1/res1 out
<iq type='set' id='4b5a174dbb4a4e6c48c93b75e0c7d97c'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>res1</resource>
	</bind>
</iq>



*** User 2024-04-23 12:37:00.873 ***🔗
alice_user_unregisters_nick_twice_1328@fed1/res1 in
<iq id='4b5a174dbb4a4e6c48c93b75e0c7d97c' type='result'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>alice_user_unregisters_nick_twice_1328@fed1/res1</jid>
	</bind>
</iq>



*** User 2024-04-23 12:37:00.874 ***🔗
alice_user_unregisters_nick_twice_1328@fed1/res1 out
<iq type='set' id='adada2d820e11271113dfbed762647b8'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2024-04-23 12:37:00.874 ***🔗
alice_user_unregisters_nick_twice_1328@fed1/res1 in
<iq from='fed1' to='alice_user_unregisters_nick_twice_1328@fed1/res1' id='adada2d820e11271113dfbed762647b8' type='result'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2024-04-23 12:37:00.874 ***🔗
alice_user_unregisters_nick_twice_1328@fed1/res1 out
<presence/>



*** User 2024-04-23 12:37:00.874 ***🔗
alice_user_unregisters_nick_twice_1328@fed1/res1 in
<presence from='alice_user_unregisters_nick_twice_1328@fed1/res1' to='alice_user_unregisters_nick_twice_1328@fed1/res1'/>



*** User 2024-04-23 12:37:00.874 ***🔗
alice_user_unregisters_nick_twice_1328@fed1/res1 out
<iq type='set' id='65dd29daee2adf793cdcbe7a52a37d71' 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>thirdwitch1room-3aafc900d6</value>
			</field>
		</x>
	</query>
</iq>



*** User 2024-04-23 12:37:00.927 ***🔗
alice_user_unregisters_nick_twice_1328@fed1/res1 in
<iq from='muc.localhost' to='alice_user_unregisters_nick_twice_1328@fed1/res1' id='65dd29daee2adf793cdcbe7a52a37d71' type='result'>
	<query xmlns='jabber:iq:register'/>
</iq>



*** User 2024-04-23 12:37:00.928 ***🔗
alice_user_unregisters_nick_twice_1328@fed1/res1 out
<iq type='get' id='ff30941edb221cc1d21d203b0cfbc517' to='muc.localhost'>
	<query xmlns='jabber:iq:register'/>
</iq>



*** User 2024-04-23 12:37:00.929 ***🔗
alice_user_unregisters_nick_twice_1328@fed1/res1 in
<iq from='muc.localhost' to='alice_user_unregisters_nick_twice_1328@fed1/res1' id='ff30941edb221cc1d21d203b0cfbc517' 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' type='form'>
			<title>Nickname Registration at muc.localhost</title>
			<instructions>Enter nickname you want to register</instructions>
			<field label='Nickname' type='text-single' var='nick'>
				<value>thirdwitch1room-3aafc900d6</value>
			</field>
		</x>
	</query>
</iq>



*** User 2024-04-23 12:37:00.929 ***🔗
alice_user_unregisters_nick_twice_1328@fed1/res1 out
<iq type='set' id='82db1eef1711ca3976cf1b4d8173ffed' to='muc.localhost'>
	<query xmlns='jabber:iq:register'>
		<remove/>
	</query>
</iq>



*** User 2024-04-23 12:37:00.930 ***🔗
alice_user_unregisters_nick_twice_1328@fed1/res1 in
<iq from='muc.localhost' to='alice_user_unregisters_nick_twice_1328@fed1/res1' id='82db1eef1711ca3976cf1b4d8173ffed' type='result'>
	<query xmlns='jabber:iq:register'/>
</iq>



*** User 2024-04-23 12:37:00.930 ***🔗
alice_user_unregisters_nick_twice_1328@fed1/res1 out
<iq type='get' id='ec14125eabb743ecfc6ec8ed8112be77' to='muc.localhost'>
	<query xmlns='jabber:iq:register'/>
</iq>



*** User 2024-04-23 12:37:00.931 ***🔗
alice_user_unregisters_nick_twice_1328@fed1/res1 in
<iq from='muc.localhost' to='alice_user_unregisters_nick_twice_1328@fed1/res1' id='ec14125eabb743ecfc6ec8ed8112be77' 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' type='form'>
			<title>Nickname Registration at muc.localhost</title>
			<instructions>Enter nickname you want to register</instructions>
			<field label='Nickname' type='text-single' var='nick'>
				<value/>
			</field>
		</x>
	</query>
</iq>



*** User 2024-04-23 12:37:00.931 ***🔗
alice_user_unregisters_nick_twice_1328@fed1/res1 out
<iq type='set' id='8a2f9ad8cdd48191dd07ba019e9bc6eb' to='muc.localhost'>
	<query xmlns='jabber:iq:register'>
		<remove/>
	</query>
</iq>



*** User 2024-04-23 12:37:00.932 ***🔗
alice_user_unregisters_nick_twice_1328@fed1/res1 in
<iq from='muc.localhost' to='alice_user_unregisters_nick_twice_1328@fed1/res1' id='8a2f9ad8cdd48191dd07ba019e9bc6eb' type='result'>
	<query xmlns='jabber:iq:register'/>
</iq>



*** User 2024-04-23 12:37:00.932 ***🔗
alice_user_unregisters_nick_twice_1328@fed1/res1 out
<iq type='get' id='480ae0d086608c5c18804251d5db69da' to='muc.localhost'>
	<query xmlns='jabber:iq:register'/>
</iq>



*** User 2024-04-23 12:37:00.933 ***🔗
alice_user_unregisters_nick_twice_1328@fed1/res1 in
<iq from='muc.localhost' to='alice_user_unregisters_nick_twice_1328@fed1/res1' id='480ae0d086608c5c18804251d5db69da' 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' type='form'>
			<title>Nickname Registration at muc.localhost</title>
			<instructions>Enter nickname you want to register</instructions>
			<field label='Nickname' type='text-single' var='nick'>
				<value/>
			</field>
		</x>
	</query>
</iq>



*** User 2024-04-23 12:37:00.933 ***🔗
alice_user_unregisters_nick_twice_1328@fed1/res1 out
</stream:stream>

*** User 2024-04-23 12:37:00.933 ***🔗
alice_user_unregisters_nick_twice_1328@fed1/res1 in
</stream:stream>
*** CT 2024-04-23 12:37:00.941 *** View log from node mongooseim@localhost when finished🔗 mongooseim@localhost_4017.html



=== Ended at 2024-04-23 12:37:00
=== successfully completed test case
=== === Returned value: ok