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)
Exemple #2
0
 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)
Exemple #3
0
 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)
Exemple #4
0
 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)