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

=== Config value:

    [{c2s_listener,
         #{access => c2s,module => mongoose_c2s_listener,port => 5222,
           num_acceptors => 100,hibernate_after => 0,backlog => 1024,
           shaper => c2s_shaper,
           tls =>
               #{module => fast_tls,mode => starttls,
                 certfile => "priv/ssl/fake_server.pem",verify_mode => none,
                 ciphers => "TLSv1.2:TLSv1.3",
                 dhfile => "priv/ssl/fake_dh_server.pem",
                 protocol_options =>
                     ["no_sslv2","no_sslv3","no_tlsv1","no_tlsv1_1"]},
           ip_address => "0",proto => tcp,
           backwards_compatible_session => true,
           ip_tuple => {0,0,0,0},
           ip_version => 4,proxy_protocol => false,max_stanza_size => 65536,
           c2s_state_timeout => 5000,connection_type => undefined,
           max_connections => infinity,reuse_port => false}},
     {watchdog,<0.1498.0>},
     {escalus_overrides,
         [{initial_activity,#Fun<mim_c2s_SUITE.0.17191332>},
          {start_ready_clients,fun mim_c2s_SUITE:escalus_start/2}]},
     {preset,"odbc_mssql_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@fb43d4252d17.2024-02-22_12.37.44/big_tests.tests.mim_c2s_SUITE.logs/run.2024-02-22_12.37.46/mim_c2s_suite.too_big_opening_tag_is_rejected.131.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@fb43d4252d17.2024-02-22_12.37.44/big_tests.tests.mim_c2s_SUITE.logs/run.2024-02-22_12.37.46/log_private/"},
     {{saved_modules,mongooseim@localhost,<<"localhost">>},
      #{mod_vcard =>
            #{matches => 30,
              host => {prefix,<<"vjud.">>},
              search => true,iqdisc => parallel,backend => rdbms},
        mod_roster =>
            #{iqdisc => one_queue,backend => rdbms,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_presence => #{},
        mod_disco =>
            #{iqdisc => one_queue,server_info => [],extra_domains => [],
              users_can_see_hidden_services => false},
        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,<<"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@fb43d4252d17.2024-02-22_12.37.44"

=== Started at 2024-02-22 12:37:46


*** CT 2024-02-22 12:37:46.327 *** View log from node mongooseim@localhost when started🔗 mongooseim@localhost_25.html

*** User 2024-02-22 12:37:46.502 ***🔗
alicE_too_big_opening_tag_is_rejected_7@localhost out
<stream:stream bigattr='0ae328598019c0e4c7c2e85a673364b82cd9f861837d6b47611a20377ce0c89e844ef5f29da101b50c9b6e9ad0d85c5786051aa737e6ebb5ab54c81f65dbac0cda690d96a40080332e61c6ed5783292442369aaa3d8ea10fcc71056ecbd92453881a2fb0cc2b3db83b9ca89f9e086ea65bb4c2eaab9c51aaa709ad5d8a8e4f06a872b487fda88f81a4d65d7a746e7f66ee0f8dcd8fc2502a5b47ca82dc3525e5c553711c2c908833f195f0da2246f25837e47772f0ff73a01f3187cdb4f84d62530f98557cb9bcdfccfbfc54511a809b13d0f0f9552ee9ac13187229b6ceda170bc5a6e2afff6d65c3b074c26228a3bf78dd27157a986fb4d49446c0d8d60d6ddd9d212f916e94e19126ceaf8e8f1480528f00a40b3cc082aa86a245a35befa11468dc033245d66d0b0987b0e0d3beae1327cf03dd3dc1bfab86371a546359ae35a3b18beae16b34ae996d5f7bdbce7e4f100867bd0ad611493a8026fb43ce4442816aefc11d0d0348d2d06d5156a1ec6fa59e95b88c5e7e76ba3bba4c7f07421a8a06537ec42bb852b5e183da69977be596db7b82d6f646ebf63c11d479a770321ef9e4ea3e7c156e0b25a0af675cdc87b3cd10a247c544e4a092a304449cc90fbc0f721c00d3cbfe48a47acbe223dca3923577771de8f25d8d56fbf7176e426b9ad4be21adfd92c6dd96a0c01507f51f9d373c47cf8b668a5dfb0bfc23cb1fa485b185e07b87178ab6bfaa04b875335de2305f4cc1148ac7fa0115a4e4397dc72ce104ec98ed37268c32bff4a129d98b96b8bac898bbcab9c836a71be917390c5bc8ef94b09c952bba3f2e5fdaf4888cc4daceaea8045bc6ca7417bdd6a43de9135dccb41384e541a4296c9a11f5efa78322a2c08ee115e3a0e716e53f8605305e4cc445eb8abb6c9bf5c5e412c4d479940a2f184aba47ae7b3ec11eb80ed96eb3666ccb076d8267588524868aeafc30c9c99522cbd8f56fcf34a01c3e428ed1ffa85d6e4819db95620d03219919a94111981c0d8da46f36a7587040f2a64e79a5ed02f63e294eab35bf29ac215a33b96f14c5aa4e1bdcfdf48609bce6bf752218011e159a367883593dbb257bae01bede539c9e18de395c0153df3f4807b4e8b2e8cc002058aea2695bc0c552633aa374e8fb909acf48c7b56e473d36a51265219a093668f1cd4b6718c44d09d50d71c217069c02841de429aaebe5bb1d1142838db091eb29e433e3078c9ea8dff03bc7443682f8b41ec89e7e88af3e07bca52558bcd0f5f6a6e7aa9635aa7e1e466c531f4f55dde492be6d8723880d9d5b72a2eaac546aab915e0102c7f2738a4a4593a836411c3232bfb353184cd97bf4173eacb802b4e3e73581242d3a0f55a070f4671783f2a09fbf83da99140cecedec11432570e0e1dad0b6187d89959558ca6b67e0d6d36e21310215bc76761f91'/>



*** User 2024-02-22 12:37:46.502 ***🔗
alicE_too_big_opening_tag_is_rejected_7@localhost in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='7b28a092387f766c' from='localhost' version='1.0' xml:lang='en'>

*** User 2024-02-22 12:37:46.529 ***🔗
alicE_too_big_opening_tag_is_rejected_7@localhost in
<stream:error>
	<xml-not-well-formed xmlns='urn:ietf:params:xml:ns:xmpp-streams'/>
</stream:error>



*** User 2024-02-22 12:37:46.529 ***🔗
alicE_too_big_opening_tag_is_rejected_7@localhost in
</stream:stream>
*** CT 2024-02-22 12:37:46.534 *** View log from node mongooseim@localhost when finished🔗 mongooseim@localhost_31.html



=== Ended at 2024-02-22 12:37:46
=== successfully completed test case
=== === Returned value: true