<pre>Hello guys. I have a question regarding creation of custom connection<br>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<br>
f.e. via XMPP extension and will natively integrated into maemo platform. As<br>I understand I should follow telepathy specification to make all things done<br>natively. F.e. I will need to implement connection manager, account setup<br>
plugin for mission control, and client application which will handle<br>channels or so. I have read telepathy developer&#39;s manual and it looks very<br>well, but I can&#39;t find answers to my two questions.<br><br>My question is: Where I can find specification or example of how I can<br>
implement account setup plugin, so MC will then use configured account?<br>Only one which is related I guess is<br><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 so<br>
informative for me...<br><br>Second one is: Is it possible to make all parts of that project using<br>Qt library (f.e. using Nokia Qt SDK) or only scratchbox based SDK?<br>As I understand connection manager can be written using Qt if I follow<br>
telepathy specification using f.e. QtDBus* classes, also client side UI can<br>be written using Qt library.<br><br>BR, Nick<br></pre>