=== 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,
           ip_version => 4,
           ip_tuple => {0,0,0,0},
           max_connections => infinity,reuse_port => false,
           tls =>
               #{module => fast_tls,mode => starttls,
                 certfile => "priv/ssl/fake_server.pem",
                 ciphers => "TLSv1.2:TLSv1.3",
                 dhfile => "priv/ssl/fake_dh_server.pem",verify_mode => none,
                 protocol_options =>
                     ["no_sslv2","no_sslv3","no_tlsv1","no_tlsv1_1"]},
           proto => tcp,ip_address => "0",connection_type => undefined,
           max_stanza_size => 65536,shaper => c2s_shaper,
           backwards_compatible_session => true,c2s_state_timeout => 5000,
           proxy_protocol => false}},
     {watchdog,<0.1489.0>},
     {escalus_overrides,
         [{initial_activity,#Fun<mim_c2s_SUITE.0.17191332>},
          {start_ready_clients,fun mim_c2s_SUITE:escalus_start/2}]},
     {preset,"pgsql_cets"},
     {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@c63aed7f6ecc.2024-04-26_12.39.39/big_tests.tests.mim_c2s_SUITE.logs/run.2024-04-26_12.39.41/mim_c2s_suite.too_big_opening_tag_is_rejected.772.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@c63aed7f6ecc.2024-04-26_12.39.39/big_tests.tests.mim_c2s_SUITE.logs/run.2024-04-26_12.39.41/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_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_amp => #{},mod_presence => #{},
        mod_disco =>
            #{iqdisc => one_queue,users_can_see_hidden_services => false,
              server_info => [],extra_domains => []},
        mod_stream_management =>
            #{buffer => true,ack => true,backend => cets,
              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 => cets,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@c63aed7f6ecc.2024-04-26_12.39.39"

=== Started at 2024-04-26 12:39:41


*** CT 2024-04-26 12:39:41.742 *** View log from node mongooseim@localhost when started🔗 mongooseim@localhost_23.html

*** User 2024-04-26 12:39:41.992 ***🔗
alicE_too_big_opening_tag_is_rejected_7@localhost out
<stream:stream bigattr='7f41af7c395c612b548b66c0a7b4c5ee28d8591f2374d56a09382675a6a1456e37f6b8e5d7844dcf4392759f0b9aad0c41d1bb7f142259923d7db08d1134e3aa927de63d49850fcd5629d684de313be6f561b5c00e3d52e66fccac15eb6d66604408df4ded1984fbce7ce4e5cf16580fe7e235623a97d61caeedfea9e57afd558cc0bbc0631ba3aebd0e87a0c39617a0bc79c4760030ab99ce49f1ef2de81277bb731924ebbc9c8f5890ab9801278a8950c4d2ab5d0bc0c83576058877bab6b93a8a15cd34424a7267cabd7cf6931249bed1547d31a87391d60985f4e985d46d874ce3bcbbdc7ab36ad49cb636279d5961d55733c20ddc1e2453ff1eabb25a82d517d0b13d8a922d0051e0aee1c98e937b24606614bcda6107e343b229ae9aae37bb4e0d0dff52d9fbf52720a8d4bd801f1163e2ccd993ce9550fb0f2a308b44c049a6dd5b2487516c31d4ae877573aa15e99b9579c39d7273acc110642339276d0511d315286be82b9bb4e1d1bfa4baf183f0e33dda2cd74c34ea75370e42ab66a98e62ac4b6e032df8e1ba64bc74bf07a13d8550f082a2c16ce6be3b6bdb783e1d699dd53e4aa938666f4183d2ddbefad79296a410b7aa4f55d144c771f4b0269aa5f53512878c9100f03733eac6ac27f1dac80518ba253de882ae0d6fe9880dc21d0c1e9605e960bb17a0df16765d2e629b0753444f963e87184272947d2cff640985d9f6bd0f1d0e00f967018bfe7b905af3a3b9528b6b6e9e0a0f4eb4e975ed81e1f706033f7a4aecbbf5c58703fae3b92a5edc2b1c0c912a423749cf0b2d8d5a700e4966eb086348e2b54b5616c33ba8c9f09e07df166ba436ae26556704c073c67c6dd854b4908814b8b36c7e42172637535e178c14aae931c7fde3df634df480b2ff37abca538e3a8e72f4958dbbfef408da1f839031efa8bfe01902c2f9dd5bca08a9cd4de57de09a6f5f721f806d2e0eee00000fce2ffd3a60c38df03c94c45542d7912e347aa0fd135b033acb4a148c300c571961eb2551d434bd2b5f3986a0beb1671397dced2845cabbbeef8ce712647f424f908b5146986ba94cf7f219642651ce17a537821a44a799c5bf2ce71dc817727581a7bc93c9e3d880ab6405d6447a187e5753145ad43ba50ca5fc91e05c1cc706a5e8423641a10623b840d4f38abc1a3388258d084bf2ed82fb2678288a945540df7cec3e5378cb12926366beaf8cc81add4e0753f025c1f4ce5289ea3d359ddd6ad2c646ebd1d2539845932f70cddae63e2e6bfe2ce9a33d25de6f6a39869a4dc9afec51171840fb94f3e07440a8c723b0126fb2f0082a41d555581581e71ba370d0080544c21ca6e8dde3a6e52f1e725b7f05e70283fec18ea421d03d3c2499df870e7545e0043d4725a4893817586b174882dba8e76a11ef9adb268f5627d356f5fc8959fd8e'/>



*** User 2024-04-26 12:39:41.994 ***🔗
alicE_too_big_opening_tag_is_rejected_7@localhost in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='72490d00caceb25b' from='localhost' version='1.0' xml:lang='en'>

*** User 2024-04-26 12:39:42.025 ***🔗
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-04-26 12:39:42.025 ***🔗
alicE_too_big_opening_tag_is_rejected_7@localhost in
</stream:stream>
*** CT 2024-04-26 12:39:42.027 *** View log from node mongooseim@localhost when finished🔗 mongooseim@localhost_29.html



=== Ended at 2024-04-26 12:39:42
=== successfully completed test case
=== === Returned value: true