Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shared/resources/apn/apns_conf_local.xml
diff options
context:
space:
mode:
Diffstat (limited to 'shared/resources/apn/apns_conf_local.xml')
-rw-r--r--shared/resources/apn/apns_conf_local.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/shared/resources/apn/apns_conf_local.xml b/shared/resources/apn/apns_conf_local.xml
new file mode 100644
index 0000000..dba6e2c
--- /dev/null
+++ b/shared/resources/apn/apns_conf_local.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+
+<!-- use empty string to specify no proxy or port -->
+<!-- This version must agree with that in apps/common/res/apns.xml -->
+<apns version="7">
+ <apn carrier="SpeakOut"
+ mcc="302"
+ mnc="720"
+ apn="goam.com"
+ user="wapuser1"
+ password="wap"
+ proxy="10.128.1.69"
+ port="80"
+ mmsc="http://mms.gprs.rogers.com"
+ mmsproxy="10.128.1.69"
+ mmsport="80"
+ type="default,mms"
+ />
+
+</apns>