Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shared/resources/apn/apns_conf_local.xml
blob: dba6e2cc756d25975d8b08860f2b14b2eb256876 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>