|
@ -306,6 +306,9 @@ class Device : Object { |
|
|
*/ |
|
|
*/ |
|
|
private void channel_openend(bool result) { |
|
|
private void channel_openend(bool result) { |
|
|
debug("channel openend: %s", result.to_string()); |
|
|
debug("channel openend: %s", result.to_string()); |
|
|
|
|
|
|
|
|
|
|
|
connected(); |
|
|
|
|
|
|
|
|
if (result == true) { |
|
|
if (result == true) { |
|
|
greet.begin(); |
|
|
greet.begin(); |
|
|
} else { |
|
|
} else { |
|
|