=== Test case: muc_light_http_api_SUITE:invite_to_room_errors/1 (click for source code)

=== Config value:

    [{watchdog,<0.73572.0>},
     {preset,"odbc_mssql_mnesia"},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/muc_light_http_api_SUITE_data"},
     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@fb43d4252d17.2024-02-22_12.37.44/big_tests.tests.muc_light_http_api_SUITE.logs/run.2024-02-22_12.53.27/muc_light_http_api_suite.invite_to_room_errors.88452.html"},
     {tc_group_properties,[{name,negative},parallel]},
     {tc_group_path,[]},
     {data_dir,"/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/muc_light_http_api_SUITE_data/"},
     {priv_dir,"/home/circleci/project/big_tests/ct_report/ct_run.test@fb43d4252d17.2024-02-22_12.37.44/big_tests.tests.muc_light_http_api_SUITE.logs/run.2024-02-22_12.53.27/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">>}]},
                     {bob,[{username,<<"bOb">>},
                           {server,<<"localhost">>},
                           {password,<<"makrolika">>}]},
                     {kate,[{username,<<"kate">>},
                            {server,<<"localhost">>},
                            {password,<<"makrowe;p">>}]}]}]

=== 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:53:27


*** CT 2024-02-22 12:53:27.992 *** View log from node mongooseim@localhost when started🔗 mongooseim@localhost_4698.html

*** User 2024-02-22 12:53:28.021 ***🔗
REST request fails:
Code: 400
Req: {<0.73653.0>,
      <<"/api/muc-lights/muclight.localhost/alice_invite_to_room_errors_2870-room/participants">>,
      <<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"2f0bda466f1c2261">>}],
      <<"{\"sender\":\"alicE_invite_to_room_errors_2870@localhost\"}">>}
Result: {{<<"400">>,<<"Bad Request">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Thu, 22 Feb 2024 12:53:27 GMT">>},
          {<<"content-type">>,<<"text/html">>},
          {<<"content-length">>,<<"23">>}],
         <<"\"Missing recipient JID\"">>,149,4351}
Params: #{path =>
              <<"/api/muc-lights/muclight.localhost/alice_invite_to_room_errors_2870-room/participants">>,
          server => #{node => mongooseim@localhost},
          method => <<"POST">>,role => admin,
          body =>
              <<"{\"sender\":\"alicE_invite_to_room_errors_2870@localhost\"}">>,
          return_headers => true}


*** User 2024-02-22 12:53:28.029 ***🔗
REST request fails:
Code: 400
Req: {<0.73662.0>,
      <<"/api/muc-lights/muclight.localhost/alice_invite_to_room_errors_2870-room/participants">>,
      <<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"66fded346be45bc1">>}],
      <<"{\"recipient\":\"bOb_invite_to_room_errors_2870@localhost\"}">>}
Result: {{<<"400">>,<<"Bad Request">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Thu, 22 Feb 2024 12:53:27 GMT">>},
          {<<"content-type">>,<<"text/html">>},
          {<<"content-length">>,<<"20">>}],
         <<"\"Missing sender JID\"">>,146,803}
Params: #{path =>
              <<"/api/muc-lights/muclight.localhost/alice_invite_to_room_errors_2870-room/participants">>,
          server => #{node => mongooseim@localhost},
          method => <<"POST">>,role => admin,
          body =>
              <<"{\"recipient\":\"bOb_invite_to_room_errors_2870@localhost\"}">>,
          return_headers => true}


*** User 2024-02-22 12:53:28.032 ***🔗
REST request fails:
Code: 400
Req: {<0.73668.0>,
      <<"/api/muc-lights/muclight.localhost/alice_invite_to_room_errors_2870-room/participants">>,
      <<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"222b7887bb927b39">>}],
      <<"{\"recipient\":\"@invalid\",\"sender\":\"alicE_invite_to_room_errors_2870@localhost\"}">>}
Result: {{<<"400">>,<<"Bad Request">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Thu, 22 Feb 2024 12:53:27 GMT">>},
          {<<"content-type">>,<<"text/html">>},
          {<<"content-length">>,<<"23">>}],
         <<"\"Invalid recipient JID\"">>,149,731}
Params: #{path =>
              <<"/api/muc-lights/muclight.localhost/alice_invite_to_room_errors_2870-room/participants">>,
          server => #{node => mongooseim@localhost},
          method => <<"POST">>,role => admin,
          body =>
              <<"{\"recipient\":\"@invalid\",\"sender\":\"alicE_invite_to_room_errors_2870@localhost\"}">>,
          return_headers => true}


*** User 2024-02-22 12:53:28.035 ***🔗
REST request fails:
Code: 400
Req: {<0.73678.0>,
      <<"/api/muc-lights/muclight.localhost/alice_invite_to_room_errors_2870-room/participants">>,
      <<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"0747c1018d1f8109">>}],
      <<"{\"recipient\":\"bOb_invite_to_room_errors_2870@localhost\",\"sender\":\"@invalid\"}">>}
Result: {{<<"400">>,<<"Bad Request">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Thu, 22 Feb 2024 12:53:27 GMT">>},
          {<<"content-type">>,<<"text/html">>},
          {<<"content-length">>,<<"20">>}],
         <<"\"Invalid sender JID\"">>,146,549}
Params: #{path =>
              <<"/api/muc-lights/muclight.localhost/alice_invite_to_room_errors_2870-room/participants">>,
          server => #{node => mongooseim@localhost},
          method => <<"POST">>,role => admin,
          body =>
              <<"{\"recipient\":\"bOb_invite_to_room_errors_2870@localhost\",\"sender\":\"@invalid\"}">>,
          return_headers => true}


*** User 2024-02-22 12:53:28.039 ***🔗
REST request fails:
Code: 400
Req: {<0.73680.0>,
      <<"/api/muc-lights/muclight.localhost/alice_invite_to_room_errors_2870-room/participants">>,
      <<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"27028ac2f46c2a5c">>}],
      <<"{\"recipient\":\"bOb_invite_to_room_errors_2870@localhost\",\"sender\":\"baduser@localhost\"}">>}
Result: {{<<"400">>,<<"Bad Request">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Thu, 22 Feb 2024 12:53:27 GMT">>},
          {<<"content-type">>,<<"text/html">>},
          {<<"content-length">>,<<"27">>}],
         <<"\"Given user does not exist\"">>,153,1820}
Params: #{path =>
              <<"/api/muc-lights/muclight.localhost/alice_invite_to_room_errors_2870-room/participants">>,
          server => #{node => mongooseim@localhost},
          method => <<"POST">>,role => admin,
          body =>
              <<"{\"recipient\":\"bOb_invite_to_room_errors_2870@localhost\",\"sender\":\"baduser@localhost\"}">>,
          return_headers => true}


*** User 2024-02-22 12:53:28.044 ***🔗
REST request fails:
Code: 403
Req: {<0.73686.0>,
      <<"/api/muc-lights/muclight.localhost/alice_invite_to_room_errors_2870-room/participants">>,
      <<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"ffdf483c3ada7c4a">>}],
      <<"{\"recipient\":\"alicE_invite_to_room_errors_2870@localhost\",\"sender\":\"bOb_invite_to_room_errors_2870@localhost\"}">>}
Result: {{<<"403">>,<<"Forbidden">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Thu, 22 Feb 2024 12:53:27 GMT">>},
          {<<"content-type">>,<<"text/html">>},
          {<<"content-length">>,<<"38">>}],
         <<"\"Given user does not occupy this room\"">>,162,4099}
Params: #{path =>
              <<"/api/muc-lights/muclight.localhost/alice_invite_to_room_errors_2870-room/participants">>,
          server => #{node => mongooseim@localhost},
          method => <<"POST">>,role => admin,
          body =>
              <<"{\"recipient\":\"alicE_invite_to_room_errors_2870@localhost\",\"sender\":\"bOb_invite_to_room_errors_2870@localhost\"}">>,
          return_headers => true}


*** User 2024-02-22 12:53:28.049 ***🔗
REST request fails:
Code: 404
Req: {<0.73688.0>,
      <<"/api/muc-lights/muclight.localhost/badroom/participants">>,
      <<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"4358303347ebf9f7">>}],
      <<"{\"recipient\":\"bOb_invite_to_room_errors_2870@localhost\",\"sender\":\"alicE_invite_to_room_errors_2870@localhost\"}">>}
Result: {{<<"404">>,<<"Not Found">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Thu, 22 Feb 2024 12:53:27 GMT">>},
          {<<"content-type">>,<<"text/html">>},
          {<<"content-length">>,<<"16">>}],
         <<"\"Room not found\"">>,140,2246}
Params: #{path =>
              <<"/api/muc-lights/muclight.localhost/badroom/participants">>,
          server => #{node => mongooseim@localhost},
          method => <<"POST">>,role => admin,
          body =>
              <<"{\"recipient\":\"bOb_invite_to_room_errors_2870@localhost\",\"sender\":\"alicE_invite_to_room_errors_2870@localhost\"}">>,
          return_headers => true}


*** User 2024-02-22 12:53:28.051 ***🔗
REST request fails:
Code: 404
Req: {<0.73690.0>,
      <<"/api/muc-lights/localhost/alice_invite_to_room_errors_2870-room/participants">>,
      <<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"05a702bfa7840358">>}],
      <<"{\"recipient\":\"bOb_invite_to_room_errors_2870@localhost\",\"sender\":\"alicE_invite_to_room_errors_2870@localhost\"}">>}
Result: {{<<"404">>,<<"Not Found">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Thu, 22 Feb 2024 12:53:27 GMT">>},
          {<<"content-type">>,<<"text/html">>},
          {<<"content-length">>,<<"28">>}],
         <<"\"MUC Light server not found\"">>,152,868}
Params: #{path =>
              <<"/api/muc-lights/localhost/alice_invite_to_room_errors_2870-room/participants">>,
          server => #{node => mongooseim@localhost},
          method => <<"POST">>,role => admin,
          body =>
              <<"{\"recipient\":\"bOb_invite_to_room_errors_2870@localhost\",\"sender\":\"alicE_invite_to_room_errors_2870@localhost\"}">>,
          return_headers => true}

*** CT 2024-02-22 12:53:28.055 *** View log from node mongooseim@localhost when finished🔗 mongooseim@localhost_4698.html



=== Ended at 2024-02-22 12:53:28
=== successfully completed test case
=== === Returned value: {{<<"404">>,<<"Not Found">>},
                     <<"MUC Light server not found">>}