=== Test case: mim_c2s_SUITE:too_big_opening_tag_is_rejected/1 (click for source code)

=== Config value:

    [{c2s_listener,
         #{access => c2s,backlog => 1024,backwards_compatible_session => true,
           c2s_state_timeout => 5000,connection_type => undefined,
           hibernate_after => 0,ip_address => "0",
           ip_tuple => {0,0,0,0},
           ip_version => 4,max_connections => infinity,
           max_stanza_size => 65536,module => mongoose_c2s_listener,
           num_acceptors => 100,port => 5222,proto => tcp,
           proxy_protocol => false,reuse_port => false,shaper => c2s_shaper,
           tls =>
               #{certfile => "priv/ssl/fake_server.pem",
                 ciphers => "TLSv1.2:TLSv1.3",
                 dhfile => "priv/ssl/fake_dh_server.pem",mode => starttls,
                 module => fast_tls,
                 protocol_options =>
                     ["no_sslv2","no_sslv3","no_tlsv1","no_tlsv1_1"],
                 verify_mode => none}}},
     {watchdog,<0.1493.0>},
     {escalus_overrides,
         [{initial_activity,#Fun<mim_c2s_SUITE.0.67541742>},
          {start_ready_clients,fun mim_c2s_SUITE:escalus_start/2}]},
     {preset,"pgsql_mnesia"},
     {mim_data_dir,
         "/home/circleci/project/big_tests/tests/mim_c2s_SUITE_data"},
     {tc_logfile,
         "/home/circleci/project/big_tests/ct_report/ct_run.test@1378bf9ac78f.2024-03-20_18.07.19/big_tests.tests.mim_c2s_SUITE.logs/run.2024-03-20_18.07.21/mim_c2s_suite.too_big_opening_tag_is_rejected.898.html"},
     {tc_group_properties,[{name,basic},parallel]},
     {tc_group_path,[]},
     {data_dir,
         "/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/mim_c2s_SUITE_data/"},
     {priv_dir,
         "/home/circleci/project/big_tests/ct_report/ct_run.test@1378bf9ac78f.2024-03-20_18.07.19/big_tests.tests.mim_c2s_SUITE.logs/run.2024-03-20_18.07.21/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 => rdbms,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 => rdbms,
              host => {prefix,<<"vjud.">>},
              iqdisc => parallel,matches => 30,search => true}}},
     {escalus_users,
         [{alice,
              [{username,<<"alicE">>},
               {server,<<"localhost">>},
               {password,<<"matygrysa">>},
               {connection_steps,
                   [start_stream,stream_features,maybe_use_ssl,authenticate,
                    bind]}]},
          {alice_bis,
              [{username,<<"alicE">>},
               {server,<<"localhost.bis">>},
               {host,<<"localhost">>},
               {password,<<"matygrysa">>}]},
          {bob,
              [{username,<<"bOb">>},
               {server,<<"localhost">>},
               {password,<<"makrolika">>},
               {connection_steps,
                   [start_stream,stream_features,maybe_use_ssl,authenticate,
                    bind]}]},
          {carol,
              [{username,<<"carol">>},
               {server,<<"localhost">>},
               {password,<<"jinglebells">>},
               {transport,escalus_bosh},
               {path,<<"/http-bind">>},
               {port,5280}]},
          {carol_s,
              [{username,<<"carol_s">>},
               {server,<<"localhost">>},
               {password,<<"jinglebells_s">>},
               {transport,escalus_bosh},
               {ssl,true},
               {path,<<"/http-bind">>},
               {port,5285},
               {ssl_opts,[{verify,verify_none}]}]},
          {kate,
              [{username,<<"kate">>},
               {server,<<"localhost">>},
               {password,<<"makrowe;p">>}]},
          {mike,
              [{username,<<"mike">>},
               {server,<<"localhost">>},
               {password,<<"nicniema">>}]},
          {john,
              [{username,<<"john">>},
               {server,<<"localhost">>},
               {password,<<"cosontuma">>}]},
          {geralt,
              [{username,<<"geralt">>},
               {server,<<"localhost">>},
               {password,<<"witcher">>},
               {transport,escalus_ws},
               {port,5280},
               {wspath,<<"/ws-xmpp">>}]},
          {geralt_s,
              [{username,<<"geralt_s">>},
               {server,<<"localhost">>},
               {password,<<"witcher_s">>},
               {transport,escalus_ws},
               {ssl,true},
               {port,5285},
               {wspath,<<"/ws-xmpp">>},
               {ssl_opts,[{verify,verify_none}]}]},
          {hacker,
              [{username,<<"hacker">>},
               {server,<<"localhost">>},
               {password,<<"bringdowntheserver">>},
               {port,5223}]},
          {admin,
              [{username,<<"admin">>},
               {server,<<"localhost">>},
               {password,<<"bruce_almighty">>}]},
          {secure_joe,
              [{username,<<"secure_joe">>},
               {server,<<"localhost">>},
               {password,<<"break_me">>},
               {starttls,required}]},
          {astrid,
              [{username,<<"astrid">>},
               {server,<<"sogndal">>},
               {host,<<"localhost">>},
               {password,<<"doctor">>}]},
          {alice2,
              [{username,<<"alice">>},
               {server,<<"fed1">>},
               {host,<<"localhost">>},
               {port,5242},
               {password,<<"makota2">>}]},
          {bob2,
              [{username,<<"bob">>},
               {server,<<109,105,99,104,97,197,130>>},
               {host,<<"localhost">>},
               {port,5242},
               {password,<<"makota3">>}]},
          {clusterguy,
              [{username,<<"clusterguy">>},
               {server,<<"localhost">>},
               {host,<<"localhost">>},
               {password,<<"distributionftw">>},
               {port,5232}]},
          {clusterbuddy,
              [{username,<<"clusterbuddy">>},
               {server,<<"localhost">>},
               {host,<<"localhost">>},
               {password,<<"wasssssssup">>},
               {port,5232}]},
          {eve,
              [{username,<<"eve">>},
               {server,<<"localhost">>},
               {password,<<"password">>},
               {port,5252}]},
          {neustradamus,
              [{username,<<"neustradamus">>},
               {server,<<"localhost">>},
               {host,<<"localhost">>},
               {password,<<"scramshaplus">>},
               {starttls,required},
               {tls_module,fast_tls}]},
          {alice3,
              [{username,<<"alice">>},
               {server,<<"example.com">>},
               {host,<<"localhost">>},
               {password,<<"makota2">>}]},
          {bob3,
              [{username,<<"bob">>},
               {server,<<"example.org">>},
               {host,<<"localhost">>},
               {password,<<"makota3">>},
               {port,5232}]}]}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@1378bf9ac78f.2024-03-20_18.07.19"

=== Started at 2024-03-20 18:07:22


*** CT 2024-03-20 18:07:22.033 *** View log from node mongooseim@localhost when started🔗 mongooseim@localhost_24.html

*** User 2024-03-20 18:07:22.138 ***🔗
alicE_too_big_opening_tag_is_rejected_13@localhost out
<stream:stream bigattr='c3ba99a68c13319e0c50dcb178ba1bdabb225fda90020e658de180f232431ed014ee36d7d5bc55660787b36e47b1a8a7fc4866a6629cac9bf39cfca8bc1e0240cad2090eb02d8690bab7883dc5cdec3338e6cb65384250ceb1629bac644a01beff22aa4f0d16968ced66593851e636fd0cd664389ab9093c75d8a01345a303699334b299ca8de18e2ae64d4fce2ae4afddd66fbd55a40712f3754bd6a0d21621d03a4ea7aeb8a514a840e08eb72575cd05ae4ff4b7327829653440447fd26a3f6bdea42cd75c72d50161050094cc71adc781055bca6fa19b7cd933cb3b26399f093f0fe6e1e62958a80954062fa2496e853f872706711a43a791366cdc5c5706e1aadc66f9cc82d2c19574713d8e4dc8a126ec2a6bf1137a216cf7e43ebf62a367173dccf184a6488831645d77b8d1a3b034b25bdd2d0617a1c8caee22c503fa92862586999b1ee0c382d90cd30388a88152d4d577d3ff081b856716d24e00dc86d387fc0d9d22679bcccdd6b8d727364b5d5d3061a0f4f77f9d9af9de915e3eb04a67ae12b8209705f4ea072ea3404575a0da44dc894ac99224d099acf25230ba8f5165ad71973c48379ede467ba2f52e83de2923cc2f1d45fdcd3a961d2a20a485f282e21e31eb8204f35338cb496d6a2d57e5984722bc612259ef3d69ae94351bf05ee81b405448abf6f98f936df657b07aa4f8ccd801671f7d08c196008abcd86bf627a35143abd7f64ef085b318ab8e055c3a6ece9518cae63f0d81f1c8b42302894f1575c4cfcaf614748510730fea11ec4dd5afd6a842d706c8fba9490760aecc2dbf747979f32f3ed6e73ec001cf9dac26f5399989f4d21ca8dd582d5f672516837b219d26af81f32ec45a2b12aed6b9041c6b659d989e4ab2218851928e369388fafc6bb1c23ab66bcfc5a2cfadcf995bc5c06228b5e2521ff3bfa2d87cbbb5f6088bc5f12765836ace41d9eaab150d8e059791a75762218936d1e1bdcf8125617f2eed03cc4400d573a58722a7a87e8d0f4c79586235869fca530308245dc65559a2a684a91ac0d3c2887c7191a9f59ed724654bcfc6febf7a374956cd5c198528f5a0602331568a76be0be2f6a54ba49e8bd207af067688fac24000acbf17649e459143c7dbb21f887bfa8ac395587889a45340dcdc84372e0ec9960816d6ebe2549d65efb96d40ab623d6e57c293ad6c82334f891932f271f586d101eeeec0a24d079b57e9a771b477c064818afa6eee9c1373bd859af5eb31a44547bf5367631ff00c679701b862ccd8240a8e56c85525557fb5fe42816985803cb6744ea520d9a115cdf7f1cb49ae8bbfe9c5bd8685355bc6170bfc7d15234a8c2990b82192e5972fecbd813d9068f1675be948d43f5c7ae17055afb98ccc9676cda41439ac3adf27e29165984b4a080eb1e97263c35868d9f574fcc0137fe4'/>



*** User 2024-03-20 18:07:22.141 ***🔗
alicE_too_big_opening_tag_is_rejected_13@localhost in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='159288cbec52a236' from='localhost' version='1.0' xml:lang='en'>

*** User 2024-03-20 18:07:22.156 ***🔗
alicE_too_big_opening_tag_is_rejected_13@localhost in
<stream:error>
	<xml-not-well-formed xmlns='urn:ietf:params:xml:ns:xmpp-streams'/>
</stream:error>



*** User 2024-03-20 18:07:22.160 ***🔗
alicE_too_big_opening_tag_is_rejected_13@localhost in
</stream:stream>
*** CT 2024-03-20 18:07:22.178 *** View log from node mongooseim@localhost when finished🔗 mongooseim@localhost_30.html



=== Ended at 2024-03-20 18:07:22
=== successfully completed test case
=== === Returned value: true