Exemplo n.º 1
0
    def ready_cb(self, conn):
        StreamTubeJoinerClient.ready_cb(self, conn)

        self.join_muc()
Exemplo n.º 2
0
 def __init__(self, account_file, muc_id, connect_trivial_client):
     StreamTubeJoinerClient.__init__(self, account_file, muc_id, None,
             connect_trivial_client)
Exemplo n.º 3
0
    def ready_cb(self, conn):
        StreamTubeJoinerClient.ready_cb(self, conn)

        print "waiting for a tube offer from contacts"
Exemplo n.º 4
0
    def ready_cb(self, conn):
        StreamTubeJoinerClient.ready_cb(self, conn)

        print "waiting for a tube offer from contacts"
Exemplo n.º 5
0
 def __init__(self, account_file, connect_trivial_client):
     StreamTubeJoinerClient.__init__(self, account_file, None, None,
                                     connect_trivial_client)
Exemplo n.º 6
0
    def ready_cb(self, conn):
        StreamTubeJoinerClient.ready_cb(self, conn)

        self.join_muc()