AndroidManifest.xml
changeset 889 45bbdf20aa9d
parent 888 9ffd19d0249c
child 891 37e794524cac
--- a/AndroidManifest.xml	Sun May 08 12:04:31 2011 +0200
+++ b/AndroidManifest.xml	Sun May 08 20:56:45 2011 +0200
@@ -55,7 +55,26 @@
 				android:label="Beem Connection">
 				<action
 					android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
-			</intent-filter>			
+			</intent-filter>
+			<intent-filter>
+				<action
+					android:name="android.intent.action.SENDTO" />
+				<category
+					android:name="android.intent.category.DEFAULT" />
+				<category
+					android:name="com.android.im.category.JABBER" />
+				<data
+					android:scheme="im" />
+			</intent-filter>
+			<intent-filter>
+				<action
+					android:name="android.intent.action.SENDTO" />
+				<category
+					android:name="android.intent.category.DEFAULT" />
+				<data
+					android:scheme="imto"
+					android:host="jabber" />
+			</intent-filter>
 		</activity>
 		<activity
 			android:name=".ui.ChangeStatus"