-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 29.06.2011 05:13, nihui wrote: > Hi, > I have implemented fetion protocol plugin and rewritten the qq protocol > plugin for kopete. > Now, I'd like to use telepathy framework to do it. > I wonder how to implement protocol backend using telepathy-qt4. Is > telepathy-qt4 a client-side library only? > I have searched the web and only got some examples on how to use > telepathy-qt4 to develop client-side application. > Must I use glib or python to write a protocol backend instead of using Qt4? > Thanks in advance! > > > nihui > > > > > > _______________________________________________ > KDE-Telepathy mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/kde-telepathy
Yes, unfortunately TelepathyQt4 is restricted to the client side. For writing a Connection Manager (a Telepathy protocol backend), your best bet is to use telepathy-glib and write the code in C with GLib/GObject. Br, Olli Salli tp-qt4 upstream -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJOCuLlAAoJEAQQkupGanj4hXcIAMN0EUX+YNMDyiZjC2f3dld2 MZdIylspdc1nZ4Fgp7w+DpIBY9qtT2MLYljkXCUT4Yo4VQFMa3iFnRjiPtJNKy4R ELgZO1xbDn072u6KVVaVrwi3PsegGITjPlRCpHlZlW/aDPevG9NmwDN2p5SyNshK ZXf16NjXtUVR22BV4PGiuZiz4N6YjA/AUt5ciNB6H/Q+++rPZyXHnCPAvDsnE5Yu LvECqJhmklVa4LnRZZVMEjEJu7fyRxUL0L8kToDADDGaxPxQVXsTKMZYmn+xPijj z6c5titw7lloBN1Foo3U2pDtTbZzTefiA3SHkT9fi4TGijx+S301I8E0vmq+KiY= =RW4G -----END PGP SIGNATURE-----
_______________________________________________ KDE-Telepathy mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-telepathy
