Merge with ui. Synchronous connection worked.
Add some checkstyle xml rules to use with the checkstyle plugin for eclipse
and also a formatter for eclipse.
Still work needs on asynchrounous connect
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Beem</string>
<!-- Class Beem -->
<string name="BeemCreateAccount">Creer un compte</string>
<string name="BeemJabberID">Jabber ID</string>
<!-- Class BeemService -->
<string name="BeemServiceDescription">Use the Beem Service</string>
<string name="BeemServiceCreated">BeemService Created</string>
<string name="BeemServiceDestroyed">BeemService destroyed</string>
<!-- Preferences information -->
<string name="PreferenceFileName">Beem</string>
<string name="PreferenceLoginKey">login</string>
<string name="PreferenceHostKey">host</string>
<string name="PreferencePasswordKey">password</string>
<string name="PreferencePortKey">port</string>
</resources>