--- a/src/com/beem/project/beem/BeemService.java Wed Mar 31 21:52:49 2010 +0200
+++ b/src/com/beem/project/beem/BeemService.java Wed Mar 31 22:01:07 2010 +0200
@@ -142,8 +142,9 @@
}
mConnectionConfiguration.setDebuggerEnabled(false);
mConnectionConfiguration.setSendPresence(true);
+ // maybe not the universal path, but it works on most devices (Samsung Galaxy, Google Nexus One)
mConnectionConfiguration.setTruststoreType("BKS");
- mConnectionConfiguration.setTruststorePath("/system/etc/security/cacerts.bks"); //FIXME: maybe not the universal path, but working on my galaxy
+ mConnectionConfiguration.setTruststorePath("/system/etc/security/cacerts.bks");
}
/**
--- a/src/com/beem/project/beem/ui/wizard/AccountConfigure.java Wed Mar 31 21:52:49 2010 +0200
+++ b/src/com/beem/project/beem/ui/wizard/AccountConfigure.java Wed Mar 31 22:01:07 2010 +0200
@@ -154,7 +154,7 @@
/**
* Check that the username is really a JID.
- * @param username
+ * @param username the username to check.
*/
private void checkUsername(String username) {
String name = StringUtils.parseName(username);
@@ -168,7 +168,7 @@
/**
* Check password.
- * @param password .
+ * @param password the password to check.
*/
private void checkPassword(String password) {
if (password.length() > 0)