--- a/AndroidManifest.xml Sun Sep 27 17:59:13 2009 +0200
+++ b/AndroidManifest.xml Sun Sep 27 19:09:18 2009 +0200
@@ -55,6 +55,12 @@
android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
</intent-filter>
</activity>
+ <activity android:name=".ui.UserInfo" android:label="@string/user_info_name">
+ <intent-filter android:label="Beem Connection">
+ <action
+ android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
+ </intent-filter>
+ </activity>
<activity android:name=".jingle.demo.JingleCallActivity"
android:label="JingleDemoCall">
<intent-filter>