AndroidManifest.xml
changeset 480 eb6f1fbea903
parent 467 04e6c855e58e
child 483 568fc0a4af7a
--- 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