=== 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.1483.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@f5893843d8cf.2024-04-25_14.56.22/big_tests.tests.mim_c2s_SUITE.logs/run.2024-04-25_14.56.24/mim_c2s_suite.too_big_opening_tag_is_rejected.515.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@f5893843d8cf.2024-04-25_14.56.22/big_tests.tests.mim_c2s_SUITE.logs/run.2024-04-25_14.56.24/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@f5893843d8cf.2024-04-25_14.56.22"

=== Started at 2024-04-25 14:56:24


*** CT 2024-04-25 14:56:24.532 *** View log from node mongooseim@localhost when started🔗 mongooseim@localhost_21.html

*** User 2024-04-25 14:56:24.648 ***🔗
alicE_too_big_opening_tag_is_rejected_8@localhost out
<stream:stream bigattr='2fb27982145419d0cb3c2d57f27f9af449c41a0a0348a8de564e787b96a8f263d8054b48f202c7e874cb46831499182b57640096f3ac80a22061c6c98fc998689ad12e3c58bf7eaa43532ce33932b0d59b454a98f2ac5aae81c02ab0e12fbc8e45ddec14cd23e130f609fb7607f0f815ca148d3adbee2e599168fe78c9f8bafbe0737c589e62f8ab1b51d94f6d2962c4dcd8587a1ea12649f934ad47385fbb7d9c7664e77b455c3f86751e47f858702601562d18123c3a2b52cd7060b31066ac517ca034edc76e9fab0914d2dd97066cb49553607e44049206d4456b6e301aea472713ad3fed0eeee08c4e4662ef836894541fc00b9123b305c2fd94c87d2c9b1da68b244319fa973e67c0b01fe0da042b1caf5fc1f914e81723ac82d334cedffb381f5ab2cff5bcd9e5e1655adfb6c903ec9cff4ac32a3e25aa23d702d31956ee9bccb277b6e7187fbd39cce42e61cffb621c0f5463dd010b9f4fb4074e020f1bc12a13eb314556d38d3405b02546ca893c6f029b47e819237c879ad8fc6a8c7c49b1c4b2c12af40bbf97da1ce17abc4e8f25805dd45266da9c590995832e6f0d73f0d03cd7fd713a9547bb68cc439463ff3f2a9cbdb757c7228e19020af7dfd8ba014d3a4b4b8cb26399a1a88967c6a5b29161935d2befce2fcd3a6fb314c76e11caf9d4c57832bbb99d26672890f14bf3bfaa54a6278e56872c6dd3348994b629715b3a40f4a3a1f89066a1a5a895e0bcc0001011bd323b4d5ce9d2e5907354c7a11dde51810f2ef61fc9e55fd82eb55d378c02a9027e1037fd1e134c05655c7b54d5ed62ace8d5ec0f308ee2e1ea3b3fcf8f2222c8227f63bc2097645d67a1db4f1c41fe76ab7f87705c60e456044855c60b2f7efb5e42286242a26723cd548a986ea70c07b8c0eace99012e485f7ded41dfc0d14e3a8192fcaa796812700ddcad98881923c03ae4418c915fcbead32117c00377b13f1a869642f23f39383db431e2f413f1865e428571cb69567d7231443ca3cc998cfa8fb7181fcdb05d824b807f5ac8dbf6be7ea47959a5f74b7b4d026bfd44f63524eb0729bc33133b5621563fb10cacd789ada59787c206ce4630d77e6cee529155356d7c1a1059fef89d5b95b23d5999caf57c557aa0964748b1b6c3291440959eab1af995f0f2550f02173c0b6b8a0bfcc5c54b1919f67ad73a731d3e7d62073c12d47d2e13891fd8628f5de677aa7bb88af6d861de50c7e44387f932e03d2a684e527f72331e76a7b81b7735abc709b191d4b739980da385096eafd255fc22eda21ba435a677f95c5857e256db49dc3bde0a163f26b96c2cc25347b950f03b11ff63dd5a843bd2840608dcf1489c0aba4fe2461378c05920d9efe728e23840ec4eff81f7bf47722577d422dc508d48264da64f496477820bf81a2beabc8272d7ad81506423e002'/>



*** User 2024-04-25 14:56:24.656 ***🔗
alicE_too_big_opening_tag_is_rejected_8@localhost in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='457a86d9cc7b115d' from='localhost' version='1.0' xml:lang='en'>

*** User 2024-04-25 14:56:24.672 ***🔗
alicE_too_big_opening_tag_is_rejected_8@localhost in
<stream:error>
	<xml-not-well-formed xmlns='urn:ietf:params:xml:ns:xmpp-streams'/>
</stream:error>



*** User 2024-04-25 14:56:24.674 ***🔗
alicE_too_big_opening_tag_is_rejected_8@localhost in
</stream:stream>
*** CT 2024-04-25 14:56:24.686 *** View log from node mongooseim@localhost when finished🔗 mongooseim@localhost_27.html



=== Ended at 2024-04-25 14:56:24
=== successfully completed test case
=== === Returned value: true