* #27232: jni: added pjproject checkout as regular git content

We will remove it once the next release of pjsip (with Android support)
comes out and is merged into SFLphone.
diff --git a/jni/pjproject-android/.svn/pristine/d2/d2ea4ddbe0267931b0713c342a431febad38897d.svn-base b/jni/pjproject-android/.svn/pristine/d2/d2ea4ddbe0267931b0713c342a431febad38897d.svn-base
new file mode 100644
index 0000000..3725bf7
--- /dev/null
+++ b/jni/pjproject-android/.svn/pristine/d2/d2ea4ddbe0267931b0713c342a431febad38897d.svn-base
@@ -0,0 +1,15 @@
+# $Id$
+import inc_sip as sip
+import inc_sdp as sdp
+
+pjsua = "--null-audio --id=tel:+12345 --registrar sip:127.0.0.1:$PORT"
+
+req1 = sip.RecvfromTransaction("", 401,
+				include=["REGISTER sip"], 
+				exclude=["Authorization"],
+				resp_hdr=["WWW-Authenticate: Digest realm=\"python\", nonce=\"1234\""],
+				expect="PJSIP_ENOCREDENTIAL"
+			  )
+
+recvfrom_cfg = sip.RecvfromCfg("Failed registration with tel: URI test",
+			       pjsua, [req1])