def __init__(self, manager, protocol, account, muc_id, found_peer_callback=None, disapeared_peer_callback=None): TubeConsumerMixin.__init__( self, found_peer_callback=found_peer_callback, disapeared_peer_callback=disapeared_peer_callback) Client.__init__(self, manager, protocol, account, muc_id)
def __init__(self, manager, protocol, account, muc_id, conference_server, tubes_to_offer): TubePublisherMixin.__init__(self, tubes_to_offer) Client.__init__(self, manager, protocol, account, muc_id, conference_server)
def __init__(self, manager, protocol, account, muc_id, found_peer_callback=None, disapeared_peer_callback=None): TubeConsumerMixin.__init__(self, found_peer_callback=found_peer_callback, disapeared_peer_callback=disapeared_peer_callback) Client.__init__(self, manager, protocol, account, muc_id)
def __init__(self, manager, protocol, account, muc_id, tubes_to_offer): TubePublisherMixin.__init__(self, tubes_to_offer) Client.__init__(self, manager, protocol, account, muc_id)