We can now get the contact list of the user.
Need to complete the Contact class and try to get some information on the
mobile contact directory.
<?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>