--- a/src/com/beem/project/beem/service/XmppConnectionAdapter.java Sat Feb 13 22:32:06 2010 +0100
+++ b/src/com/beem/project/beem/service/XmppConnectionAdapter.java Sat Feb 13 22:39:15 2010 +0100
@@ -172,6 +172,7 @@
} catch (XMPPException e) {
Log.e(TAG, "Error while connecting", e);
try {
+ //TODO NIKITA DOES SOME SHIT !!! Fix this monstruosity
String str = mService.getResources().getString(
mService.getResources().getIdentifier(
e.getXMPPError().getCondition().replace("-", "_"), "string", "com.beem.project.beem"));