Hello guys. I have a question regarding creation of custom connection managers for N900 device.<br>First of all I&#39;m a bit newbie for maemo platform so please be patient :).<br>What I need to do is implement a mail client which is using custom protocol f.e. via XMPP extension and will natively integrated into maemo platform. As I understand I should follow telepathy specification to make all things done natively. F.e. I will need to implement connection manager, account setup plugin for mission control, and client application which will handle channels or so.<br>
<br>My question is: Where I can find specification or example of how I can implement account setup plugin?<br>Only one which is related I guess is <a href="http://maemo.org/api_refs/5.0/5.0-final/libaccounts/">http://maemo.org/api_refs/5.0/5.0-final/libaccounts/</a> but it is not informative for me...<br>
<br>Second question is: Is it possible to make all parts of that project using Qt library (f.e. using Nokia Qt SDK)?<br>As I understand connection manager can be written using Qt if I follow telepathy specification using f.e. QtDBus* classes, also client side UI can be written using Qt library.<br>
<br>BR, Nick<br>