Adding support for coroutines for async ops through trampolines
[theonering] / hand_tests / params.py
index e2f663f..c3906ea 100755 (executable)
@@ -39,7 +39,7 @@ if __name__ == "__main__":
        cm = reg.GetManager('theonering')
 
        # get the parameters required to make a Jabber connection
-       cm[CONN_MGR_INTERFACE].GetParameters('sip',
+       cm[CONN_MGR_INTERFACE].GetParameters('gv',
                reply_handler = print_params, error_handler = error_cb)
 
        loop = gobject.MainLoop()