userGetFeatureResponse

Extends: response
Namespace: (default namespace)
XML Schema: ns0.xsd

XML

Elements

name (type) min/max
occurs
description
remoteSmsEnabled (boolean) 1/1 Tells if remote sms is possible or not
smsEnabledRegex (string) 0/1 Gives a regular expression that matches msisdn's to which sms can be send over mysms
receiveCallEnabled (boolean) 1/1 Tells if receive calls is possible or not
remoteCallEnabled (boolean) 1/1 Tells if remote call is possible or not
deviceActive (boolean) 1/1 Tells if a device is active or not
deviceSyncUnreliable (boolean) 1/1 Tells if the messages of a device is unreliable (no event for new messages)
maxMmsSize (int) 1/1 Gives the max mms size in bytes. A value of zero means mms is disabled for attachments, but still allowed for group messaging.

JSON

property type description
remoteSmsEnabled remoteSmsEnabled (boolean) Tells if remote sms is possible or not
smsEnabledRegex smsEnabledRegex (string) Gives a regular expression that matches msisdn's to which sms can be send over mysms
receiveCallEnabled receiveCallEnabled (boolean) Tells if receive calls is possible or not
remoteCallEnabled remoteCallEnabled (boolean) Tells if remote call is possible or not
deviceActive deviceActive (boolean) Tells if a device is active or not
deviceSyncUnreliable deviceSyncUnreliable (boolean) Tells if the messages of a device is unreliable (no event for new messages)
maxMmsSize maxMmsSize (int) Gives the max mms size in bytes. A value of zero means mms is disabled for attachments, but still allowed for group messaging.