=== Test case: pubsub_s2s_SUITE:publish_without_node_attr_test/1 (click for source code)

=== Config value:

    [{watchdog,<0.48210.0>},
     {{s2s,mim},
      #{opts =>
            #{address => #{<<"fed1">> => #{ip_address => "127.0.0.1"}},
              outgoing =>
                  #{port => 5299,
                    ip_versions => [4,6],
                    connection_timeout => 10000},
              dns => #{timeout => 10,retries => 2},
              use_starttls => optional,max_retry_delay => 300,
              ciphers => "TLSv1.2:TLSv1.3",
              certfile => "priv/ssl/fake_server.pem",default_policy => allow},
        listener =>
            #{module => ejabberd_s2s_in,port => 5269,num_acceptors => 100,
              hibernate_after => 0,backlog => 1024,proto => tcp,
              max_stanza_size => 131072,
              ip_tuple => {0,0,0,0},
              shaper => s2s_shaper,ip_address => "0",
              tls =>
                  #{ciphers => "TLSv1.2:TLSv1.3",verify_mode => peer,
                    dhfile => "priv/ssl/fake_dh_server.pem",
                    protocol_options =>
                        ["no_sslv2","no_sslv3","no_tlsv1","no_tlsv1_1"]},
              ip_version => 4,connection_type => s2s,
              proxy_protocol => false}}},
     {{s2s,fed},
      #{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"}},
              outgoing =>
                  #{port => 5269,
                    ip_versions => [4,6],
                    connection_timeout => 10000},
              dns => #{timeout => 10,retries => 2},
              use_starttls => optional,max_retry_delay => 300,
              ciphers => "TLSv1.2:TLSv1.3",
              certfile => "priv/ssl/fake_server.pem",default_policy => allow},
        listener =>
            #{module => ejabberd_s2s_in,port => 5299,num_acceptors => 100,
              hibernate_after => 0,backlog => 1024,proto => tcp,
              max_stanza_size => 131072,
              ip_tuple => {0,0,0,0},
              shaper => s2s_shaper,ip_address => "0",
              tls =>
                  #{ciphers => "TLSv1.2:TLSv1.3",verify_mode => peer,
                    dhfile => "priv/ssl/fake_dh_server.pem",
                    protocol_options =>
                        ["no_sslv2","no_sslv3","no_tlsv1","no_tlsv1_1"]},
              ip_version => 4,connection_type => s2s,
              proxy_protocol => false}}},
     {escalus_user_db,xmpp},
     {preset,"ldap_mnesia"},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/pubsub_s2s_SUITE_data"},
     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@ae818358e99c.2024-04-22_17.28.22/big_tests.tests.pubsub_s2s_SUITE.logs/run.2024-04-22_17.38.56/pubsub_s2s_suite.publish_without_node_attr_test.88450.html"},
     {tc_group_properties,[{name,'tree+basic'},parallel]},
     {tc_group_path,[]},
     {data_dir,"/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/pubsub_s2s_SUITE_data/"},
     {priv_dir,"/home/circleci/project/big_tests/ct_report/ct_run.test@ae818358e99c.2024-04-22_17.28.22/big_tests.tests.pubsub_s2s_SUITE.logs/run.2024-04-22_17.38.56/log_private/"},
     {escalus_users,[{alice2,[{username,<<"alice">>},
                              {server,<<"fed1">>},
                              {host,<<"localhost">>},
                              {port,5242},
                              {password,<<"makota2">>}]},
                     {alice,[{username,<<"alicE">>},
                             {server,<<"localhost">>},
                             {password,<<"matygrysa">>}]}]},
     {{saved_modules,mongooseim@localhost,<<"localhost">>},
      #{mod_vcard =>
            #{matches => 30,
              host => {prefix,<<"vjud.">>},
              search => true,
              ldap =>
                  #{filter => <<"(objectClass=inetOrgPerson)">>,
                    base => <<"ou=Users,dc=esl,dc=com">>,
                    vcard_map =>
                        [{<<"NICKNAME">>,<<"%u">>,[]},
                         {<<"FN">>,<<"%s">>,[<<"displayName">>]},
                         {<<"FAMILY">>,<<"%s">>,[<<"sn">>]},
                         {<<"GIVEN">>,<<"%s">>,[<<"givenName">>]},
                         {<<"MIDDLE">>,<<"%s">>,[<<"initials">>]},
                         {<<"ORGNAME">>,<<"%s">>,[<<"o">>]},
                         {<<"ORGUNIT">>,<<"%s">>,[<<"ou">>]},
                         {<<"CTRY">>,<<"%s">>,[<<"c">>]},
                         {<<"LOCALITY">>,<<"%s">>,[<<"l">>]},
                         {<<"STREET">>,<<"%s">>,[<<"street">>]},
                         {<<"REGION">>,<<"%s">>,[<<"st">>]},
                         {<<"PCODE">>,<<"%s">>,[<<"postalCode">>]},
                         {<<"TITLE">>,<<"%s">>,[<<"title">>]},
                         {<<"URL">>,<<"%s">>,[<<"labeleduri">>]},
                         {<<"DESC">>,<<"%s">>,[<<"description">>]},
                         {<<"TEL">>,<<"%s">>,[<<"telephoneNumber">>]},
                         {<<"EMAIL">>,<<"%s">>,[<<"mail">>]},
                         {<<"BDAY">>,<<"%s">>,[<<"birthDay">>]},
                         {<<"ROLE">>,<<"%s">>,[<<"employeeType">>]},
                         {<<"PHOTO">>,<<"%s">>,[<<"jpegPhoto">>]}],
                    deref => never,
                    uids => [{<<"uid">>,<<"%u">>}],
                    pool_tag => default,
                    search_fields =>
                        [{<<"User">>,<<"%u">>},
                         {<<"Full Name">>,<<"displayName">>},
                         {<<"Given Name">>,<<"givenName">>},
                         {<<"Middle Name">>,<<"initials">>},
                         {<<"Family Name">>,<<"sn">>},
                         {<<"Nickname">>,<<"%u">>},
                         {<<"Birthday">>,<<"birthDay">>},
                         {<<"Country">>,<<"c">>},
                         {<<"City">>,<<"l">>},
                         {<<"Email">>,<<"mail">>},
                         {<<"Organization Name">>,<<"o">>},
                         {<<"Organization Unit">>,<<"ou">>}],
                    search_reported =>
                        [{<<"Full Name">>,<<"FN">>},
                         {<<"Given Name">>,<<"FIRST">>},
                         {<<"Middle Name">>,<<"MIDDLE">>},
                         {<<"Family Name">>,<<"LAST">>},
                         {<<"Nickname">>,<<"NICK">>},
                         {<<"Birthday">>,<<"BDAY">>},
                         {<<"Country">>,<<"CTRY">>},
                         {<<"City">>,<<"LOCALITY">>},
                         {<<"Email">>,<<"EMAIL">>},
                         {<<"Organization Name">>,<<"ORGNAME">>},
                         {<<"Organization Unit">>,<<"ORGUNIT">>}],
                    search_operator => 'and',binary_search_fields => []},
              backend => ldap,iqdisc => parallel},
        mod_roster =>
            #{backend => mnesia,iqdisc => one_queue,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 =>
            #{server_info => [],iqdisc => one_queue,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}}}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@ae818358e99c.2024-04-22_17.28.22"

=== Started at 2024-04-22 17:38:57


*** CT 2024-04-22 17:38:57.402 *** View log from node mongooseim@localhost when started🔗 mongooseim@localhost_4486.html

*** User 2024-04-22 17:38:57.406 ***🔗
alice_publish_without_node_attr_test_1569@fed1 out
<stream:stream to='fed1' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2024-04-22 17:38:57.407 ***🔗
alice_publish_without_node_attr_test_1569@fed1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='2d9043a3ad84486c' from='fed1' version='1.0' xml:lang='en'>

*** User 2024-04-22 17:38:57.407 ***🔗
alice_publish_without_node_attr_test_1569@fed1 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-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>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2024-04-22 17:38:57.407 ***🔗
alice_publish_without_node_attr_test_1569@fed1 out
<iq type='get' id='2fe84fcc853c2b1da0efd7e7db8297e6'>
	<query xmlns='jabber:iq:register'/>
</iq>



*** User 2024-04-22 17:38:57.407 ***🔗
alice_publish_without_node_attr_test_1569@fed1 in
<iq from='fed1' to='fed1' id='2fe84fcc853c2b1da0efd7e7db8297e6' type='result'>
	<query xmlns='jabber:iq:register'>
		<instructions>Choose a username and password to register with this server</instructions>
		<username/>
		<password/>
	</query>
</iq>



*** User 2024-04-22 17:38:57.408 ***🔗
alice_publish_without_node_attr_test_1569@fed1 out
<iq type='set' id='4b0239ed987feb01f4ed95a678fe8e94'>
	<query xmlns='jabber:iq:register'>
		<username>alice_publish_without_node_attr_test_1569</username>
		<password>makota2</password>
	</query>
</iq>



*** User 2024-04-22 17:38:57.428 ***🔗
alice_publish_without_node_attr_test_1569@fed1 in
<iq from='fed1' to='fed1' id='4b0239ed987feb01f4ed95a678fe8e94' type='result'>
	<query xmlns='jabber:iq:register'>
		<username>alice_publish_without_node_attr_test_1569</username>
		<password>makota2</password>
	</query>
</iq>



*** User 2024-04-22 17:38:57.428 ***🔗
alice_publish_without_node_attr_test_1569@fed1 out
</stream:stream>

*** User 2024-04-22 17:38:57.428 ***🔗
alice_publish_without_node_attr_test_1569@fed1 in
</stream:stream>

*** User 2024-04-22 17:38:57.429 ***🔗
alicE_publish_without_node_attr_test_1569@localhost out
<stream:stream to='localhost' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2024-04-22 17:38:57.429 ***🔗
alicE_publish_without_node_attr_test_1569@localhost in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='06eec2f5372ad88a' from='localhost' version='1.0' xml:lang='en'>

*** User 2024-04-22 17:38:57.429 ***🔗
alicE_publish_without_node_attr_test_1569@localhost 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>PLAIN</mechanism>
	</mechanisms>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2024-04-22 17:38:57.429 ***🔗
alicE_publish_without_node_attr_test_1569@localhost out
<iq type='get' id='68c6dfbeaf7eddd5d82d4105af341c01'>
	<query xmlns='jabber:iq:register'/>
</iq>



*** User 2024-04-22 17:38:57.430 ***🔗
alicE_publish_without_node_attr_test_1569@localhost in
<iq from='localhost' to='localhost' id='68c6dfbeaf7eddd5d82d4105af341c01' type='result'>
	<query xmlns='jabber:iq:register'>
		<instructions>Choose a username and password to register with this server</instructions>
		<username/>
		<password/>
	</query>
</iq>



*** User 2024-04-22 17:38:57.430 ***🔗
alicE_publish_without_node_attr_test_1569@localhost out
<iq type='set' id='b9966305201c152d83eaf01d4114d03c'>
	<query xmlns='jabber:iq:register'>
		<username>alicE_publish_without_node_attr_test_1569</username>
		<password>matygrysa</password>
	</query>
</iq>



*** User 2024-04-22 17:38:57.432 ***🔗
alicE_publish_without_node_attr_test_1569@localhost in
<iq from='localhost' to='localhost' id='b9966305201c152d83eaf01d4114d03c' type='result'>
	<query xmlns='jabber:iq:register'>
		<username>alicE_publish_without_node_attr_test_1569</username>
		<password>matygrysa</password>
	</query>
</iq>



*** User 2024-04-22 17:38:57.432 ***🔗
alicE_publish_without_node_attr_test_1569@localhost out
</stream:stream>

*** User 2024-04-22 17:38:57.432 ***🔗
alicE_publish_without_node_attr_test_1569@localhost in
</stream:stream>

*** User 2024-04-22 17:38:57.433 ***🔗
alicE_publish_without_node_attr_test_1569@localhost/res1 out
<stream:stream to='localhost' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2024-04-22 17:38:57.433 ***🔗
alicE_publish_without_node_attr_test_1569@localhost/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='7c2143b6c14bdab5' from='localhost' version='1.0' xml:lang='en'>

*** User 2024-04-22 17:38:57.433 ***🔗
alicE_publish_without_node_attr_test_1569@localhost/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>PLAIN</mechanism>
	</mechanisms>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2024-04-22 17:38:57.433 ***🔗
alicE_publish_without_node_attr_test_1569@localhost/res1 out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGFsaWNFX3B1Ymxpc2hfd2l0aG91dF9ub2RlX2F0dHJfdGVzdF8xNTY5AG1hdHlncnlzYQ==</auth>



*** User 2024-04-22 17:38:57.434 ***🔗
alicE_publish_without_node_attr_test_1569@localhost/res1 in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2024-04-22 17:38:57.434 ***🔗
alicE_publish_without_node_attr_test_1569@localhost/res1 out
<stream:stream to='localhost' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2024-04-22 17:38:57.434 ***🔗
alicE_publish_without_node_attr_test_1569@localhost/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='8b0b9a5d7ac14573' from='localhost' version='1.0' xml:lang='en' to='alice_publish_without_node_attr_test_1569@localhost'>

*** User 2024-04-22 17:38:57.434 ***🔗
alicE_publish_without_node_attr_test_1569@localhost/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-22 17:38:57.434 ***🔗
alicE_publish_without_node_attr_test_1569@localhost/res1 out
<iq type='set' id='58b5ee5237c3ccc883f6d24fc75efa4e'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>res1</resource>
	</bind>
</iq>



*** User 2024-04-22 17:38:57.435 ***🔗
alicE_publish_without_node_attr_test_1569@localhost/res1 in
<iq id='58b5ee5237c3ccc883f6d24fc75efa4e' type='result'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>alice_publish_without_node_attr_test_1569@localhost/res1</jid>
	</bind>
</iq>



*** User 2024-04-22 17:38:57.435 ***🔗
alice_publish_without_node_attr_test_1569@localhost/res1 out
<iq type='set' id='7668095c884df00cb20dd463f6430fae'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2024-04-22 17:38:57.435 ***🔗
alice_publish_without_node_attr_test_1569@localhost/res1 in
<iq from='localhost' to='alice_publish_without_node_attr_test_1569@localhost/res1' id='7668095c884df00cb20dd463f6430fae' type='result'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2024-04-22 17:38:57.435 ***🔗
alice_publish_without_node_attr_test_1569@localhost/res1 out
<presence/>



*** User 2024-04-22 17:38:57.436 ***🔗
alice_publish_without_node_attr_test_1569@localhost/res1 in
<presence from='alice_publish_without_node_attr_test_1569@localhost/res1' to='alice_publish_without_node_attr_test_1569@localhost/res1'/>



*** User 2024-04-22 17:38:57.436 ***🔗
alice_publish_without_node_attr_test_1569@fed1/res1 out
<stream:stream to='fed1' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2024-04-22 17:38:57.437 ***🔗
alice_publish_without_node_attr_test_1569@fed1/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='c48cb18c2c629279' from='fed1' version='1.0' xml:lang='en'>

*** User 2024-04-22 17:38:57.437 ***🔗
alice_publish_without_node_attr_test_1569@fed1/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-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>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2024-04-22 17:38:57.437 ***🔗
alice_publish_without_node_attr_test_1569@fed1/res1 out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGFsaWNlX3B1Ymxpc2hfd2l0aG91dF9ub2RlX2F0dHJfdGVzdF8xNTY5AG1ha290YTI=</auth>



*** User 2024-04-22 17:38:57.439 ***🔗
alice_publish_without_node_attr_test_1569@fed1/res1 in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2024-04-22 17:38:57.439 ***🔗
alice_publish_without_node_attr_test_1569@fed1/res1 out
<stream:stream to='fed1' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2024-04-22 17:38:57.439 ***🔗
alice_publish_without_node_attr_test_1569@fed1/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='711d9aa44869a55a' from='fed1' version='1.0' xml:lang='en' to='alice_publish_without_node_attr_test_1569@fed1'>

*** User 2024-04-22 17:38:57.439 ***🔗
alice_publish_without_node_attr_test_1569@fed1/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'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2024-04-22 17:38:57.440 ***🔗
alice_publish_without_node_attr_test_1569@fed1/res1 out
<iq type='set' id='16f42bb59b1b1568fd5382f1db34dd41'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>res1</resource>
	</bind>
</iq>



*** User 2024-04-22 17:38:57.440 ***🔗
alice_publish_without_node_attr_test_1569@fed1/res1 in
<iq id='16f42bb59b1b1568fd5382f1db34dd41' type='result'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>alice_publish_without_node_attr_test_1569@fed1/res1</jid>
	</bind>
</iq>



*** User 2024-04-22 17:38:57.440 ***🔗
alice_publish_without_node_attr_test_1569@fed1/res1 out
<iq type='set' id='13fb9fc9e9dea2990621ac3cb47a75cc'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2024-04-22 17:38:57.440 ***🔗
alice_publish_without_node_attr_test_1569@fed1/res1 in
<iq from='fed1' to='alice_publish_without_node_attr_test_1569@fed1/res1' id='13fb9fc9e9dea2990621ac3cb47a75cc' type='result'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2024-04-22 17:38:57.440 ***🔗
alice_publish_without_node_attr_test_1569@fed1/res1 out
<presence/>



*** User 2024-04-22 17:38:57.441 ***🔗
alice_publish_without_node_attr_test_1569@fed1/res1 in
<presence from='alice_publish_without_node_attr_test_1569@fed1/res1' to='alice_publish_without_node_attr_test_1569@fed1/res1'/>



*** User 2024-04-22 17:38:57.441 ***🔗
alice_publish_without_node_attr_test_1569@localhost/res1 out
<iq to='pubsub.localhost' type='set' id='alice_publish_without_node_attr_test_1569-pubsub.localhost-princely_musings_sJPfcugZ1Ns=-create_node' from='alice_publish_without_node_attr_test_1569@localhost/res1'>
	<pubsub xmlns='http://jabber.org/protocol/pubsub'>
		<create node='princely_musings_sJPfcugZ1Ns='/>
	</pubsub>
</iq>



*** User 2024-04-22 17:38:57.451 ***🔗
alice_publish_without_node_attr_test_1569@localhost/res1 in
<iq from='pubsub.localhost' to='alice_publish_without_node_attr_test_1569@localhost/res1' id='alice_publish_without_node_attr_test_1569-pubsub.localhost-princely_musings_sJPfcugZ1Ns=-create_node' type='result'>
	<pubsub xmlns='http://jabber.org/protocol/pubsub'>
		<create node='princely_musings_sJPfcugZ1Ns='/>
	</pubsub>
</iq>



*** User 2024-04-22 17:38:57.451 ***🔗
alice_publish_without_node_attr_test_1569@localhost/res1 out
<iq to='pubsub.localhost' type='set' id='alice_publish_without_node_attr_test_1569-pubsub.localhost-princely_musings_sJPfcugZ1Ns=-publish' from='alice_publish_without_node_attr_test_1569@localhost/res1'>
	<pubsub xmlns='http://jabber.org/protocol/pubsub'>
		<publish node='princely_musings_sJPfcugZ1Ns='>
			<item id='item1'>
				<entry xmlns='http://www.w3.org/2005/Atom'/>
			</item>
		</publish>
	</pubsub>
</iq>



*** User 2024-04-22 17:38:57.452 ***🔗
alice_publish_without_node_attr_test_1569@localhost/res1 in
<iq from='pubsub.localhost' to='alice_publish_without_node_attr_test_1569@localhost/res1' id='alice_publish_without_node_attr_test_1569-pubsub.localhost-princely_musings_sJPfcugZ1Ns=-publish' type='result'>
	<pubsub xmlns='http://jabber.org/protocol/pubsub'>
		<publish node='princely_musings_sJPfcugZ1Ns='>
			<item id='item1'/>
		</publish>
	</pubsub>
</iq>



*** User 2024-04-22 17:38:57.452 ***🔗
alice_publish_without_node_attr_test_1569@fed1/res1 out
<iq to='pubsub.localhost' type='set' id='alice_publish_without_node_attr_test_1569-pubsub.localhost-princely_musings_sJPfcugZ1Ns=-publish' from='alice_publish_without_node_attr_test_1569@fed1/res1'>
	<pubsub xmlns='http://jabber.org/protocol/pubsub'>
		<publish>
			<item id='item2'>
				<entry xmlns='http://www.w3.org/2005/Atom'/>
			</item>
		</publish>
	</pubsub>
</iq>



*** User 2024-04-22 17:38:57.493 ***🔗
alice_publish_without_node_attr_test_1569@fed1/res1 in
<iq from='pubsub.localhost' to='alice_publish_without_node_attr_test_1569@fed1/res1' type='error' id='alice_publish_without_node_attr_test_1569-pubsub.localhost-princely_musings_sJPfcugZ1Ns=-publish'>
	<pubsub xmlns='http://jabber.org/protocol/pubsub'>
		<publish>
			<item id='item2'>
				<entry xmlns='http://www.w3.org/2005/Atom'/>
			</item>
		</publish>
	</pubsub>
	<error code='400' type='modify'>
		<bad-request xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
		<nodeid-required xmlns='http://jabber.org/protocol/pubsub#errors'/>
	</error>
</iq>



*** User 2024-04-22 17:38:57.493 ***🔗
alice_publish_without_node_attr_test_1569@localhost/res1 out
<iq to='pubsub.localhost' type='set' id='alice_publish_without_node_attr_test_1569-pubsub.localhost-princely_musings_sJPfcugZ1Ns=-delete_node' from='alice_publish_without_node_attr_test_1569@localhost/res1'>
	<pubsub xmlns='http://jabber.org/protocol/pubsub#owner'>
		<delete node='princely_musings_sJPfcugZ1Ns='/>
	</pubsub>
</iq>



*** User 2024-04-22 17:38:57.494 ***🔗
alice_publish_without_node_attr_test_1569@localhost/res1 in
<iq from='pubsub.localhost' to='alice_publish_without_node_attr_test_1569@localhost/res1' id='alice_publish_without_node_attr_test_1569-pubsub.localhost-princely_musings_sJPfcugZ1Ns=-delete_node' type='result'/>



*** User 2024-04-22 17:38:57.494 ***🔗
alice_publish_without_node_attr_test_1569@fed1/res1 out
</stream:stream>

*** User 2024-04-22 17:38:57.495 ***🔗
alice_publish_without_node_attr_test_1569@fed1/res1 in
</stream:stream>

*** User 2024-04-22 17:38:57.495 ***🔗
alice_publish_without_node_attr_test_1569@localhost/res1 out
</stream:stream>

*** User 2024-04-22 17:38:57.495 ***🔗
alice_publish_without_node_attr_test_1569@localhost/res1 in
</stream:stream>
*** CT 2024-04-22 17:38:57.497 *** View log from node mongooseim@localhost when finished🔗 mongooseim@localhost_4486.html



=== Ended at 2024-04-22 17:38:57
=== successfully completed test case
=== === Returned value: ok