config: do not load signalling plugin.
authorIsmo Puustinen <ismo.puustinen@intel.com>
Fri, 21 Dec 2012 13:14:08 +0000 (15:14 +0200)
committerIsmo Puustinen <ismo.puustinen@intel.com>
Fri, 21 Dec 2012 13:20:33 +0000 (15:20 +0200)
src/daemon/murphy.conf
src/daemon/murphy.lua

index 3f9752f..35dc18c 100644 (file)
@@ -23,9 +23,6 @@ end
 # try loading the glib plugin, ignoring any errors
 try-load-plugin glib
 
-# try loading the signalling plugin
-try-load-plugin signalling address="internal:signalling"
-
 # load the murphy DB plugin if it exists
 if plugin-exists murphydb
     load-plugin murpydb
index 2da1072..1febd9d 100644 (file)
@@ -22,9 +22,6 @@ end
 -- load glib plugin, ignoring any errors
 m:try_load_plugin('glib')
 
--- try loading the signalling plugin
-m:try_load_plugin('signalling', { address = 'internal:signalling' })
-
 -- load the native resource plugin
 if m:plugin_exists('resource-native') then
     m:load_plugin('resource-native')