예제 #1
0
 def __init__(self, account_file, muc_id, socket_path=None):
     StreamTubeInitiatorClient.__init__(self, account_file, muc_id, None, socket_path)
예제 #2
0
 def __init__(self, account_file, contact_id, socket_address=None):
     StreamTubeInitiatorClient.__init__(self, account_file, None,
                                        contact_id, socket_address)
예제 #3
0
 def __init__(self, account_file, contact_id, socket_address=None):
     StreamTubeInitiatorClient.__init__(self, account_file, None, contact_id, socket_address)
예제 #4
0
 def __init__(self, account_file, muc_id, socket_path=None):
     StreamTubeInitiatorClient.__init__(self, account_file, muc_id, None,
                                        socket_path)