GSoC update

Just a quick update about my GSoC project:

StreamTubes works both offering and accepting, and both on Tcp and Local sockets (code still needs some cleaning) I’m waiting for Dario to add DBusTubes support in Telepathy-qt4. Then it shouldn’t take much time… Sending and receiving files works, but I’m writing on a telepathy kioslave that […]

More Telepathy StreamTubes in KDE

Offering a TCP StreamTube finally works as it is supposed to do! So, if you want to start a streamtube, you just have to create an OfferTcpStreamTubeJob using your favorite method offered by TelepathyBridge:

KJob* offerTcpStreamTube(const Nepomuk::PersonContact& contact, const QVariantMap& parameters = QVariantMap()); KJob* offerTcpStreamTube(const Nepomuk::PersonContact& contact, const QHostAddress& hostAddress, quint16 port = 0, […]

My first Telepathy StreamTube in KDE

Telepathy StreamTube in KDE

Ok, maybe it doesn’t make sense at the moment, you’ll have to wait a few more weeks to get something useful…