Msrp/MsrpHeader/strings/MSRPStrConsts.st
branchMSRP_FrameWork
changeset 25 505ad3f0ce5c
equal deleted inserted replaced
22:f1578314b8da 25:505ad3f0ce5c
       
     1 # MSRP String table
       
     2 fstringtable MSRPStrConsts
       
     3 # Strings are case-sensitive
       
     4 #
       
     5 #
       
     6 !// General constants
       
     7 EEmpty
       
     8 EMSRP MSRP
       
     9 EUDP UDP
       
    10 EUdp udp
       
    11 ETCP TCP
       
    12 ETcp tcp
       
    13 !// MSRP methods
       
    14 ESend SEND
       
    15 EReport REPORT
       
    16 #
       
    17 !// MSRP reason phrases:
       
    18 EAllOk OK
       
    19 EUnintelligibleRequest Unintelligible Request
       
    20 EActionNotAllowed Action Not Allowed
       
    21 ETimeout Timeout
       
    22 EStopSending Stop Sending
       
    23 EMimeNotUnderstood Mime Not Understood
       
    24 EParameterOutOfBounds Parameter Out of Bounds
       
    25 ESessionDoesNotExist Session Does Not Exist
       
    26 EUnknownRequestMethod Unknown Request
       
    27 ESessionAlreadyBound Session Already in Use
       
    28 #
       
    29 !// MSRP URL scheme
       
    30 EMSRPUrlScheme msrp
       
    31 EMSRPUrlSchemeSecure msrps
       
    32 #
       
    33 !// MSRP transport protocol
       
    34 ETcpMsrp TCP/MSRP
       
    35 ETcpMsrpTls TCP/TLS/MSRP
       
    36 #
       
    37 !// MSRP SDP media type
       
    38 EMessageMediaType message
       
    39 #
       
    40 !// MSRP SDP attributes
       
    41 EAcceptTypes accept-types
       
    42 EWrappedTypes accept-wrapped-types
       
    43 EMaxSize max-size
       
    44 EPath path
       
    45 EFileName filename
       
    46 EFileType filetype
       
    47 EDisposition disposition
       
    48 EFileSize filesize
       
    49 EFileSelector file-selector
       
    50 EFileDisposition file-disposition
       
    51 EFileTransferId file-transfer-id
       
    52 EFileTransfer file-transfer
       
    53 EIcon icon
       
    54 EHash hash
       
    55 #
       
    56 !// RFC 4145 additional attributes, used with MSRP
       
    57 EMTSetup setup
       
    58 EMTConnection connection
       
    59 #
       
    60 !// MSRP header names:
       
    61 EToPath To-Path
       
    62 EFromPath From-Path
       
    63 ESuccessReport Success-Report
       
    64 EFailureReport Failure-Report
       
    65 EByteRange Byte-Range
       
    66 EStatus Status
       
    67 EContentType Content-Type
       
    68 EMessageId Message-ID
       
    69 EContentDisposition Content-Disposition
       
    70 #
       
    71 !// MSRP Report variable
       
    72 EYes yes
       
    73 ENo no
       
    74 EPartial partial
       
    75 !// MSRP status code field namespace
       
    76 EStatusNameSpace 000
       
    77 #
       
    78 !// Feature tags as defined in GSMA Image Share Definition 1.0
       
    79 EFeatureTagCsVoice +g.3gpp.cs-voice
       
    80 EFeatureTagMmTel +g.ims.icsi.mmtel
       
    81 EFeatureTagMessaging +g.oma.sip-im
       
    82 EFeatureTagImageShare +g.3gpp.iari-ref%3Aurn%3Aurn-xxx%3A3gpp-application.ims.iari.gsma-is
       
    83 EFeatureTagImageShareName +g.3gpp.app_ref
       
    84 EFeatureTagImageShareValue \"urn%3Aurn-xxx%3A3gpp-application.ims.iari.gsma-is\"