--- a/AndroidManifest.xml Fri Oct 30 19:22:49 2009 +0100
+++ b/AndroidManifest.xml Fri Oct 30 19:24:39 2009 +0100
@@ -30,6 +30,12 @@
android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
</intent-filter>
</activity>
+ <activity android:name=".ui.Chat" android:label="@string/chat_name"
+ android:launchMode="singleTop">
+ <intent-filter android:label="Beem Connection">
+ <action android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
+ </intent-filter>
+ </activity>
<activity android:name=".ui.ChangeStatus" android:label="@string/ChangeStatusActTitle">
<intent-filter android:label="Beem Connection">
<action