--- a/AndroidManifest.xml Tue Feb 21 19:35:15 2012 +0100
+++ b/AndroidManifest.xml Tue Feb 21 20:10:27 2012 +0100
@@ -68,6 +68,14 @@
</intent-filter>
</activity>
<activity
+ android:label="@string/chat_name"
+ android:launchMode="singleTop"
+ android:name=".ui.MucChat" >
+ <intent-filter android:label="Beem Connection" >
+ <action android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
+ </intent-filter>
+ </activity>
+ <activity
android:label="@string/ChangeStatusActTitle"
android:launchMode="singleTask"
android:name=".ui.ChangeStatus"