=== Test case: websockets_SUITE:chat_msg/1 (click for source code)

=== Config value:

    [{user,geralt},
     {watchdog,<0.86740.0>},
     {original_listeners,[#{module => ejabberd_cowboy,port => 5280,
                            protocol => #{compress => false},
                            handlers =>
                                [#{module => mod_bosh,path => "/http-bind",
                                   host => '_'},
                                 #{timeout => 60000,module => mod_websockets,
                                   path => "/ws-xmpp",host => '_',
                                   max_stanza_size => infinity,
                                   backwards_compatible_session => true,
                                   c2s_state_timeout => 5000}],
                            transport =>
                                #{num_acceptors => 10,max_connections => 1024},
                            ip_address => "0",connection_type => undefined,
                            ip_tuple => {0,0,0,0},
                            ip_version => 4,proto => tcp},
                          #{module => ejabberd_cowboy,port => 5285,
                            protocol => #{compress => false},
                            handlers =>
                                [#{module => mod_bosh,path => "/http-bind",
                                   host => '_'},
                                 #{timeout => 60000,module => mod_websockets,
                                   path => "/ws-xmpp",host => '_',
                                   max_stanza_size => infinity,
                                   backwards_compatible_session => true,
                                   c2s_state_timeout => 5000}],
                            transport =>
                                #{num_acceptors => 10,max_connections => 1024},
                            tls =>
                                #{password => [],verify_mode => none,
                                  certfile => "priv/ssl/fake_cert.pem",
                                  keyfile => "priv/ssl/fake_key.pem"},
                            ip_address => "0",connection_type => undefined,
                            ip_tuple => {0,0,0,0},
                            ip_version => 4,proto => tcp},
                          #{module => ejabberd_cowboy,port => 8088,
                            protocol => #{compress => false},
                            handlers =>
                                [#{module => mongoose_admin_api,
                                   path => "/api",host => "localhost",
                                   handlers =>
                                       [contacts,users,sessions,messages,
                                        stanzas,muc_light,muc,inbox,domain,
                                        metrics]}],
                            transport =>
                                #{num_acceptors => 10,max_connections => 1024},
                            ip_address => "127.0.0.1",
                            connection_type => undefined,
                            ip_tuple => {127,0,0,1},
                            ip_version => 4,proto => tcp},
                          #{module => ejabberd_cowboy,port => 8089,
                            protocol => #{compress => true},
                            handlers =>
                                [#{module => mongoose_client_api,
                                   path => "/api",host => '_',
                                   handlers =>
                                       [sse,messages,contacts,rooms,
                                        rooms_config,rooms_users,
                                        rooms_messages],
                                   docs => true}],
                            transport =>
                                #{num_acceptors => 10,max_connections => 1024},
                            tls =>
                                #{password => [],verify_mode => none,
                                  certfile => "priv/ssl/fake_cert.pem",
                                  keyfile => "priv/ssl/fake_key.pem"},
                            ip_address => "0",connection_type => undefined,
                            ip_tuple => {0,0,0,0},
                            ip_version => 4,proto => tcp},
                          #{module => ejabberd_cowboy,port => 5551,
                            protocol => #{compress => false},
                            handlers =>
                                [#{module => mongoose_graphql_handler,
                                   path => "/api/graphql",host => "localhost",
                                   username => <<"admin">>,
                                   password => <<"secret">>,
                                   sse_idle_timeout => 3600000,
                                   schema_endpoint => admin}],
                            transport =>
                                #{num_acceptors => 10,max_connections => 1024},
                            ip_address => "127.0.0.1",
                            connection_type => undefined,
                            ip_tuple => {127,0,0,1},
                            ip_version => 4,proto => tcp},
                          #{module => ejabberd_cowboy,port => 5541,
                            protocol => #{compress => false},
                            handlers =>
                                [#{module => mongoose_graphql_handler,
                                   path => "/api/graphql",host => '_',
                                   sse_idle_timeout => 3600000,
                                   schema_endpoint => domain_admin}],
                            transport =>
                                #{num_acceptors => 10,max_connections => 1024},
                            ip_address => "0.0.0.0",
                            connection_type => undefined,
                            ip_tuple => {0,0,0,0},
                            ip_version => 4,proto => tcp},
                          #{module => ejabberd_cowboy,port => 5561,
                            protocol => #{compress => false},
                            handlers =>
                                [#{module => mongoose_graphql_handler,
                                   path => "/api/graphql",host => '_',
                                   sse_idle_timeout => 3600000,
                                   schema_endpoint => user}],
                            transport =>
                                #{num_acceptors => 10,max_connections => 1024},
                            ip_address => "0.0.0.0",
                            connection_type => undefined,
                            ip_tuple => {0,0,0,0},
                            ip_version => 4,proto => tcp}]},
     {preset,"pgsql_mnesia"},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/websockets_SUITE_data"},
     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@77edf90f0c88.2024-04-10_12.44.01/big_tests.tests.websockets_SUITE.logs/run.2024-04-10_12.58.27/websockets_suite.chat_msg.html"},
     {tc_group_properties,[{name,ws_chat},sequence]},
     {tc_group_path,[]},
     {data_dir,"/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/websockets_SUITE_data/"},
     {priv_dir,"/home/circleci/project/big_tests/ct_report/ct_run.test@77edf90f0c88.2024-04-10_12.44.01/big_tests.tests.websockets_SUITE.logs/run.2024-04-10_12.58.27/log_private/"},
     {escalus_users,[{alice,[{username,<<"alicE">>},
                             {server,<<"domain.example.com">>},
                             {host,<<"localhost">>},
                             {password,<<"matygrysa">>}]},
                     {geralt,[{username,<<"geralt">>},
                              {server,<<"domain.example.com">>},
                              {host,<<"localhost">>},
                              {password,<<"witcher">>},
                              {transport,escalus_ws},
                              {port,5280},
                              {wspath,<<"/ws-xmpp">>}]},
                     {geralt_s,[{username,<<"geralt_s">>},
                                {server,<<"domain.example.com">>},
                                {host,<<"localhost">>},
                                {password,<<"witcher_s">>},
                                {transport,escalus_ws},
                                {ssl,true},
                                {port,5285},
                                {wspath,<<"/ws-xmpp">>},
                                {ssl_opts,[{verify,verify_none}]}]},
                     {carol,[{username,<<"carol">>},
                             {server,<<"domain.example.com">>},
                             {host,<<"localhost">>},
                             {password,<<"jinglebells">>},
                             {transport,escalus_bosh},
                             {path,<<"/http-bind">>},
                             {port,5280}]}]}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@77edf90f0c88.2024-04-10_12.44.01"

=== Started at 2024-04-10 12:58:27


*** CT 2024-04-10 12:58:27.886 *** View log from node mongooseim@localhost when started🔗 mongooseim@localhost_3172.html

*** User 2024-04-10 12:58:27.888 ***🔗
alicE@domain.example.com/res1 out
<stream:stream to='domain.example.com' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2024-04-10 12:58:27.889 ***🔗
alicE@domain.example.com/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='d1a45bab15077341' from='domain.example.com' version='1.0' xml:lang='en'>

*** User 2024-04-10 12:58:27.889 ***🔗
alicE@domain.example.com/res1 in
<stream:features>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
	<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
		<mechanism>SCRAM-SHA-256</mechanism>
		<mechanism>PLAIN</mechanism>
	</mechanisms>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2024-04-10 12:58:27.889 ***🔗
alicE@domain.example.com/res1 out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGFsaWNFAG1hdHlncnlzYQ==</auth>



*** User 2024-04-10 12:58:27.890 ***🔗
alicE@domain.example.com/res1 in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2024-04-10 12:58:27.890 ***🔗
alicE@domain.example.com/res1 out
<stream:stream to='domain.example.com' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2024-04-10 12:58:27.890 ***🔗
alicE@domain.example.com/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='7963e623b4794709' from='domain.example.com' version='1.0' xml:lang='en' to='alice@domain.example.com'>

*** User 2024-04-10 12:58:27.890 ***🔗
alicE@domain.example.com/res1 in
<stream:features>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2024-04-10 12:58:27.890 ***🔗
alicE@domain.example.com/res1 out
<iq type='set' id='28ad476aba068a8a5692dbb799527703'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>res1</resource>
	</bind>
</iq>



*** User 2024-04-10 12:58:27.891 ***🔗
alicE@domain.example.com/res1 in
<iq id='28ad476aba068a8a5692dbb799527703' type='result'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>alice@domain.example.com/res1</jid>
	</bind>
</iq>



*** User 2024-04-10 12:58:27.891 ***🔗
alice@domain.example.com/res1 out
<iq type='set' id='429adcd9877c9deaae0500306c2809dc'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2024-04-10 12:58:27.891 ***🔗
alice@domain.example.com/res1 in
<iq from='domain.example.com' to='alice@domain.example.com/res1' id='429adcd9877c9deaae0500306c2809dc' type='result'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2024-04-10 12:58:27.892 ***🔗
alice@domain.example.com/res1 out
<presence/>



*** User 2024-04-10 12:58:27.892 ***🔗
alice@domain.example.com/res1 in
<presence from='alice@domain.example.com/res1' to='alice@domain.example.com/res1'/>



*** User 2024-04-10 12:58:27.893 ***🔗
geralt@domain.example.com/res1 out
<open xmlns='urn:ietf:params:xml:ns:xmpp-framing' to='domain.example.com' version='1.0'/>



*** User 2024-04-10 12:58:27.894 ***🔗
geralt@domain.example.com/res1 in
<open xmlns='urn:ietf:params:xml:ns:xmpp-framing' id='5071c60ed0c14edd' from='domain.example.com' version='1.0' xml:lang='en'/>



*** User 2024-04-10 12:58:27.894 ***🔗
geralt@domain.example.com/res1 in
<features xmlns='http://etherx.jabber.org/streams'>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
		<mechanism>SCRAM-SHA-256</mechanism>
		<mechanism>PLAIN</mechanism>
	</mechanisms>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</features>



*** User 2024-04-10 12:58:27.894 ***🔗
geralt@domain.example.com/res1 out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGdlcmFsdAB3aXRjaGVy</auth>



*** User 2024-04-10 12:58:27.895 ***🔗
geralt@domain.example.com/res1 in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2024-04-10 12:58:27.895 ***🔗
geralt@domain.example.com/res1 out
<open xmlns='urn:ietf:params:xml:ns:xmpp-framing' to='domain.example.com' version='1.0'/>



*** User 2024-04-10 12:58:27.895 ***🔗
geralt@domain.example.com/res1 in
<open xmlns='urn:ietf:params:xml:ns:xmpp-framing' id='b12a8f58f66fe486' from='domain.example.com' version='1.0' xml:lang='en' to='geralt@domain.example.com'/>



*** User 2024-04-10 12:58:27.895 ***🔗
geralt@domain.example.com/res1 in
<features xmlns='http://etherx.jabber.org/streams'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</features>



*** User 2024-04-10 12:58:27.895 ***🔗
geralt@domain.example.com/res1 out
<iq type='set' id='3cbe3d2dfc0a5d6550b8a3a60b55b8bb'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>res1</resource>
	</bind>
</iq>



*** User 2024-04-10 12:58:27.895 ***🔗
geralt@domain.example.com/res1 in
<iq id='3cbe3d2dfc0a5d6550b8a3a60b55b8bb' type='result' xmlns='jabber:client'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>geralt@domain.example.com/res1</jid>
	</bind>
</iq>



*** User 2024-04-10 12:58:27.895 ***🔗
geralt@domain.example.com/res1 out
<iq type='set' id='56828f35ffa4aa7a591191097031505c'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2024-04-10 12:58:27.896 ***🔗
geralt@domain.example.com/res1 in
<iq from='domain.example.com' to='geralt@domain.example.com/res1' id='56828f35ffa4aa7a591191097031505c' type='result' xmlns='jabber:client'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2024-04-10 12:58:27.896 ***🔗
geralt@domain.example.com/res1 out
<presence/>



*** User 2024-04-10 12:58:27.897 ***🔗
geralt@domain.example.com/res1 in
<presence from='geralt@domain.example.com/res1' to='geralt@domain.example.com/res1' xmlns='jabber:client'/>



*** User 2024-04-10 12:58:27.897 ***🔗
carol@domain.example.com/res1 out
<stream:stream to='domain.example.com' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2024-04-10 12:58:27.910 ***🔗
carol@domain.example.com/res1 in
<stream:stream from='domain.example.com' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2024-04-10 12:58:27.910 ***🔗
carol@domain.example.com/res1 in
<stream:features>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
		<mechanism>SCRAM-SHA-256</mechanism>
		<mechanism>PLAIN</mechanism>
	</mechanisms>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2024-04-10 12:58:27.910 ***🔗
carol@domain.example.com/res1 out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGNhcm9sAGppbmdsZWJlbGxz</auth>



*** User 2024-04-10 12:58:27.912 ***🔗
carol@domain.example.com/res1 in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2024-04-10 12:58:27.912 ***🔗
carol@domain.example.com/res1 out
<stream:stream to='domain.example.com' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2024-04-10 12:58:27.924 ***🔗
carol@domain.example.com/res1 in
<stream:stream from='domain.example.com' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2024-04-10 12:58:27.924 ***🔗
carol@domain.example.com/res1 in
<stream:features>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2024-04-10 12:58:27.924 ***🔗
carol@domain.example.com/res1 out
<iq type='set' id='45efa4f0729a8ba2c7e12d071da2fb40'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>res1</resource>
	</bind>
</iq>



*** User 2024-04-10 12:58:27.924 ***🔗
carol@domain.example.com/res1 in
<iq xmlns='jabber:client' id='45efa4f0729a8ba2c7e12d071da2fb40' type='result'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>carol@domain.example.com/res1</jid>
	</bind>
</iq>



*** User 2024-04-10 12:58:27.925 ***🔗
carol@domain.example.com/res1 out
<iq type='set' id='201c5f6993ba2f9d61d0c0351f5bc49e'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2024-04-10 12:58:27.925 ***🔗
carol@domain.example.com/res1 in
<iq xmlns='jabber:client' from='domain.example.com' to='carol@domain.example.com/res1' id='201c5f6993ba2f9d61d0c0351f5bc49e' type='result'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2024-04-10 12:58:27.925 ***🔗
carol@domain.example.com/res1 out
<presence/>



*** User 2024-04-10 12:58:27.926 ***🔗
carol@domain.example.com/res1 in
<presence xmlns='jabber:client' from='carol@domain.example.com/res1' to='carol@domain.example.com/res1'/>



*** User 2024-04-10 12:58:27.926 ***🔗
alice@domain.example.com/res1 out
<message type='chat' to='geralt@domain.example.com/res1'>
	<body>Hi!</body>
</message>



*** User 2024-04-10 12:58:27.927 ***🔗
geralt@domain.example.com/res1 in
<message from='alice@domain.example.com/res1' to='geralt@domain.example.com/res1' type='chat' xmlns='jabber:client'>
	<body>Hi!</body>
</message>



*** User 2024-04-10 12:58:27.927 ***🔗
geralt@domain.example.com/res1 out
<message type='chat' to='alice@domain.example.com/res1'>
	<body>Hello!</body>
</message>



*** User 2024-04-10 12:58:27.928 ***🔗
alice@domain.example.com/res1 in
<message from='geralt@domain.example.com/res1' to='alice@domain.example.com/res1' type='chat' xmlns='jabber:client'>
	<body>Hello!</body>
</message>



*** User 2024-04-10 12:58:27.928 ***🔗
geralt@domain.example.com/res1 out
<message type='chat' to='carol@domain.example.com/res1'>
	<body>Hey!</body>
</message>



*** User 2024-04-10 12:58:27.972 ***🔗
carol@domain.example.com/res1 in
<message from='geralt@domain.example.com/res1' to='carol@domain.example.com/res1' type='chat' xmlns='jabber:client'>
	<body>Hey!</body>
</message>



*** User 2024-04-10 12:58:27.972 ***🔗
carol@domain.example.com/res1 out
</stream:stream>

*** User 2024-04-10 12:58:27.972 ***🔗
carol@domain.example.com/res1 in
</stream:stream>

*** User 2024-04-10 12:58:27.972 ***🔗
geralt@domain.example.com/res1 out
<close xmlns='urn:ietf:params:xml:ns:xmpp-framing'/>



*** User 2024-04-10 12:58:27.973 ***🔗
geralt@domain.example.com/res1 in
<close xmlns='urn:ietf:params:xml:ns:xmpp-framing'/>



*** User 2024-04-10 12:58:27.973 ***🔗
alice@domain.example.com/res1 out
</stream:stream>

*** User 2024-04-10 12:58:27.973 ***🔗
alice@domain.example.com/res1 in
</stream:stream>
*** CT 2024-04-10 12:58:27.976 *** View log from node mongooseim@localhost when finished🔗 mongooseim@localhost_3172.html



=== Ended at 2024-04-10 12:58:27
=== successfully completed test case
=== === Returned value: ok


Test run history | Top level test index | Latest test result