=== Test case: s2s_SUITE:simple_message/1 (click for source code)

=== Config value:

    [{watchdog,<0.22097.1>},
     {{s2s,mim},
      #{listener =>
            #{ip_address => "0",
              ip_tuple => {0,0,0,0},
              ip_version => 4,max_stanza_size => 131072,
              module => ejabberd_s2s_in,port => 5269,proto => tcp,
              shaper => s2s_shaper,
              tls => [{dhfile,"priv/ssl/fake_dh_server.pem"}]},
        opts =>
            #{address => #{<<"fed1">> => #{ip_address => "127.0.0.1"}},
              certfile => "priv/ssl/fake_server.pem",
              ciphers => "TLSv1.2:TLSv1.3",default_policy => allow,
              dns => #{retries => 2,timeout => 10},
              max_retry_delay => 300,
              outgoing =>
                  #{connection_timeout => 10000,
                    ip_versions => [4,6],
                    port => 5299},
              use_starttls => optional}}},
     {{s2s,fed},
      #{listener =>
            #{ip_address => "0",
              ip_tuple => {0,0,0,0},
              ip_version => 4,max_stanza_size => 131072,
              module => ejabberd_s2s_in,port => 5299,proto => tcp,
              shaper => s2s_shaper,
              tls => [{dhfile,"priv/ssl/fake_dh_server.pem"}]},
        opts =>
            #{address =>
                  #{<<"domain.example.com">> => #{ip_address => "127.0.0.1"},
                    <<"localhost">> => #{ip_address => "127.0.0.1"},
                    <<"localhost.bis">> => #{ip_address => "127.0.0.1"},
                    <<"muc.localhost">> => #{ip_address => "127.0.0.1"},
                    <<"pubsub.localhost">> => #{ip_address => "127.0.0.1"}},
              certfile => "priv/ssl/fake_server.pem",
              ciphers => "TLSv1.2:TLSv1.3",default_policy => allow,
              dns => #{retries => 2,timeout => 10},
              max_retry_delay => 300,
              outgoing =>
                  #{connection_timeout => 10000,
                    ip_versions => [4,6],
                    port => 5269},
              use_starttls => optional}}},
     {escalus_user_db,xmpp},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/s2s_SUITE_data"},
     {preset,"riak_mnesia"},
     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@22b4515d438b.2022-04-05_07.43.19/big_tests.tests.s2s_SUITE.logs/run.2022-04-05_07.57.42/s2s_suite.simple_message.html"},
     {tc_group_properties,[{name,both_plain},sequence]},
     {tc_group_path,[]},
     {data_dir,"/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/s2s_SUITE_data/"},
     {priv_dir,"/home/circleci/project/big_tests/ct_report/ct_run.test@22b4515d438b.2022-04-05_07.43.19/big_tests.tests.s2s_SUITE.logs/run.2022-04-05_07.57.42/log_private/"},
     {escalus_users,[{alice2,[{username,<<"alice">>},
                              {server,<<"fed1">>},
                              {host,<<"localhost">>},
                              {port,5242},
                              {password,<<"makota2">>}]},
                     {alice,[{username,<<"alicE">>},
                             {server,<<"localhost">>},
                             {password,<<"matygrysa">>}]},
                     {bob,[{username,<<"bOb">>},
                           {server,<<"localhost">>},
                           {password,<<"makrolika">>}]}]}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@22b4515d438b.2022-04-05_07.43.19"

=== Started at 2022-04-05 07:57:43


*** CT 2022-04-05 07:57:43.250 *** View log from node mongooseim@localhost when started mongooseim@localhost_5072.html
*** CT 2022-04-05 07:57:43.251 *** View log from node ejabberd2@localhost when started ejabberd2@localhost_2005.html

*** User 2022-04-05 07:57:43.256 ***
alice_simple_message_1661@fed1 out
<stream:stream to='fed1' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-04-05 07:57:43.256 ***
alice_simple_message_1661@fed1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='fd955bd1056fc43a' from='fed1' version='1.0' xml:lang='en'>

*** User 2022-04-05 07:57:43.256 ***
alice_simple_message_1661@fed1 in
<stream:features>
	<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
	<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
		<mechanism>SCRAM-SHA-512</mechanism>
		<mechanism>SCRAM-SHA-384</mechanism>
		<mechanism>SCRAM-SHA-256</mechanism>
		<mechanism>SCRAM-SHA-224</mechanism>
		<mechanism>SCRAM-SHA-1</mechanism>
		<mechanism>PLAIN</mechanism>
	</mechanisms>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2022-04-05 07:57:43.257 ***
alice_simple_message_1661@fed1 out
<iq type='get' id='564284882e9130e13003ef786a795f73'>
	<query xmlns='jabber:iq:register'/>
</iq>



*** User 2022-04-05 07:57:43.257 ***
alice_simple_message_1661@fed1 in
<iq from='fed1' id='564284882e9130e13003ef786a795f73' type='result'>
	<query xmlns='jabber:iq:register'>
		<instructions>Choose a username and password to register with this server</instructions>
		<username/>
		<password/>
	</query>
</iq>



*** User 2022-04-05 07:57:43.257 ***
alice_simple_message_1661@fed1 out
<iq type='set' id='edfa2035171b674851def323bd422ec5'>
	<query xmlns='jabber:iq:register'>
		<username>alice_simple_message_1661</username>
		<password>makota2</password>
	</query>
</iq>



*** User 2022-04-05 07:57:43.286 ***
alice_simple_message_1661@fed1 in
<iq from='fed1' id='edfa2035171b674851def323bd422ec5' type='result'>
	<query xmlns='jabber:iq:register'>
		<username>alice_simple_message_1661</username>
		<password>makota2</password>
	</query>
</iq>



*** User 2022-04-05 07:57:43.287 ***
alice_simple_message_1661@fed1 out
</stream:stream>

*** User 2022-04-05 07:57:43.287 ***
alice_simple_message_1661@fed1 in
</stream:stream>

*** User 2022-04-05 07:57:43.288 ***
alicE_simple_message_1661@localhost out
<stream:stream to='localhost' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-04-05 07:57:43.288 ***
alicE_simple_message_1661@localhost in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='ecb0be7bb5319ac3' from='localhost' version='1.0' xml:lang='en'>

*** User 2022-04-05 07:57:43.289 ***
alicE_simple_message_1661@localhost in
<stream:features>
	<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
	<compression xmlns='http://jabber.org/features/compress'>
		<method>zlib</method>
	</compression>
	<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
		<mechanism>SCRAM-SHA-256</mechanism>
		<mechanism>PLAIN</mechanism>
	</mechanisms>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2022-04-05 07:57:43.289 ***
alicE_simple_message_1661@localhost out
<iq type='get' id='6c74314ecaa86c2f2ec232a5ca1c7bc1'>
	<query xmlns='jabber:iq:register'/>
</iq>



*** User 2022-04-05 07:57:43.289 ***
alicE_simple_message_1661@localhost in
<iq from='localhost' id='6c74314ecaa86c2f2ec232a5ca1c7bc1' type='result'>
	<query xmlns='jabber:iq:register'>
		<instructions>Choose a username and password to register with this server</instructions>
		<username/>
		<password/>
	</query>
</iq>



*** User 2022-04-05 07:57:43.289 ***
alicE_simple_message_1661@localhost out
<iq type='set' id='1224b4d0dd3203d42da0170a2d4780c2'>
	<query xmlns='jabber:iq:register'>
		<username>alicE_simple_message_1661</username>
		<password>matygrysa</password>
	</query>
</iq>



*** User 2022-04-05 07:57:43.294 ***
alicE_simple_message_1661@localhost in
<iq from='localhost' id='1224b4d0dd3203d42da0170a2d4780c2' type='result'>
	<query xmlns='jabber:iq:register'>
		<username>alicE_simple_message_1661</username>
		<password>matygrysa</password>
	</query>
</iq>



*** User 2022-04-05 07:57:43.294 ***
alicE_simple_message_1661@localhost out
</stream:stream>

*** User 2022-04-05 07:57:43.295 ***
alicE_simple_message_1661@localhost in
</stream:stream>

*** User 2022-04-05 07:57:43.295 ***
alice_simple_message_1661@fed1/res1 out
<stream:stream to='fed1' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-04-05 07:57:43.296 ***
alice_simple_message_1661@fed1/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='90c4f6206664a511' from='fed1' version='1.0' xml:lang='en'>

*** User 2022-04-05 07:57:43.296 ***
alice_simple_message_1661@fed1/res1 in
<stream:features>
	<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
	<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
		<mechanism>SCRAM-SHA-512</mechanism>
		<mechanism>SCRAM-SHA-384</mechanism>
		<mechanism>SCRAM-SHA-256</mechanism>
		<mechanism>SCRAM-SHA-224</mechanism>
		<mechanism>SCRAM-SHA-1</mechanism>
		<mechanism>PLAIN</mechanism>
	</mechanisms>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2022-04-05 07:57:43.296 ***
alice_simple_message_1661@fed1/res1 out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGFsaWNlX3NpbXBsZV9tZXNzYWdlXzE2NjEAbWFrb3RhMg==</auth>



*** User 2022-04-05 07:57:43.300 ***
alice_simple_message_1661@fed1/res1 in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2022-04-05 07:57:43.300 ***
alice_simple_message_1661@fed1/res1 out
<stream:stream to='fed1' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-04-05 07:57:43.300 ***
alice_simple_message_1661@fed1/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='522ddf2690d7753d' from='fed1' version='1.0' xml:lang='en'>

*** User 2022-04-05 07:57:43.300 ***
alice_simple_message_1661@fed1/res1 in
<stream:features>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2022-04-05 07:57:43.300 ***
alice_simple_message_1661@fed1/res1 out
<iq type='set' id='9fa5632e48cb4c00194ce868e102a845'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>res1</resource>
	</bind>
</iq>



*** User 2022-04-05 07:57:43.301 ***
alice_simple_message_1661@fed1/res1 in
<iq id='9fa5632e48cb4c00194ce868e102a845' type='result'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>alice_simple_message_1661@fed1/res1</jid>
	</bind>
</iq>



*** User 2022-04-05 07:57:43.301 ***
alice_simple_message_1661@fed1/res1 out
<iq type='set' id='241b990f9cc6deb9aa8c7fc4acb797c9'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-04-05 07:57:43.301 ***
alice_simple_message_1661@fed1/res1 in
<iq type='result' id='241b990f9cc6deb9aa8c7fc4acb797c9'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-04-05 07:57:43.302 ***
alice_simple_message_1661@fed1/res1 out
<presence/>



*** User 2022-04-05 07:57:43.302 ***
alice_simple_message_1661@fed1/res1 in
<presence from='alice_simple_message_1661@fed1/res1' to='alice_simple_message_1661@fed1/res1' xml:lang='en'/>



*** User 2022-04-05 07:57:43.303 ***
alicE_simple_message_1661@localhost/res1 out
<stream:stream to='localhost' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-04-05 07:57:43.304 ***
alicE_simple_message_1661@localhost/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='5bcee6c268fe2b0a' from='localhost' version='1.0' xml:lang='en'>

*** User 2022-04-05 07:57:43.304 ***
alicE_simple_message_1661@localhost/res1 in
<stream:features>
	<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
	<compression xmlns='http://jabber.org/features/compress'>
		<method>zlib</method>
	</compression>
	<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
		<mechanism>SCRAM-SHA-256</mechanism>
		<mechanism>PLAIN</mechanism>
	</mechanisms>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2022-04-05 07:57:43.304 ***
alicE_simple_message_1661@localhost/res1 out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGFsaWNFX3NpbXBsZV9tZXNzYWdlXzE2NjEAbWF0eWdyeXNh</auth>



*** User 2022-04-05 07:57:43.307 ***
alicE_simple_message_1661@localhost/res1 in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2022-04-05 07:57:43.307 ***
alicE_simple_message_1661@localhost/res1 out
<stream:stream to='localhost' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-04-05 07:57:43.307 ***
alicE_simple_message_1661@localhost/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='43f0cc1fbca9c46c' from='localhost' version='1.0' xml:lang='en'>

*** User 2022-04-05 07:57:43.308 ***
alicE_simple_message_1661@localhost/res1 in
<stream:features>
	<compression xmlns='http://jabber.org/features/compress'>
		<method>zlib</method>
	</compression>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2022-04-05 07:57:43.308 ***
alicE_simple_message_1661@localhost/res1 out
<iq type='set' id='d113ca392f8c243871a52987699aec41'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>res1</resource>
	</bind>
</iq>



*** User 2022-04-05 07:57:43.308 ***
alicE_simple_message_1661@localhost/res1 in
<iq id='d113ca392f8c243871a52987699aec41' type='result'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>alicE_simple_message_1661@localhost/res1</jid>
	</bind>
</iq>



*** User 2022-04-05 07:57:43.308 ***
alicE_simple_message_1661@localhost/res1 out
<iq type='set' id='e9f97991e51596ae45a030dbcf579450'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-04-05 07:57:43.309 ***
alicE_simple_message_1661@localhost/res1 in
<iq type='result' id='e9f97991e51596ae45a030dbcf579450'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-04-05 07:57:43.309 ***
alicE_simple_message_1661@localhost/res1 out
<presence/>



*** User 2022-04-05 07:57:43.315 ***
alicE_simple_message_1661@localhost/res1 in
<presence from='alicE_simple_message_1661@localhost/res1' to='alice_simple_message_1661@localhost/res1' xml:lang='en'/>



*** User 2022-04-05 07:57:43.315 ***
alicE_simple_message_1661@localhost/res1 out
<message to='alice_simple_message_1661@fed1/res1' type='chat'>
	<body>Hi, foreign Alice!</body>
</message>



*** User 2022-04-05 07:57:43.319 ***
alice_simple_message_1661@fed1/res1 in
<message from='alicE_simple_message_1661@localhost/res1' to='alice_simple_message_1661@fed1/res1' xml:lang='en' type='chat'>
	<body>Hi, foreign Alice!</body>
</message>



*** User 2022-04-05 07:57:43.320 ***
alice_simple_message_1661@fed1/res1 out
<message to='alicE_simple_message_1661@localhost/res1' type='chat'>
	<body>Nice to meet you!</body>
</message>



*** User 2022-04-05 07:57:43.321 ***
alicE_simple_message_1661@localhost/res1 in
<message from='alice_simple_message_1661@fed1/res1' to='alicE_simple_message_1661@localhost/res1' xml:lang='en' type='chat'>
	<body>Nice to meet you!</body>
</message>



*** User 2022-04-05 07:57:43.321 ***
alicE_simple_message_1661@localhost/res1 out
</stream:stream>

*** User 2022-04-05 07:57:43.321 ***
alicE_simple_message_1661@localhost/res1 in
</stream:stream>

*** User 2022-04-05 07:57:43.321 ***
alice_simple_message_1661@fed1/res1 out
</stream:stream>

*** User 2022-04-05 07:57:43.322 ***
alice_simple_message_1661@fed1/res1 in
</stream:stream>
*** CT 2022-04-05 07:57:43.324 *** View log from node ejabberd2@localhost when finished ejabberd2@localhost_2005.html
*** CT 2022-04-05 07:57:43.325 *** View log from node mongooseim@localhost when finished mongooseim@localhost_5072.html



=== Ended at 2022-04-05 07:57:43
=== successfully completed test case
=== === Returned value: ok


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