lib/rmobio/client_info.rb in rmobio-1.1.19 vs lib/rmobio/client_info.rb in rmobio-1.1.20
- old
+ new
@@ -37,12 +37,12 @@
#
#=== HTTP_CLIENT_INFO_URL
#
#* If header exists => 0.8 client
#* If header doesn't exist => 0.6 client
- # Samle of what HTTP_CLIENT_INFO_URL returns:
- # http://homer.mobiolabs.com/hub/devicecap/devices/capability?id=0.6.28:Motorola:V3
+ # Sample of what HTTP_CLIENT_INFO_URL returns:
+ # http://dev.getmobio.com/hub/devicecap/devices/capability?id=1.0.5:Motorola:V3m
#
#=== HTTP_MOBIO_AGENT
#* If header contains WM5 => Window Mobile family
#
#== Return Codes
@@ -113,11 +113,11 @@
#=== To get the value for a device attribute
# This utility queries the device capability service to get the value for
# a particular device attribute.
#
#=== Sample device url:
- # http://homer.mobiolabs.com/hub/devicecap/devices/capability?id=0.6.28:Motorola:V3
+ # http://dev.getmobio.com/hub/devicecap/devices/capability?id=1.0.5:Motorola:V3m
#=== Sample device attributes:
# <mob:Client>
# <mob:client-id>.0.6.28:Sony-Ericsson:Z800</mob:client-id>
# <mob:name>Sony-Ericsson/Z800</mob:name>
# <mob:height>220</mob:height>
@@ -154,10 +154,10 @@
#== get_device_info
#=== For asset management
#
#=== Sample device url:
- # http://homer.mobiolabs.com/hub/devicecap/devices/capability?id=0.6.28:Motorola:V3
+ # http://dev.getmobio.com/hub/devicecap/devices/capability?id=1.0.5:Motorola:V3m
#
# All client attributes are stored in Hash plus "iconsize" which is "13" or "17"
# If device width is null or 0, it defaults to '176' for asset to work.
#
def get_device_info
\ No newline at end of file