Updated to support actual D-BUS interface
This commit is contained in:
parent
660133c812
commit
9c4c356a3d
9 changed files with 103 additions and 34 deletions
|
@ -412,6 +412,15 @@ bool ModuleEchoLink::initialize(void)
|
|||
return false;
|
||||
}
|
||||
|
||||
if (cfg().getValue(cfgName(), "BRIDGE_PROXY", value))
|
||||
{
|
||||
bridge.setProxyConfiguration(value.c_str());
|
||||
}
|
||||
if (cfg().getValue(cfgName(), "BRIDGE_STORE", value))
|
||||
{
|
||||
bridge.setStoreConfiguration(value.c_str());
|
||||
}
|
||||
|
||||
// Initialize directory server communication
|
||||
dir = new Directory(servers, mycall, password, location, bind_addr);
|
||||
dir->statusChanged.connect(mem_fun(*this, &ModuleEchoLink::onStatusChanged));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue