bin/omf6 in nitos_testbed_rc-1.0.0.pre.10 vs bin/omf6 in nitos_testbed_rc-1.0.0.pre.11
- old
+ new
@@ -785,10 +785,10 @@
puts "INFO: "
# sleep 1
comm.disconnect
end
-OmfCommon.init(@config[:operationMode], communication: { url: "xmpp://#{@xmpp[:script_user]}:#{@xmpp[:password]}@#{@xmpp[:server]}", auth: {} }) do
+OmfCommon.init(@config[:operationMode], {communication: { url: "xmpp://#{@xmpp[:script_user]}:#{@xmpp[:password]}@#{@xmpp[:server]}", auth: {}}, logging: {}}) do
OmfCommon.comm.on_connected do |comm|
OmfCommon::Auth::CertificateStore.instance.register_default_certs(trusted_roots)
entity.resource_id = OmfCommon.comm.local_topic.address
OmfCommon::Auth::CertificateStore.instance.register(entity)
\ No newline at end of file