=== Test case: connect_SUITE:auth_compression_bind_session/1 (click for source code)

=== Config value:

    [{watchdog,<0.13861.0>},
     {tls_module,just_tls},
     {c2s_listener,#{access => c2s,backlog => 100,hibernate_after => 0,
                     ip_address => "0",
                     ip_tuple => {0,0,0,0},
                     ip_version => 4,max_stanza_size => 65536,
                     module => ejabberd_c2s,num_acceptors => 100,port => 5222,
                     proto => tcp,proxy_protocol => false,
                     shaper => c2s_shaper,
                     tls =>
                         [{certfile,"priv/ssl/fake_server.pem"},
                          {dhfile,"priv/ssl/fake_dh_server.pem"},
                          starttls],
                     zlib => 10000}},
     {escalus_user_db,{module,escalus_ejabberd,[]}},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/connect_SUITE_data"},
     {preset,"odbc_mssql_mnesia"},
     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@f0b09cc3aef4.2022-05-25_09.03.38/big_tests.tests.connect_SUITE.logs/run.2022-05-25_09.04.37/connect_suite.auth_compression_bind_session.16771.html"},
     {tc_group_properties,[{name,feature_order},
                           {repeat_until_all_ok,3},
                           parallel]},
     {tc_group_path,[[{name,just_tls},{repeat_until_all_ok,3}]]},
     {data_dir,"/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/connect_SUITE_data/"},
     {priv_dir,"/home/circleci/project/big_tests/ct_report/ct_run.test@f0b09cc3aef4.2022-05-25_09.03.38/big_tests.tests.connect_SUITE.logs/run.2022-05-25_09.04.37/log_private/"},
     {escalus_users,[{secure_joe,[{username,<<"secure_joe">>},
                                  {server,<<"domain.example.com">>},
                                  {host,<<"localhost">>},
                                  {password,<<"break_me">>},
                                  {compression,<<"zlib">>},
                                  {starttls,required}]},
                     {alice,[{username,<<"alicE">>},
                             {server,<<"domain.example.com">>},
                             {host,<<"localhost">>},
                             {password,<<"matygrysa">>}]}]}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@f0b09cc3aef4.2022-05-25_09.03.38"

=== Started at 2022-05-25 09:05:22


*** CT 2022-05-25 09:05:22.462 *** View log from node mongooseim@localhost when started mongooseim@localhost_190.html
*** CT 2022-05-25 09:05:22.462 *** View log from node ejabberd2@localhost when started ejabberd2@localhost_392.html

*** User 2022-05-25 09:05:22.472 ***
secure_joe_auth_compression_bind_session_644@domain.example.com 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-05-25 09:05:22.474 ***
secure_joe_auth_compression_bind_session_644@domain.example.com in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='41de7140f6b6a4f2' from='domain.example.com' version='1.0' xml:lang='en'>

*** User 2022-05-25 09:05:22.474 ***
secure_joe_auth_compression_bind_session_644@domain.example.com in
<stream:features>
	<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'>
		<required/>
	</starttls>
</stream:features>



*** User 2022-05-25 09:05:22.474 ***
secure_joe_auth_compression_bind_session_644@domain.example.com out
<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>



*** User 2022-05-25 09:05:22.475 ***
secure_joe_auth_compression_bind_session_644@domain.example.com in
<proceed xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>



*** User 2022-05-25 09:05:22.481 ***
secure_joe_auth_compression_bind_session_644@domain.example.com 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-05-25 09:05:22.481 ***
secure_joe_auth_compression_bind_session_644@domain.example.com in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='f658764cc4d805e3' from='domain.example.com' version='1.0' xml:lang='en'>

*** User 2022-05-25 09:05:22.481 ***
secure_joe_auth_compression_bind_session_644@domain.example.com in
<stream:features>
	<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-05-25 09:05:22.481 ***
secure_joe_auth_compression_bind_session_644@domain.example.com out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AHNlY3VyZV9qb2VfYXV0aF9jb21wcmVzc2lvbl9iaW5kX3Nlc3Npb25fNjQ0AGJyZWFrX21l</auth>



*** User 2022-05-25 09:05:22.482 ***
secure_joe_auth_compression_bind_session_644@domain.example.com in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2022-05-25 09:05:22.482 ***
secure_joe_auth_compression_bind_session_644@domain.example.com 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-05-25 09:05:22.483 ***
secure_joe_auth_compression_bind_session_644@domain.example.com in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='5e4d42d55bd4ff7a' from='domain.example.com' version='1.0' xml:lang='en'>

*** User 2022-05-25 09:05:22.483 ***
secure_joe_auth_compression_bind_session_644@domain.example.com 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-05-25 09:05:22.483 ***
secure_joe_auth_compression_bind_session_644@domain.example.com out
<compress xmlns='http://jabber.org/protocol/compress'>
	<method>zlib</method>
</compress>



*** User 2022-05-25 09:05:22.483 ***
secure_joe_auth_compression_bind_session_644@domain.example.com in
<compressed xmlns='http://jabber.org/protocol/compress'/>



*** User 2022-05-25 09:05:22.484 ***
secure_joe_auth_compression_bind_session_644@domain.example.com 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-05-25 09:05:22.484 ***
secure_joe_auth_compression_bind_session_644@domain.example.com in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='d2fcde85400aa189' from='domain.example.com' version='1.0' xml:lang='en'>

*** User 2022-05-25 09:05:22.484 ***
secure_joe_auth_compression_bind_session_644@domain.example.com 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'/>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2022-05-25 09:05:22.484 ***
secure_joe_auth_compression_bind_session_644@domain.example.com out
<iq type='set' id='eaf5b59f6f623c21a25895fa81473319'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>escalus-default-resource</resource>
	</bind>
</iq>



*** User 2022-05-25 09:05:22.485 ***
secure_joe_auth_compression_bind_session_644@domain.example.com in
<iq id='eaf5b59f6f623c21a25895fa81473319' type='result'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>secure_joe_auth_compression_bind_session_644@domain.example.com/escalus-default-resource</jid>
	</bind>
</iq>



*** User 2022-05-25 09:05:22.485 ***
secure_joe_auth_compression_bind_session_644@domain.example.com/escalus-default-resource out
<iq type='set' id='9157735e30f80d8c0e1d48322db85836'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-05-25 09:05:22.485 ***
secure_joe_auth_compression_bind_session_644@domain.example.com/escalus-default-resource in
<iq type='result' id='9157735e30f80d8c0e1d48322db85836'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>


*** CT 2022-05-25 09:05:22.489 *** View log from node ejabberd2@localhost when finished ejabberd2@localhost_392.html
*** CT 2022-05-25 09:05:22.489 *** View log from node mongooseim@localhost when finished mongooseim@localhost_190.html



=== Ended at 2022-05-25 09:05:22
=== successfully completed test case
=== === Returned value: true