IM/init/imapitest.ini
branchSymbian2
changeset 1 8758140453c0
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     1 # IMPS Engine IM SDK API test module static settings
       
     2 # Copy this file to %epocroot%\testframework
       
     3 
       
     4 # SAP
       
     5 # Service Access Point for Presence services
       
     6 SAP=http://195.134.231.100/wv
       
     7 
       
     8 # Userid
       
     9 # UserId of the SIM registered at SAP
       
    10 Userid=test
       
    11 
       
    12 # Password
       
    13 # password for accessing SAP
       
    14 password=test
       
    15 
       
    16 # Clientid
       
    17 # no need to modify this
       
    18 clientid=apiclient@imps.org
       
    19 
       
    20 # IAP
       
    21 # If run on emulator, IAP=11
       
    22 # If run on HW, IAP is ID of Access Point using the SIM Operator's GPRS network, This can be found from "Access point" settings on Phone
       
    23 IAP=13
       
    24 
       
    25 # userid1
       
    26 # Any other userid
       
    27 userid1=bc2
       
    28 
       
    29 #userid2
       
    30 # Any other userid
       
    31 userid2=bc3
       
    32 
       
    33 # end of file