--- a/AndroidManifest.xml Fri Oct 30 16:24:59 2009 +0100
+++ b/AndroidManifest.xml Fri Oct 30 17:04:52 2009 +0100
@@ -28,6 +28,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