Network Working Group                                   M. Garcia-Martin
Request for Comments: 5112                        Nokia Siemens Networks
Category: Standards Track                                   January 2008
        
Network Working Group                                   M. Garcia-Martin
Request for Comments: 5112                        Nokia Siemens Networks
Category: Standards Track                                   January 2008
        

The Presence-Specific Static Dictionary for Signaling Compression (Sigcomp)

特定于状态的信令压缩静态字典(Sigcomp)

Status of This Memo

关于下段备忘

This document specifies an Internet standards track protocol for the Internet community, and requests discussion and suggestions for improvements. Please refer to the current edition of the "Internet Official Protocol Standards" (STD 1) for the standardization state and status of this protocol. Distribution of this memo is unlimited.

本文件规定了互联网社区的互联网标准跟踪协议,并要求进行讨论和提出改进建议。有关本协议的标准化状态和状态,请参考当前版本的“互联网官方协议标准”(STD 1)。本备忘录的分发不受限制。

Abstract

摘要

The Session Initiation Protocol (SIP) is a text-based protocol for initiating and managing communication sessions. The protocol is extended by the SIP-events notification framework to provide subscriptions and notifications of SIP events. One example of such event notification mechanism is presence, which is expressed in XML documents called presence documents. SIP can be compressed by using Signaling Compression (SigComp), which is enhanced by using the SIP/ Session Description Protocol (SDP) dictionary to achieve better compression rates. However, the SIP/SDP dictionary is not able to increase the compression factor of (typically lengthy) presence documents. This memo defines the presence-specific static dictionary that SigComp can use in order to compress presence documents to achieve higher efficiency. The dictionary is compression-algorithm independent.

会话启动协议(SIP)是用于启动和管理通信会话的基于文本的协议。SIP事件通知框架扩展了该协议,以提供SIP事件的订阅和通知。这种事件通知机制的一个例子是presence,它用称为presence文档的XML文档表示。可以使用信令压缩(SigComp)对SIP进行压缩,SigComp通过使用SIP/会话描述协议(SDP)字典进行增强以获得更好的压缩率。但是,SIP/SDP字典无法增加(通常是冗长的)状态文档的压缩系数。此备忘录定义了SigComp可用于压缩状态文档以实现更高效率的状态特定静态字典。字典与压缩算法无关。

Table of Contents

目录

   1. Introduction ....................................................2
   2. Terminology .....................................................3
   3. Design Considerations ...........................................3
   4. Binary Representation of the Presence-Specific Static
      Dictionary ......................................................5
   5. Security Considerations ........................................12
   6. Acknowledgements ...............................................12
   Appendix A. Input Strings to the Presence-Specific
               Static Dictionary......................................13
   References ........................................................22
      Normative References ...........................................22
      Informative References .........................................22
        
   1. Introduction ....................................................2
   2. Terminology .....................................................3
   3. Design Considerations ...........................................3
   4. Binary Representation of the Presence-Specific Static
      Dictionary ......................................................5
   5. Security Considerations ........................................12
   6. Acknowledgements ...............................................12
   Appendix A. Input Strings to the Presence-Specific
               Static Dictionary......................................13
   References ........................................................22
      Normative References ...........................................22
      Informative References .........................................22
        
1. Introduction
1. 介绍

The Session Initiation Protocol (SIP) [4] is extended by the SIP-events framework [5] to provide subscriptions and notifications of SIP events. One example of such an event-notification mechanism is presence. The presence information is typically carried in Extensible Markup Language (XML) [22] documents that are compliant with a given XML schema [23]. The Presence Information Data Format (PIDF) [8] defines the format for the basic presence document that supplies presence information. Typically, PIDF is used in combination with other extensions to provide a richer user experience, among others: the Presence Data Model [10], Rich Presence Extensions to PIDF (RPID) [11], Contact Information in PIDF (CIPID) [12], the SIP Event Notification Extension for Resource Lists [19] and the SIP User Agent Capability Extensions to PIDF [20], or the Location Object in PIDF [16].

会话启动协议(SIP)[4]由SIP事件框架[5]扩展,以提供SIP事件的订阅和通知。这种事件通知机制的一个示例是存在。状态信息通常包含在符合给定XML模式的可扩展标记语言(XML)[22]文档中[23]。状态信息数据格式(PIDF)[8]定义了提供状态信息的基本状态文档的格式。通常,PIDF与其他扩展结合使用,以提供更丰富的用户体验,其中包括:状态数据模型[10]、PIDF的丰富状态扩展(RPID)[11]、PIDF中的联系信息(CIPID)[12]、资源列表的SIP事件通知扩展[19]和PIDF的SIP用户代理功能扩展[20],或PIDF[16]中的位置对象。

Typically, presence documents can contain large amounts of data. The size of this data is dependent on the number of presentities that a watcher is subscribed to and the amount of information supplied by the presentity. This can impose a problem in environments where resources are scarce (e.g., low bandwidth links with high latency) and the presence service is offered at low or no cost. This is the case, e.g., of some wireless networks and devices. It is reasonable to try to minimize the impact of bringing the presence service to wireless networks under these circumstances.

通常,状态文档可以包含大量数据。该数据的大小取决于观察者订阅的实体数量和实体提供的信息量。这可能会在资源稀缺(例如,具有高延迟的低带宽链路)且存在服务以低成本或免费提供的环境中造成问题。例如,某些无线网络和设备就是这样。在这种情况下,尽量减少将状态服务引入无线网络的影响是合理的。

Work has been done to mitigate the impact of transferring large amounts of presence documents between endpoints. For example, the Partial PIDF [15] reduces the amount of data transferred between the endpoints.

已经做了一些工作来减轻在端点之间传输大量状态文档的影响。例如,部分PIDF[15]减少了端点之间传输的数据量。

On the other hand, the signaling compression mechanisms specified in the SigComp framework (RFC 3320) [2] provide a multiple compression/ decompression algorithm framework to compress and decompress text-based protocols, such as SIP. When compression is used in SIP, the compression achieves its maximum rate once a few message exchanges have taken place. This is due to the fact that the first message the compressor sends to the decompressor is only partially compressed, as there is not a previously stored state to compress against. As the goal is to compress as much as possible, it seems sensible to investigate a mechanism to boost the compression rate from the first message.

另一方面,SigComp框架(rfc3320)[2]中指定的信令压缩机制提供了一个多压缩/解压缩算法框架,用于压缩和解压缩基于文本的协议,例如SIP。当在SIP中使用压缩时,一旦发生几次消息交换,压缩就会达到其最大速率。这是因为压缩器发送给解压缩器的第一条消息仅被部分压缩,因为没有先前存储的状态可供压缩。由于目标是尽可能多地压缩,因此研究一种机制来提高第一条消息的压缩率似乎是明智的。

RFC 3485 [7] defines a static dictionary for SIP [4] and SDP [9]. The dictionary is to be used in conjunction with SIP [4], SDP [9], and SigComp [2]. The static SIP/SDP dictionary constitutes a SigComp state that can be referenced in the first SIP message that the compressor sends out. The dictionary boosts the compression of SIP and SDP, but unfortunately does not have any effect in XML-based presence documents.

RFC 3485[7]为SIP[4]和SDP[9]定义了一个静态字典。该词典将与SIP[4]、SDP[9]和SigComp[2]结合使用。静态SIP/SDP字典构成SigComp状态,可在压缩器发出的第一条SIP消息中引用该状态。该词典增强了SIP和SDP的压缩,但不幸的是,在基于XML的状态文档中没有任何效果。

It sounds reasonable to define a presence-specific static dictionary that can be used in conjunction with SIP and Sigcomp. This dictionary can coexist with the static SIP/SDP dictionary defined in RFC 3485 [7]. Sigcomp endpoints will initially announce the availability of one or both dictionaries until the other end acknowledges that it has received the announcement.

定义一个可与SIP和Sigcomp结合使用的状态特定静态字典听起来很合理。该字典可以与RFC 3485[7]中定义的静态SIP/SDP字典共存。Sigcomp端点将首先宣布一个或两个词典的可用性,直到另一端确认其已收到该通知。

Our initial simulations when developing this dictionary reveal that once the current mitigation mechanisms are applied (e.g., Sigcomp, partial notification, partial publication), a further compression factor of 10% can be achieved when Sigcomp uses the presence-specific static dictionary.

我们在开发该字典时的初始模拟表明,一旦应用了当前的缓解机制(例如,Sigcomp、部分通知、部分发布),当Sigcomp使用特定于状态的静态字典时,可以实现10%的进一步压缩系数。

2. Terminology
2. 术语

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14, RFC 2119 [1] and indicate requirement levels for compliant implementations.

本文件中的关键词“必须”、“不得”、“要求”、“应”、“不应”、“应”、“不应”、“建议”、“可”和“可选”应按照BCP 14、RFC 2119[1]中的描述进行解释,并指出合规实施的要求级别。

3. Design Considerations
3. 设计考虑

The presence-specific static dictionary is a collection of well-known strings that appear in most of the presence documents used by SIP. The dictionary is not a comprehensive list of reserved words, but it includes many of the strings that appear in presence documents.

特定于状态的静态字典是SIP使用的大多数状态文档中出现的已知字符串的集合。字典不是一个完整的保留字列表,但它包含了出现在状态文档中的许多字符串。

The presence static dictionary is unique and MAY be available in SigComp implementations for SIP that support the presence service. The dictionary is not intended to evolve as presence evolves. It is defined once, and it stays as is forever. This solves the problems of updating, upgrading, and finding out the dictionary that is supported at the remote end when several versions of the same dictionary coexist.

状态静态字典是唯一的,可以在支持状态服务的SIP的SigComp实现中使用。这本词典并不打算随着存在的发展而发展。它只定义一次,永远保持原样。这解决了当同一词典的多个版本共存时,更新、升级和查找远程端支持的词典的问题。

Appendix A contains the collection of strings that were contributed to the presence static dictionary. The appendix also includes references to the documents that define those strings.

附录A包含参与状态静态字典的字符串集合。附录还包括对定义这些字符串的文档的引用。

While this appendix is of an informative nature, Section 4 gives the normative binary form of the presence-specific static dictionary. This is the dictionary that is included in the SigComp implementation. This dictionary has been formed from the collection of individual dictionaries given in Appendix A.

虽然本附录具有信息性,但第4节给出了特定于状态的静态词典的规范二进制形式。这是包含在SigComp实现中的字典。本词典由附录A中给出的各词典组成。

The input set is a collection of UTF-8 [6] encoded character strings. The appendix provides a table where each row represents an entry. Each entry contains the string that actually occurs in the dictionary, its priority (see below), its offset from the first octet and its length (both in hexadecimal), and one or more references that elucidate why this string is expected to occur in presence documents.

输入集是UTF-8[6]编码字符串的集合。附录提供了一个表格,其中每行代表一个条目。每个条目都包含字典中实际出现的字符串、它的优先级(见下文)、它与第一个八位字节的偏移量及其长度(均为十六进制),以及一个或多个说明该字符串出现在文档中原因的引用。

Note: Length in this document always refers to octets.

注:本文件中的长度始终指八位字节。

The columns in the table are described as follows:

表中的列描述如下:

String: represents the UTF-8 string that is inserted into the dictionary. Note that the quotes (") are not part of the string itself.

字符串:表示插入到字典中的UTF-8字符串。请注意,引号(“)不是字符串本身的一部分。

Pr: indicates the priority of this string within the dictionary. Some compression algorithms, such as DEFLATE [3], offer an increased efficiency when the most commonly used strings are located at the bottom of the dictionary. To facilitate generating a dictionary that has the most frequently occurring strings farther down at the bottom, we have decided to allocate a priority to each string in the dictionary. Priorities range from 1 to 5. A low value in the priority column (e.g., 1) indicates that we believe there is a high probability of finding the string in a presence document. A high value in the priority column (e.g., 5) indicates lower probability of finding the string in a presence document. This is typically the case for less frequent extensions or optional, infrequent XML elements or attributes.

Pr:表示此字符串在字典中的优先级。当最常用的字符串位于字典底部时,一些压缩算法(如DEFLATE[3])提供了更高的效率。为了方便生成一个字典,其中最频繁出现的字符串位于底部,我们决定为字典中的每个字符串分配一个优先级。优先级从1到5不等。优先级列中的低值(例如,1)表示我们认为在状态文档中找到字符串的概率很高。优先级列中的高值(例如,5)表示在状态文档中找到字符串的概率较低。对于不太频繁的扩展或可选的、不频繁的XML元素或属性,通常就是这种情况。

Off: indicates the hexadecimal offset of the entry with respect to the first octet in the dictionary. Note that several strings in the collections can share space in the dictionary if they exhibit suitable common substrings.

Off:表示条目相对于字典中第一个八位字节的十六进制偏移量。请注意,如果集合中的多个字符串显示合适的公共子字符串,则它们可以共享字典中的空间。

Len: the length of the string in octets in hexadecimal.

Len:字符串的长度,以十六进制的八位字节为单位。

References: contains one or more references to the specification and the section within the specification where the string is defined. Note that the strings stored in the dictionary are case sensitive. (Again, the strings do not include the quotes ("), they are just shown here to increase the readability).

引用:包含对规范和规范中定义字符串的部分的一个或多个引用。请注意,字典中存储的字符串区分大小写。(同样,字符串不包括引号(“),它们只是显示在这里以增加可读性)。

There are a few design considerations that require a bit more explanation:

有一些设计注意事项需要进一步解释:

o Due to the fact that most compression algorithms have a break-even point around three or four characters, we have selected those static strings of characters that consist of four or more characters.

o 由于大多数压缩算法在三个或四个字符左右有一个盈亏平衡点,因此我们选择了由四个或更多字符组成的静态字符串。

o When a string appears as an XML element in an XML document, it is typically surrounded by the '<' and '>' signs, such as in '<foo>'. It would have been natural to include the '<' and '>' signs of the element in each input string. However, we made the decision to omit the '<' and '>' signs because then we can easily reuse the same string for start-tags (e.g., <foo>), start-tags that contain attributes (e.g., <foo attr="myattr">), empty-element tags (e.g., <foo/>), and end-tags (e.g., </foo>).

o 当字符串在XML文档中显示为XML元素时,它通常由“<”和“>”符号包围,如“<foo>”。在每个输入字符串中包含元素的“<”和“>”符号是很自然的。但是,我们决定省略“<”和“>”符号,因为这样我们就可以轻松地将相同的字符串用于开始标记(例如,<foo>)、包含属性的开始标记(例如,<foo attr=“myattr”>)、空元素标记(例如,<foo/>)和结束标记(例如,</foo>)。

o Whenever there is an enumerated string, the string does not contain quotes, following the same pattern as any other input string.

o 每当有枚举字符串时,该字符串不包含引号,其模式与任何其他输入字符串相同。

o In a few cases, we have decided to split a string that appears a few times into a few substrings. This is the case of Uniform Resource Names (URNs) in the IETF address space, because this allows the dictionary to reuse the same substring in various URN strings.

o 在一些情况下,我们决定将出现几次的字符串拆分为几个子字符串。IETF地址空间中的统一资源名(URN)就是这种情况,因为这允许字典在各种URN字符串中重用相同的子字符串。

4. Binary Representation of the Presence-Specific Static Dictionary
4. 状态特定静态字典的二进制表示

This section contains the binary form of the presence-specific static dictionary that is loaded into SigComp as a state.

本节包含作为状态加载到SigComp中的状态特定静态字典的二进制形式。

The binary SigComp dictionary is composed of two parts, the concatenation of which serves as the state value of the state item: A string subset, which contains all strings in the contributing collections as a substring (roughly ordered such that strings with low priority numbers occur at the end), and a table subset, which contains pairs of length and offset values for all the strings in the contributing collections. In each of these pairs, the length is stored as a one-byte value, and the offset is stored as a two-byte value that has had 1024 added to the offset (this allows direct referencing from the stored value if the dictionary state has been loaded at address 1024).

二进制SigComp字典由两部分组成,其串联用作状态项的状态值:一个字符串子集,包含作为子字符串的贡献集合中的所有字符串(粗略排序,以使低优先级的字符串出现在末尾),以及一个表子集,它包含贡献集合中所有字符串的长度和偏移量值对。在这些对中的每一对中,长度存储为一个字节值,偏移量存储为已将1024添加到偏移量的两个字节值(如果已在地址1024处加载字典状态,则允许直接引用存储值)。

The intention is that all compression algorithms will be able to use the (or part of the) string subset, and some compression methods, notably those that are related to the LZ78 family, will also use the table in order to form an initial set of tokens for that compression method. The text below therefore gives examples for referencing both the table subset and the string subset of the dictionary state item.

其目的是,所有压缩算法将能够使用(或部分)字符串子集,一些压缩方法,尤其是与LZ78系列相关的压缩方法,也将使用该表,以便为该压缩方法形成一组初始标记。因此,下文给出了引用字典状态项的表子集和字符串子集的示例。

As defined in Section 3.3.3 in the Signaling Compression specification [2], a SigComp state is characterized by a certain set of information. For the presence-specific static dictionary, the information in the following table, Table 2, fully characterizes the state item.

如信令压缩规范[2]第3.3.3节所定义,SigComp状态的特征是一组特定的信息。对于特定于状态的静态字典,下表(表2)中的信息充分描述了状态项的特征。

Note that the string subset of the dictionary can be accessed using:

请注意,可以使用以下方法访问字典的字符串子集:

STATE-ACCESS (%ps, 6, 0, 0x0955, %sa, 0),

状态访问(%ps,6,0,0x0955,%sa,0),

and the table subset can be accessed using:

表子集可通过以下方式访问:

STATE-ACCESS (%ps, 6, 0x0955, 0x043E, %sa, 0),

状态访问(%ps,6,0x0955,0x043E,%sa,0),

where %ps points to Universal Decompressor Virtual Machine (UDVM) memory containing

其中%ps指向包含

0xd942297d0bb3

0xd942297d0bb3

and %sa is the desired destination address in UDVM memory with UDVM byte copying rules applied.

并且%sa是应用UDVM字节复制规则的UDVM内存中所需的目标地址。

If only a subset of the dictionary up to a specific priority is desired (e.g., to save UDVM space), the values for the third and forth operand in these STATE-ACCESS instructions can be changed to:

如果只需要达到特定优先级的字典子集(例如,为了节省UDVM空间),则这些状态访问指令中第三个和第四个操作数的值可以更改为:

   +---------------+------------+------------+------------+------------+
   |   Priorities  |   String   |   String   |    Table   |    Table   |
   |    desired    |   offset   |   length   |   offset   |   length   |
   +---------------+------------+------------+------------+------------+
   |     1 only    |   0x07AB   |   0x01AA   |   0x0955   |   0x0039   |
   |      1..2     |   0x06BE   |   0x0297   |   0x0955   |   0x0066   |
   |      1..3     |   0x035A   |   0x05FB   |   0x0955   |   0x013E   |
   |      1..4     |   0x0254   |   0x0701   |   0x0955   |   0x01AA   |
   |      1..5     |   0x0000   |   0x0955   |   0x0955   |   0x043E   |
   +---------------+------------+------------+------------+------------+
        
   +---------------+------------+------------+------------+------------+
   |   Priorities  |   String   |   String   |    Table   |    Table   |
   |    desired    |   offset   |   length   |   offset   |   length   |
   +---------------+------------+------------+------------+------------+
   |     1 only    |   0x07AB   |   0x01AA   |   0x0955   |   0x0039   |
   |      1..2     |   0x06BE   |   0x0297   |   0x0955   |   0x0066   |
   |      1..3     |   0x035A   |   0x05FB   |   0x0955   |   0x013E   |
   |      1..4     |   0x0254   |   0x0701   |   0x0955   |   0x01AA   |
   |      1..5     |   0x0000   |   0x0955   |   0x0955   |   0x043E   |
   +---------------+------------+------------+------------+------------+
        

Table 1: Priority Table

表1:优先级表

The state item consists of the following elements:

状态项由以下元素组成:

   +----------------------+--------------------------------------------+
   | Name                 | Value                                      |
   +----------------------+--------------------------------------------+
   | state_identifier     | 0xd942297d0bb38fc01d6741d6b3b48157ac8e1be0 |
   | state_length         | 0x0D93                                     |
   | state_address        | 0 (not relevant for the dictionary)        |
   | state_instruction    | 0 (not relevant for the dictionary)        |
   | minimum_access_lengt | 6                                          |
   | h                    |                                            |
   | state_value          | Representation of the table of Figure 1    |
   +----------------------+--------------------------------------------+
        
   +----------------------+--------------------------------------------+
   | Name                 | Value                                      |
   +----------------------+--------------------------------------------+
   | state_identifier     | 0xd942297d0bb38fc01d6741d6b3b48157ac8e1be0 |
   | state_length         | 0x0D93                                     |
   | state_address        | 0 (not relevant for the dictionary)        |
   | state_instruction    | 0 (not relevant for the dictionary)        |
   | minimum_access_lengt | 6                                          |
   | h                    |                                            |
   | state_value          | Representation of the table of Figure 1    |
   +----------------------+--------------------------------------------+
        

Table 2: State Item Table

表2:状态项表

0000 636f 6e76 656e 7469 6f6e 2d63 656e 7465 convention-cente 0010 726d 696e 6174 6564 6570 7265 7373 6564 rminatedepressed 0020 6973 6775 7374 6564 696e 6475 7374 7269 isgustedindustri 0030 616c 6173 742d 696e 7075 743d 6875 6d69 alast-input=humi 0040 6c69 6174 6564 6f6d 6169 6e3d 6175 746f liatedomain=auto 0050 6d6f 6269 6c65 6375 7269 6f75 7370 6972 mobilecuriouspir 0060 6974 732d 494e 4450 7365 6e64 2d6f 6e6c its-INDPsend-onl 0070 7970 6174 6865 6174 6572 6573 746c 6573 ypatheaterestles 0080 736c 6565 7079 696e 2d70 6572 736f 6e61 sleepyin-persona 0090 6c6f 6e65 6c79 706c 6179 6675 6c6f 7765 lonelyplayfulowe 00A0 7274 6861 6e6e 6f79 6564 756e 636f 6d66 rthannoyeduncomf 00B0 6f72 7461 626c 6578 636c 7564 653d 636f ortablexclude=co 00C0 6e66 7573 6564 7661 6361 7469 6f6e 636c nfusedvacationcl 00D0 7562 7573 2d73 7461 7469 6f6e 6169 7263 ubus-stationairc 00E0 7261 6674 6869 7273 7479 636f 7572 6965 rafthirstycourie

0000 636f 6e76 656e 7469 6f6e 2d63 656e 7465公约中心0010 726d 696e 6174 6564 6570 7265 7373 6564终止日期:0020 6973 6775 7374 6564 696e 6475 7374 7269符合工业标准0030 616c 6173 742d 696e 7075 743d 6875 6d69 alast输入=humi 0040 6c69 6174 6564 6f6d 6169 6E3 6175 746f连接域=自动0050 6F 6269 6c65 6375 76F 73756972 mobilecuriouspir 0060 6974 732d 494e 4450 7365 6e64 2d6f 6F 6F 6e6c仅其INDPsend 0070 7970 6174 6865 6174 6572 6573 6C 6573 Ypatheterestles 0080 736c 6565 7079 696e 2d70 6572 736f 6e61睡眠在个人0090 6c6f 6e65 6c79 706c 6179 6675 6F 7765 lonelyplayfulowe 00A0 7274 6861 6E 6f79 6564 756e 636f 6F 6F 6F 6F 6F 6F 6F 6F 6F 6F 6F 6F 6F 6F 6F 7F 6F 6F 6F 6F 6F 7F 6F 6F 6F 6F 6F 6F 6F 6626c 6578 636c 7564 653d 636f ORTABLE EXCLUDE=co 00C0 6e66 7573 6564 7661 6361 7469 6f6e 636c nfusedvacationcl 00D0 7562 7573 2d73 7461 7469 6f6e 6169 7263 ubus站00E0 7261 6674 6869 7273 7479 636f 7572 6965筏式速递

00F0 7265 6a65 6374 6564 6869 7374 696e 666f rejectedhistinfo 0100 6666 6963 6572 656d 6f76 653d 6172 656e fficeremove=aren 0110 6162 6c65 643d 5245 4645 5245 4749 5354 abled=REFEREGIST 0120 4552 7761 6974 696e 6772 756d 7079 7072 ERwaitingrumpypr 0130 6566 6978 3d68 616c 6672 6569 6768 746d efix=halfreightm 0140 6561 6e67 7279 5355 4253 4352 4942 4570 eangrySUBSCRIBEp 0150 726f 7661 7469 6f6e 696e 636c 7564 653d rovationinclude= 0160 6170 7072 6f76 6564 686f 6c69 6461 7975 approvedholidayu 0170 6e6b 6e6f 776e 7061 726b 696e 674d 4553 nknownparkingMES 0180 5341 4745 776f 7272 6965 6468 756d 626c SAGEworriedhumbl 0190 6564 6169 7270 6f72 7461 7368 616d 6564 edairportashamed 01A0 706c 6179 696e 6750 5542 4c49 5348 6875 playingPUBLISHhu 01B0 6e67 7279 6372 616e 6b79 616d 617a 6564 ngrycrankyamazed 01C0 6166 7261 6964 5550 4441 5445 4e4f 5449 afraidUPDATENOTI 01D0 4659 494e 5649 5445 4341 4e43 454c 6672 FYINVITECANCELfr 01E0 6965 6e64 706f 7374 616c 6661 6d69 6c79 iendpostalfamily 01F0 7072 6973 6f6e 696e 5f61 7765 6272 6176 prisonin_awebrav 0200 6571 7569 6574 626f 7265 6450 5241 434b equietboredPRACK 0210 7072 6f75 6466 6978 6564 686f 7465 6c68 proudfixedhotelh 0220 6170 7079 6361 6665 6369 643d 6261 6e6b appycafecid=bank 0230 6d69 6e3d 6177 6179 6d61 783d 6d65 616c min=awaymax=meal 0240 6275 7379 776f 726b 7572 6e3d 636f 6c64 busyworkurn=cold 0250 6875 7274 6a65 616c 6f75 7370 6972 6974 hurtjealouspirit 0260 732d 7573 6572 2d70 726f 676f 7665 726e s-user-progovern 0270 6d65 6e74 7261 696e 2d73 7461 7469 6f6e mentrain-station 0280 6f72 6566 6572 7375 6273 6372 6962 6566 orefersubscribef 0290 6f72 6574 7261 6e73 6d69 7373 696f 6e2d oretransmission-02A0 616c 6c6f 7765 6475 7261 7469 6f6e 2d73 alloweduration-s 02B0 7562 7363 7269 6265 643d 6869 6768 6572 ubscribed=higher 02C0 7468 616e 7869 6f75 7365 7276 6963 652d thanxiouservice-02D0 6465 7363 7269 7074 696f 6e3d 6272 6561 description=brea 02E0 6b66 6173 7461 6469 756d 7367 2d74 616b kfastadiumsg-tak 02F0 6572 656d 6f72 7365 6675 6c6c 3a63 6976 eremorsefull:civ 0300 6963 4c6f 636f 6e66 6572 656e 6365 7175 icLoconferencequ 0310 616c 7374 7265 7373 6564 7761 7465 7263 alstressedwaterc 0320 7261 6674 6572 616e 6765 3a62 6173 6963 rafterange:basic 0330 506f 6c69 6379 636c 6563 6f75 6e74 7279 Policyclecountry 0340 6368 616e 6765 6475 6e74 696c 3d61 6464 changeduntil=add 0350 6564 7572 693d 7768 6174 7065 726d 616e eduri=whatperman 0360 656e 742d 6162 7365 6e63 656d 6261 7272 ent-absencembarr 0370 6173 7365 6465 6163 7469 7661 7465 6469 assedeactivatedi 0380 7374 7261 6374 6564 696e 6e65 7276 6f75 stractedinnervou 0390 7365 6c66 696c 7465 7265 6c69 6576 6564 selfilterelieved 03A0 666c 6972 7461 7469 6f75 7361 6765 2d72 flirtatiousage-r 03B0 756c 6573 6572 7663 6170 7370 6865 7265 uleservcapsphere 03C0 6769 7374 7261 7469 6f6e 2d73 7461 7465 gistration-state 03D0 3d62 6172 7269 6e67 2d73 7461 7465 7874 =barring-statext 03E0 6572 6e61 6c2d 7275 6c65 7365 7469 6d65 ernal-rulesetime

00F0 7265 6a65 6374 6564 6869 7374 696e 666f拒绝的历史信息0100 6666 6963 6572 656d 6f76 653d 6172 656e fficeremove=aren 0110 6162 6c65 643d 5245 4645 5245 4749 5354 ABLE=REFEREGIST 0120 4552 7761 6974 696e 6772 756d 7079 7072 ERwaitingrumpypr 0130 6566 6978 3d68 616c 6672 6569 6768 746d efix=halfreightm 0140 6561 6e67 767 723 4352 49424570 EANGRYSubscribeep 0150 726f 7661 7469 6f6e 696e 636c 7564 653d rovationinclude=0160 6170 7072 6f76 6564 686f 6c69 6461 7975批准的假期您0170 6e6b 6e6f 776e 7061 726b 696e 674d 4553 nknownparkingMES 0180 5341 4745 776 7272 6965 6468 756d 626c Sagewordhumbl 0190 656 64 6170 6f72 7461 7368 6168 616和6564 Irvortad 0170696e 6750 5542 4c49 5348 6875 Playing Publishing HU 01B0 6e67 7279 6372 616e 6b79 616d 617a 6564 Ngry Crankyamazed 01C0 6166 7261 6964 5550 4441 5445 4e4f 5449 Afraid Updatenoti 01D0 4659 49E 5649 5445 4341 4e43 454c 6672 FYUE 01E0 6965 6e64 706f 7374 616c 6661 6d69 6c79 IENDPOSTALFATALFAMILY 01F0 7072 6973 6E 6961 776276prisonin_awebrav 020 6571 7569 6574 626f 7265 6450 5241 434b EquietboredBack 0210 7072 6f75 6466 6978 6564 686f 7465 6c68 Produfixed Hotelh 0220 6170 7079 6361 6665 6369 643d 6261 6e6b appycafecid=银行0230 6d69 6e3d 6177 6179 6d61 783d 6d65 616c最小值=离店最高值=餐点0240 6275 7379 776f 726b 7572 6E3 636D 636f 6c64 busyworkurn=冷0230 7275616c 6f75 7370 6972 6974国际石油公司0260 732d 7573 6572 2d70 726f 676f 7665 726e s-user-progovern 0270 6d65 6e74 7261 696e 2d73 7461 7469 6f6e曼特兰站0280 6f72 6566 6572 7375 6273 6372 6962 6566矿石认购前0290 6f72 6574 726 7261 6e73 6d69 736 6F 6e2d矿石输送-02A0 616c 6F 776475 7269 6f6e 2d73alloweduration-s 02B0 7562 7363 7269 6265 643d 6869 6768 6572认购=高于XioUserVice-02D0 6465 7363 7269 696f 6e3d 6272 6561描述=BRA 02E0 6b66 6173 7461 6469 756d 7367 2d74 616b kfastadiumsg tak 02F0 6572 6572 656d 6f72 6675 6c6c 3a63 6976 6976电子货币:civ 0300 6963 4c6f 636f 636f6e66 6572 656e 6365 7175 ICLocaonConferenceQ 0310 616c 7374 7265 7373 6564 7761 7465 7263还应提交给水务0320 7261 6674 6572 616e 6765 3a62 6173 6963 rafterange:基本0330 506f 6c69 6379 636c 6563 6f75 6e74 7279保单国家0340 6368 616e 6765 6475 6e74 696c 3d61 6464变更直至添加0350 6564 7572 6972 6972 6368 6768 6174 7065 6D 616eeduri=whatperman 0360 656e 742d 6162 7365 6e63 656d 6261 7272不在家MBARR 0370 6173 7365 6465 6163 7469 7661 7465 6469资产失活EDI 0380 7374 7261 6374 6564 696e 6e65 7276 6f75在内网0390 7365 6c66 696c 7465 7265 6c69 6576 6564自选03A0 666 6C 6972 7472 7461 7469 6f75 7361 676 676 676 65727663 6170 7370 6865 7265 uleservcapsphere 03C0 6769 7374 7261 7469 6f6e 2d73 7461 7465注册状态03D0 3d62 6172 7269 6e67 2d73 7461 7465 7874=盘车状态XT 03E0 6572 6e61 6c2d 7275 6c65 7365 7469 6d65内部规则设置时间

03F0 2d6f 6666 7365 7464 6961 6c6f 6769 6e5f -offsetdialogin_ 0400 6c6f 7665 7272 6964 696e 672d 7769 6c6c loverriding-will 0410 696e 676e 6573 7370 6563 7461 746f 7265 ingnesspectatore 0420 7369 6465 6e63 6576 656e 742d 7061 636b sidencevent-pack 0430 6167 6573 7570 6572 7669 736f 7265 7374 agesupervisorest 0440 6175 7261 6e74 7275 636b 706c 6d6f 6269 aurantruckplmobi 0450 6c69 7479 6a6f 696e 6170 7072 6f70 7269 lityjoinappropri 0460 6174 6576 656e 746c 6973 7465 6572 696e ateventlisteerin 0470 6769 7665 7570 7269 6e63 6970 616c 616e giveuprincipalan 0480 6775 6167 6573 6368 656d 6573 7361 6765 guageschemessage 0490 2d73 756d 6d61 7279 706c 6163 652d 6f66 -summaryplace-of 04A0 2d77 6f72 7368 6970 6c61 6365 2d74 7970 -worshiplace-typ 04B0 653d 3a74 696d 6564 2d73 7461 7475 732d e=:timed-status-04C0 6963 6f6e 7374 7275 6374 696f 6e65 7574 iconstructioneut 04D0 7261 6c49 4e46 4f50 5449 4f4e 5369 656d ralINFOPTIONSiem 04E0 656e 732d 5254 502d 5374 6174 7365 7276 ens-RTP-Statserv 04F0 6963 652d 6964 6c65 2d74 6872 6573 686f ice-idle-thresho 0500 6c64 3d70 7562 6c69 632d 7472 616e 7370 ld=public-transp 0510 6f72 746f 6f62 7269 6768 7472 6967 6765 ortoobrightrigge 0520 7265 736f 7572 6365 3d3a 6765 6f70 7269 resource=:geopri 0530 7631 3030 7265 6c61 7469 6f6e 7368 6970 v100relationship 0540 6f63 2d73 6574 7469 6e67 7375 7270 7269 oc-settingsurpri 0550 7365 6461 726b 7572 6e3a 6f6d 613a 786d sedarkurn:oma:xm 0560 6c3a 7072 733a 7069 6466 3a6f 6d61 2d70 l:prs:pidf:oma-p 0570 7265 7365 6e74 6174 696f 6e6f 6973 793a resentationoisy: 0580 7369 6d70 6c65 2d66 696c 7465 722d 7365 simple-filter-se 0590 7469 6d65 6f75 7464 6f6f 7273 6368 6f6f timeoutdoorschoo 05A0 6c70 6172 7469 616c 6f63 6174 696f 6e2d lpartialocation-05B0 696e 666f 726d 6174 696f 6e61 6d65 6574 informationameet 05C0 696e 6763 616c 6d65 7468 6f64 7374 6f72 ingcalmethodstor 05D0 6574 656e 7469 6f6e 2d65 7870 6972 793a etention-expiry: 05E0 7761 7463 6865 7269 6e66 6f66 6665 6e64 watcherinfoffend 05F0 6564 636f 6e74 726f 6c6f 6f6b 696e 672d edcontrolooking-0600 666f 722d 776f 726b 696e 6777 6174 6368 for-workingwatch 0610 6572 2d6c 6973 7472 6565 7470 6c61 6365 er-listreetplace 0620 2d69 7366 6f63 7573 6f75 6e64 6572 7761 -isfocusounderwa 0630 7968 6f6d 6570 6167 6570 7269 7661 6379 yhomepageprivacy 0640 7761 7265 686f 7573 6572 2d69 6e70 7574 warehouser-input 0650 7261 7665 6c62 6f74 6865 7265 6365 6976 ravelbothereceiv 0660 652d 6f6e 6c79 3a72 6c6d 696e 7661 6c75 e-only:rlminvalu 0670 653d 3a63 6170 736c 6565 7069 6e67 7569 e=:capsleepingui 0680 6c74 7969 6e76 696e 6369 626c 6576 656e ltyinvincibleven 0690 743d 6d6f 6f64 7970 6163 6b61 6765 3d70 t=moodypackage=p 06A0 7269 6f72 6974 7976 6964 656f 6672 6f6d riorityvideofrom 06B0 3d61 7564 696f 6361 7264 706f 733d 6175 =audiocardpos=au 06C0 746f 6d61 7461 7070 6c69 6361 7469 6f6e tomatapplication 06D0 6f74 7375 7070 6f72 7465 6465 7669 6365 otsupportedevice 06E0 4944 696d 7072 6573 7365 6469 7361 7070 IDimpressedisapp

03F0 2d6f 6666 7365 7464 6961 6c6f 6769 6e5f-偏移对话框在040 6c6f 7665 7272 6964 696e 672d 7769 6c6c恋爱将0410 696e 676e 6573 7370 6563 7461 746f 7265 Inness Spectatore 0420 7369 6465 6e63 6576 656e 742d 7061 636b侧边事件包0430 6167 6573 7570 7672 736f 7265 7367 7676 7676 7676 766 F 7265 7374年龄段监督组0440 6175 7675 7676 7666269 aurantruckplmobi 0450 6c69 7479 6a6f 696e 6170 7072 6f70 7269 Lity Join Approval 0460 6174 6576 656e 746c 6973 7465 6572 696e ATEVENTLISTERIN 0470 6769 7665 7570 7269 6e63 6970 616c 616e给予激励0480 6775 6167 6775 6167 6573 6368 656 D 6573 7361 6765语言信息0490 2D71 7279 706 C 6163 6563 6D 6f66-04A0 2d77 6f72摘要位置7368 6970 6c61 6365 2d74 7970-礼拜场所类型04B0 653d 3a74 696d 6564 2d73 7461 7475 732d e=:定时状态-04C0 6963 6f6e 7374 7275 6374 696f 6e65 7574 IConstructionOut 04D0 7261 6c49 4e46 4f50 5449 4f4e 5369 656d RAINFORITIONS 04E0 656e 732d 5254 502d 5374 6174 7365 7276 ens RTP Statserv 04F0 6963 6564 6564 6c65 6574 6574 6572 6F冰上闲置阈值0500 6c64 3d70 7562 6c69 632d 7472 616e 7370 ld=公共交通0510 6f72 746f 6f62 7269 6768 7472 6967 6765或东布莱特里奇0520 7265 736f 7572 6365 3d3a 6765 6f70 7269资源=:地质勘探0530 7631 3030 7265 6c61 7469 6f6e 7368 6970 V100关系0540 6f63 2d73 6574 7469 6e67 7375 7270 7270 7270 7269设定值7572 6e3a 6f6d 6174 696f 6e6f 6973 793a表示:oma:xm 0560 6c3a 7072 733a 7069 6466 3F 6d61 2d70 l:prs:pidf:oma-p 0570 7265 7365 6e74 6174 696f 6e6f 6973 793a表示:0580 7369 6d70 6c65 2d66 696c 7465 722d 7365简单过滤器se 0590 7469 6d65 6f75 7464 6F 7273 6368 6f6f 6F时间校外学院05A0 6c70 6C672 E269 6F 6DLpartialLocation-05B0 696e 666f 726d 6174 696f 6e61 6d65 6574信息AMET 05C0 696e 6763 616c 6d65 7468 6f64 7374 6f72 Ingalmethodator 05D0 6574 656e 7469 6f6e 2d65 7870 6972 793a检测到期日:05E0 7761 7463 6865 7269 6e66 6f66 666 6e64 Watcherinford 05F0 6564 636F6E74 726 6F 6C6C6F 6F 6F 6E6E74 726f 6F 6F 6F 6F 6F 6F 6e74 726f 6F 6F 6F 6F 6F 6F 6F 6F 6F 6F 6F 6F 6F 6F 6F 6F 6F 6F 6F 6E 6E控制696e 6777 6174 6368用于工作表0610 6572 2d6c 6973 7472 6565 7470 6c61 6365 er listreetplace 0620 2d69 7366 6f63 7573 6f75 6e64 6572 7761-isfocusounderwa 0630 7968 6f6d 6570 6167 6570 7269 7661 6379主页隐私0640 7761 7265 686 F 7573 6572 2d69 6e70 7574仓库接收器输入0650 7261 7665 6c62 6f74 6865 7265 6365 69760660 652d 6f6e 6c79 3a72 6c6d 696e 7661 6c75 e-only:rlminvalu 0670 653d 3a63 6170 736c 6565 7069 6e67 7569 e=:capsleepingui 0680 6c74 7969 6e76 696e 6369 62C 6576 656e LTYINVISIBLE 0690 743d 6d6f 6f64 7970 6163 6b61 6D70 t=moodypackage=p 06A0 7269 6f72 6974 7976 696 6F 6672 6F 6672 6F 6F 6F 6F 6F 6F 6F 6F 6F6175=声卡POS=au 06C0 746f 6d61 7461 7070 6c69 6361 7469 6f6e到应用程序06D0 6f74 7375 7070 6f72 7465 6465 7669 6365 OTSupported设备06E0 4944 696d 7072 6573 7365 6469 7361 7070 IDIMpress

      06F0  6f69 6e74 6564 6e6f 7465 2d77 656c 6c69  ointednote-welli
      0700  6272 6172 793a 6461 7461 2d6d 6f64 656c  brary:data-model
      0710  6563 7472 6f6e 6963 6976 6963 4164 6472  ectronicivicAddr
      0720  6573 7361 7263 6173 7469 636f 6e74 656e  essarcasticonten
      0730  7465 6469 6e64 6967 6e61 6e74 696d 6572  tedindignantimer
      0740  6570 6c61 6365 7368 6f63 6b65 6463 6c61  eplaceshockedcla
      0750  7373 6973 7461 6e74 696d 6573 7461 6d70  ssistantimestamp
      0760  726f 7669 6465 642d 6279 3a63 6970 6964  rovided-by:cipid
      0770  662d 6675 6c6c 5374 6174 653d 6163 746f  f-fullState=acto
      0780  7265 6d6f 7665 6462 7573 696e 6573 7365  removedbusinesse
      0790  7269 6f75 7365 6c3d 3a73 6368 656d 6178  riousel=:schemax
      07A0  7661 6c75 653d 3a72 7069 6475 726e 3a69  value=:rpidurn:i
      07B0  6574 663a 7061 7261 6d73 3a78 6d6c 2d70  etf:params:xml-p
      07C0  6174 6368 2d6f 7073 6563 2d61 6772 6565  atch-opsec-agree
      07D0  6172 6c79 2d73 6573 7369 6f6e 2d70 6174  arly-session-pat
      07E0  6963 6970 6174 696f 6e2d 7468 652d 7068  icipation-the-ph
      07F0  6f6e 6574 776f 726b 2d61 7661 696c 6162  onetwork-availab
      0800  696c 6974 7970 6572 666f 726d 616e 6365  ilityperformance
      0810  7863 6974 6564 7072 6563 6f6e 6469 7469  xcitedpreconditi
      0820  6f6e 6f72 6573 6f75 7263 652d 7072 696f  onoresource-prio
      0830  7269 7479 3d66 616c 7365 7276 6963 652d  rity=falservice-
      0840  636c 6173 7372 6f6f 6d75 7374 556e 6465  classroomustUnde
      0850  7273 7461 6e64 6973 706c 6179 2d6e 616d  rstandisplay-nam
      0860  653d 696e 7374 616e 6365 7874 656e 7369  e=instancextensi
      0870  6f6e 732d 6269 6e64 696e 6773 6470 2d61  ons-bindingsdp-a
      0880  6e61 7474 656e 6461 6e74 7275 653a 7069  nattendantrue:pi
      0890  6466 2d64 6966 6672 7573 7472 6174 6564  df-diffrustrated
      08A0  7570 6c65 7870 6972 6174 696f 6e3d 636f  uplexpiration=co
      08B0  6e74 6163 7469 7669 7469 6573 686f 7070  ntactivitieshopp
      08C0  696e 672d 6172 6561 736f 6e3d 6170 706f  ing-areason=appo
      08D0  696e 746d 656e 7469 7479 3d61 7373 6f63  intmentity=assoc
      08E0  6961 7465 6e63 6f64 696e 673d 696e 7465  iatencoding=inte
      08F0  7265 7374 6564 6576 6361 7073 7461 7475  restedevcapstatu
      0900  733d 6163 7469 7665 7273 696f 6e3d 7769  s=activersion=wi
      0910  6e66 6f70 656e 6469 6e67 696e 2d74 7261  nfopendingin-tra
      0920  6e73 6974 7570 6c65 686f 7370 6974 616c  nsituplehospital
      0930  616e 673d 3c3f 786d 6c6e 733d 7369 636b  ang=<?xmlns=sick
      0940  7072 6573 656e 6365 5554 462d 383f 3e63  presenceUTF-8?>c
      0950  6c6f 7365 6405 0d34 080d 0609 0ce3 070d  losed..4........
      0960  4806 0d36 130b ab05 0965 070c d408 0d40  H..6.....e.....@
      0970  050d 2305 0c35 070c ae05 0d2f 0608 b905  ..#..5...../....
      0980  072b 040d 1206 0d4f 090c 2c04 0c89 040a  .+.....O..,.....
      0990  f609 0b57 0b0b 0508 0ada 060a da06 0489  ...W............
      09A0  050b a604 0b94 0605 0507 0b3f 0e0b ba07  ...........?....
      09B0  0b98 0a0c 8d09 0b6d 090c 8e0e 0c48 0a0c  .......m.....H..
      09C0  b21d 0956 0d0c 3806 07ba 0b08 b90b 07ec  ...V..8.........
      09D0  060d 020a 0a46 0408 f406 0b6a 040a b60c  .....F.....j....
      09E0  0c55 080a 3104 0a92 080a 1b05 0ab1 0408  .U..1...........
        
      06F0  6f69 6e74 6564 6e6f 7465 2d77 656c 6c69  ointednote-welli
      0700  6272 6172 793a 6461 7461 2d6d 6f64 656c  brary:data-model
      0710  6563 7472 6f6e 6963 6976 6963 4164 6472  ectronicivicAddr
      0720  6573 7361 7263 6173 7469 636f 6e74 656e  essarcasticonten
      0730  7465 6469 6e64 6967 6e61 6e74 696d 6572  tedindignantimer
      0740  6570 6c61 6365 7368 6f63 6b65 6463 6c61  eplaceshockedcla
      0750  7373 6973 7461 6e74 696d 6573 7461 6d70  ssistantimestamp
      0760  726f 7669 6465 642d 6279 3a63 6970 6964  rovided-by:cipid
      0770  662d 6675 6c6c 5374 6174 653d 6163 746f  f-fullState=acto
      0780  7265 6d6f 7665 6462 7573 696e 6573 7365  removedbusinesse
      0790  7269 6f75 7365 6c3d 3a73 6368 656d 6178  riousel=:schemax
      07A0  7661 6c75 653d 3a72 7069 6475 726e 3a69  value=:rpidurn:i
      07B0  6574 663a 7061 7261 6d73 3a78 6d6c 2d70  etf:params:xml-p
      07C0  6174 6368 2d6f 7073 6563 2d61 6772 6565  atch-opsec-agree
      07D0  6172 6c79 2d73 6573 7369 6f6e 2d70 6174  arly-session-pat
      07E0  6963 6970 6174 696f 6e2d 7468 652d 7068  icipation-the-ph
      07F0  6f6e 6574 776f 726b 2d61 7661 696c 6162  onetwork-availab
      0800  696c 6974 7970 6572 666f 726d 616e 6365  ilityperformance
      0810  7863 6974 6564 7072 6563 6f6e 6469 7469  xcitedpreconditi
      0820  6f6e 6f72 6573 6f75 7263 652d 7072 696f  onoresource-prio
      0830  7269 7479 3d66 616c 7365 7276 6963 652d  rity=falservice-
      0840  636c 6173 7372 6f6f 6d75 7374 556e 6465  classroomustUnde
      0850  7273 7461 6e64 6973 706c 6179 2d6e 616d  rstandisplay-nam
      0860  653d 696e 7374 616e 6365 7874 656e 7369  e=instancextensi
      0870  6f6e 732d 6269 6e64 696e 6773 6470 2d61  ons-bindingsdp-a
      0880  6e61 7474 656e 6461 6e74 7275 653a 7069  nattendantrue:pi
      0890  6466 2d64 6966 6672 7573 7472 6174 6564  df-diffrustrated
      08A0  7570 6c65 7870 6972 6174 696f 6e3d 636f  uplexpiration=co
      08B0  6e74 6163 7469 7669 7469 6573 686f 7070  ntactivitieshopp
      08C0  696e 672d 6172 6561 736f 6e3d 6170 706f  ing-areason=appo
      08D0  696e 746d 656e 7469 7479 3d61 7373 6f63  intmentity=assoc
      08E0  6961 7465 6e63 6f64 696e 673d 696e 7465  iatencoding=inte
      08F0  7265 7374 6564 6576 6361 7073 7461 7475  restedevcapstatu
      0900  733d 6163 7469 7665 7273 696f 6e3d 7769  s=activersion=wi
      0910  6e66 6f70 656e 6469 6e67 696e 2d74 7261  nfopendingin-tra
      0920  6e73 6974 7570 6c65 686f 7370 6974 616c  nsituplehospital
      0930  616e 673d 3c3f 786d 6c6e 733d 7369 636b  ang=<?xmlns=sick
      0940  7072 6573 656e 6365 5554 462d 383f 3e63  presenceUTF-8?>c
      0950  6c6f 7365 6405 0d34 080d 0609 0ce3 070d  losed..4........
      0960  4806 0d36 130b ab05 0965 070c d408 0d40  H..6.....e.....@
      0970  050d 2305 0c35 070c ae05 0d2f 0608 b905  ..#..5...../....
      0980  072b 040d 1206 0d4f 090c 2c04 0c89 040a  .+.....O..,.....
      0990  f609 0b57 0b0b 0508 0ada 060a da06 0489  ...W............
      09A0  050b a604 0b94 0605 0507 0b3f 0e0b ba07  ...........?....
      09B0  0b98 0a0c 8d09 0b6d 090c 8e0e 0c48 0a0c  .......m.....H..
      09C0  b21d 0956 0d0c 3806 07ba 0b08 b90b 07ec  ...V..8.........
      09D0  060d 020a 0a46 0408 f406 0b6a 040a b60c  .....F.....j....
      09E0  0c55 080a 3104 0a92 080a 1b05 0ab1 0408  .U..1...........
        
      09F0  c005 0a27 050a a705 0aac 040a ba04 07dc  ...'............
      0A00  0508 ad0a 0929 0a08 a705 0a56 050b 4d07  .....).....V..M.
      0A10  092a 0d09 a70b 07a9 0609 c60b 0b5f 0c09  .*..........._..
      0A20  df0b 09e0 0607 cb0c 0a0b 0909 2008 0a97  ............ ...
      0A30  0709 e007 0cfb 060a 8c0e 097f 0a09 870b  ................
      0A40  0c71 0a0c 7106 0793 050a 6604 0867 0409  .q..q.....f..g..
      0A50  ba08 0920 0a0b 7205 0a72 0807 b30b 0ac5  ... ..r..r......
      0A60  0709 f207 0889 0408 ad08 0abe 060c 9f0b  ................
      0A70  06d0 0e08 2608 0a9f 0709 c60a 0c69 0708  ....&........i..
      0A80  8505 0b7c 070a 390c 0934 070a 2109 087d  ...|..9..4..!..}
      0A90  070c f50b 0ca3 1406 a60d 08b2 0c07 2a0c  ..............*.
      0AA0  08b3 0407 5607 091a 0407 5207 0740 0507  ....V.....R..@..
      0AB0  4d07 0b80 0607 4716 0691 080c 6210 09cf  M.....G.....b...
      0AC0  1007 dd09 0af6 0906 fc0c 0b17 0707 3904  ..............9.
      0AD0  06f8 0709 a106 068d 0507 2104 0a55 090a  ..........!..U..
      0AE0  d20c 0acf 1306 c80a 08ec 070d 060b 080c  ................
      0AF0  140b d512 07be 0d07 d116 0801 140b f106  ................
      0B00  05b4 0704 5609 0417 0c0a ea09 041f 0a07  ....V...........
      0B10  7e0b 076a 070c 0f0b 07a0 0a0c 9606 0528  ~..j...........(
      0B20  060a 7d05 061f 0705 8b0a 043c 0605 ae04  ..}........<....
      0B30  0650 090a e206 05f6 0707 fd09 0b33 0a0c  .P...........3..
      0B40  ec0a 0a83 0706 5406 0490 0405 3f05 0a92  ......T.....?...
      0B50  0707 8a07 08cc 0809 ea07 0496 0506 1008  ................
      0B60  0798 0a06 f108 0479 090b 2207 0b8e 070b  .......y..".....
      0B70  4604 0d3c 0604 8008 0712 0909 4a07 04e3  F..<........J...
      0B80  0705 8405 097a 0506 0109 0912 0409 520d  .....z........R.
      0B90  04aa 0d08 5608 04dc 0705 9205 050c 0a04  ....V...........
      0BA0  4c04 062c 0b04 d104 0624 090c 4004 04ce  L..,.....$..@...
      0BB0  0c08 c111 0400 0507 340a 066a 080d 2805  ........4..j..(.
      0BC0  061a 0a04 2807 0afe 0604 ff08 0994 0705  ....(...........
      0BD0  7610 0898 0605 f006 0903 1009 0309 081e  v...............
      0BE0  0a08 3c06 099b 0d0c bb07 06e3 0509 cc06  ..<.............
      0BF0  0a15 0704 7305 0673 0d06 7305 0845 080a  ....s..s..s..E..
      0C00  2909 0a40 0507 1a0a 071a 090b 4f09 0cdb  )..@........O...
      0C10  0605 ea06 05de 0a04 0e0a 0b0e 0906 8608  ................
      0C20  0560 0b07 7409 054f 0804 f007 0990 0608  .`..t..O........
      0C30  700a 0c21 0705 6f0b 0ccc 0407 9007 04ea  p..!..o.........
      0C40  0a08 3304 0634 0906 dc04 0640 0705 2e04  ..3..4.....@....
      0C50  0648 0607 8707 0568 0a0d 1a07 0445 0705  .H.....h.....E..
      0C60  0508 050e 0805 5808 04b6 1009 f804 063c  ......X........<
      0C70  0709 bc0c 06d0 0c0b e704 0644 040a 310b  ...........D..1.
      0C80  0c05 0406 2811 075a 070c c507 05a0 0c09  ....(..Z........
      0C90  6f08 0cbb 080a 7609 0816 0808 6906 05e4  o.....v.....i...
      0CA0  0904 8607 0538 060a 4f08 04c6 0f08 f40b  .....8..O.......
      0CB0  0431 070a 0407 08a1 0d0c 5506 05c0 0605  .1........U.....
      0CC0  ba05 0541 080b 8708 0489 0405 350c 0a5a  ...A........5..Z
      0CD0  0904 6809 049c 0a06 ba06 070d 0507 2509  ..h...........%.
      0CE0  0b9d 090a 6906 0a6c 0406 3804 0630 070d  ....i..l..8..0..
        
      09F0  c005 0a27 050a a705 0aac 040a ba04 07dc  ...'............
      0A00  0508 ad0a 0929 0a08 a705 0a56 050b 4d07  .....).....V..M.
      0A10  092a 0d09 a70b 07a9 0609 c60b 0b5f 0c09  .*..........._..
      0A20  df0b 09e0 0607 cb0c 0a0b 0909 2008 0a97  ............ ...
      0A30  0709 e007 0cfb 060a 8c0e 097f 0a09 870b  ................
      0A40  0c71 0a0c 7106 0793 050a 6604 0867 0409  .q..q.....f..g..
      0A50  ba08 0920 0a0b 7205 0a72 0807 b30b 0ac5  ... ..r..r......
      0A60  0709 f207 0889 0408 ad08 0abe 060c 9f0b  ................
      0A70  06d0 0e08 2608 0a9f 0709 c60a 0c69 0708  ....&........i..
      0A80  8505 0b7c 070a 390c 0934 070a 2109 087d  ...|..9..4..!..}
      0A90  070c f50b 0ca3 1406 a60d 08b2 0c07 2a0c  ..............*.
      0AA0  08b3 0407 5607 091a 0407 5207 0740 0507  ....V.....R..@..
      0AB0  4d07 0b80 0607 4716 0691 080c 6210 09cf  M.....G.....b...
      0AC0  1007 dd09 0af6 0906 fc0c 0b17 0707 3904  ..............9.
      0AD0  06f8 0709 a106 068d 0507 2104 0a55 090a  ..........!..U..
      0AE0  d20c 0acf 1306 c80a 08ec 070d 060b 080c  ................
      0AF0  140b d512 07be 0d07 d116 0801 140b f106  ................
      0B00  05b4 0704 5609 0417 0c0a ea09 041f 0a07  ....V...........
      0B10  7e0b 076a 070c 0f0b 07a0 0a0c 9606 0528  ~..j...........(
      0B20  060a 7d05 061f 0705 8b0a 043c 0605 ae04  ..}........<....
      0B30  0650 090a e206 05f6 0707 fd09 0b33 0a0c  .P...........3..
      0B40  ec0a 0a83 0706 5406 0490 0405 3f05 0a92  ......T.....?...
      0B50  0707 8a07 08cc 0809 ea07 0496 0506 1008  ................
      0B60  0798 0a06 f108 0479 090b 2207 0b8e 070b  .......y..".....
      0B70  4604 0d3c 0604 8008 0712 0909 4a07 04e3  F..<........J...
      0B80  0705 8405 097a 0506 0109 0912 0409 520d  .....z........R.
      0B90  04aa 0d08 5608 04dc 0705 9205 050c 0a04  ....V...........
      0BA0  4c04 062c 0b04 d104 0624 090c 4004 04ce  L..,.....$..@...
      0BB0  0c08 c111 0400 0507 340a 066a 080d 2805  ........4..j..(.
      0BC0  061a 0a04 2807 0afe 0604 ff08 0994 0705  ....(...........
      0BD0  7610 0898 0605 f006 0903 1009 0309 081e  v...............
      0BE0  0a08 3c06 099b 0d0c bb07 06e3 0509 cc06  ..<.............
      0BF0  0a15 0704 7305 0673 0d06 7305 0845 080a  ....s..s..s..E..
      0C00  2909 0a40 0507 1a0a 071a 090b 4f09 0cdb  )..@........O...
      0C10  0605 ea06 05de 0a04 0e0a 0b0e 0906 8608  ................
      0C20  0560 0b07 7409 054f 0804 f007 0990 0608  .`..t..O........
      0C30  700a 0c21 0705 6f0b 0ccc 0407 9007 04ea  p..!..o.........
      0C40  0a08 3304 0634 0906 dc04 0640 0705 2e04  ..3..4.....@....
      0C50  0648 0607 8707 0568 0a0d 1a07 0445 0705  .H.....h.....E..
      0C60  0508 050e 0805 5808 04b6 1009 f804 063c  ......X........<
      0C70  0709 bc0c 06d0 0c0b e704 0644 040a 310b  ...........D..1.
      0C80  0c05 0406 2811 075a 070c c507 05a0 0c09  ....(..Z........
      0C90  6f08 0cbb 080a 7609 0816 0808 6906 05e4  o.....v.....i...
      0CA0  0904 8607 0538 060a 4f08 04c6 0f08 f40b  .....8..O.......
      0CB0  0431 070a 0407 08a1 0d0c 5506 05c0 0605  .1........U.....
      0CC0  ba05 0541 080b 8708 0489 0405 350c 0a5a  ...A........5..Z
      0CD0  0904 6809 049c 0a06 ba06 070d 0507 2509  ..h...........%.
      0CE0  0b9d 090a 6906 0a6c 0406 3804 0630 070d  ....i..l..8..0..
        
      0CF0  1308 084c 0506 1506 0450 0a07 0406 07f7  ...L.....P......
      0D00  0408 490f 0889 0c09 3f05 0681 1108 dc0d  ..I.....?.......
      0D10  045c 1106 5a05 0d0e 0605 d804 08d3 0605  .\e..Z..........
      0D20  d207 057d 0605 cc07 08d6 0506 0b07 05a7  ...}............
      0D30  0505 1608 051a 0905 4606 05c6 0609 310d  ........F.....1.
      0D40  0bcf 0908 6208 04f8 0408 540a 067f 0404  ....b.....T.....
      0D50  710c 0c16 0405 2e08 0b3f 110c 2308 0c7b  q........?..#..{
      0D60  090b c707 07f6 050b 3b09 0875 090c 8109  ........;..u....
      0D70  06e9 0b09 b007 0522 0704 a307 06c2 0705  ......."........
      0D80  9905 0606 0505 fc04 09c3 0406 4c08 04be  ............L...
      0D90  090b 2a                                  ..*
        
      0CF0  1308 084c 0506 1506 0450 0a07 0406 07f7  ...L.....P......
      0D00  0408 490f 0889 0c09 3f05 0681 1108 dc0d  ..I.....?.......
      0D10  045c 1106 5a05 0d0e 0605 d804 08d3 0605  .\e..Z..........
      0D20  d207 057d 0605 cc07 08d6 0506 0b07 05a7  ...}............
      0D30  0505 1608 051a 0905 4606 05c6 0609 310d  ........F.....1.
      0D40  0bcf 0908 6208 04f8 0408 540a 067f 0404  ....b.....T.....
      0D50  710c 0c16 0405 2e08 0b3f 110c 2308 0c7b  q........?..#..{
      0D60  090b c707 07f6 050b 3b09 0875 090c 8109  ........;..u....
      0D70  06e9 0b09 b007 0522 0704 a307 06c2 0705  ......."........
      0D80  9905 0606 0505 fc04 09c3 0406 4c08 04be  ............L...
      0D90  090b 2a                                  ..*
        

Figure 1: Binary Representation of the Dictionary

图1:字典的二进制表示

5. Security Considerations
5. 安全考虑

This document defines a presence-specific static dictionary for the Sigcomp framework [2]. Therefore, the security considerations of RFC 3320 [2] apply. This memo does not introduce any known additional security risk.

本文档为Sigcomp框架定义了特定于状态的静态字典[2]。因此,RFC 3320[2]的安全考虑因素适用。本备忘录并未引入任何已知的额外安全风险。

6. Acknowledgements
6. 致谢

The author would like to thank Miraj Mostafa, Pekka Pessi, and Catalin Ionescu for their persistent convincing arguments to demonstrate the benefit of this dictionary. Thanks to Carsten Bormann and Adam Roach for providing assistance with the software that automatically generates the binary dictionary. Adam Roach, Cristian Constantin, and Avshalom Houri, and Krisztian Kiss reviewed the document and provided helpful comments.

作者要感谢Miraj Mostafa、Pekka Pessi和Catalin Ionescu,感谢他们坚持不懈的令人信服的论点,以证明本词典的益处。感谢Carsten Bormann和Adam Roach为自动生成二进制字典的软件提供帮助。亚当·罗奇、克里斯蒂安·康斯坦丁、阿夫沙洛姆·胡里和克里斯蒂安·基斯审查了这份文件,并提供了有益的意见。

Appendix A. Input Strings to the Presence-Specific Static Dictionary
附录A.状态特定静态字典的输入字符串
   String                                Pr Off  Len  References
   ===================================== == ==== ==== ==========
   "<?xml"                                1 0934 0005
   "version="                             1 0906 0008
   "encoding="                            1 08E3 0009
   "UTF-8?>"                              1 0948 0007
   "xmlns="                               1 0936 0006
   "urn:ietf:params:xml"                  1 07AB 0013 [8] 4.4
                                                      [10] 5.1
                                                      [11] 5
                                                      [12] 5
                                                      [13] 5
                                                      [14] 9
                                                      [15] 7
                                                      [17] 6
                                                      [18] 7
                                                      [19] 5.1
                                                      [20] 3.2, 3.3
   ":pidf"                                1 0565 0005 [8] 4.4
                                                      [10] 5.1
                                                      [11] 5
                                                      [12] 5
                                                      [13] 5
                                                      [20] 3.2, 3.3
   "entity="                              1 08D4 0007 [8] 4.4, [15] 7
   "presence"                             1 0940 0008 [8] 4.4
                                                      [20] 3.2.14
   "tuple"                                1 0923 0005 [8] 4.4
   "note"                                 2 06F6 0004 [8] 4.4
                                                      [10] 5.1
                                                      [11] 5
                                                      [13] 5
   "contact"                              1 08AE 0007 [8] 4.4
   "timestamp"                            2 0757 0009 [8] 4.4
                                                      [10] 5.1
   "status"                               1 04B9 0006 [8] 4.4
   "basic"                                1 032B 0005 [8] 4.4
                                                      [13] 5
                                                      [21]
   "open"                                 1 0912 0004 [8] 4.4, [21]
   "closed"                               1 094F 0006 [8] 4.4, [21]
   "priority="                            1 082C 0009 [8] 4.4
   "mustUnderstand"                       3 0848 000E [8] 4.4
   "true"                                 1 0889 0004 [8] 4.4
                                                      [16] 2.2.5
                                                      [18] 7
        
   String                                Pr Off  Len  References
   ===================================== == ==== ==== ==========
   "<?xml"                                1 0934 0005
   "version="                             1 0906 0008
   "encoding="                            1 08E3 0009
   "UTF-8?>"                              1 0948 0007
   "xmlns="                               1 0936 0006
   "urn:ietf:params:xml"                  1 07AB 0013 [8] 4.4
                                                      [10] 5.1
                                                      [11] 5
                                                      [12] 5
                                                      [13] 5
                                                      [14] 9
                                                      [15] 7
                                                      [17] 6
                                                      [18] 7
                                                      [19] 5.1
                                                      [20] 3.2, 3.3
   ":pidf"                                1 0565 0005 [8] 4.4
                                                      [10] 5.1
                                                      [11] 5
                                                      [12] 5
                                                      [13] 5
                                                      [20] 3.2, 3.3
   "entity="                              1 08D4 0007 [8] 4.4, [15] 7
   "presence"                             1 0940 0008 [8] 4.4
                                                      [20] 3.2.14
   "tuple"                                1 0923 0005 [8] 4.4
   "note"                                 2 06F6 0004 [8] 4.4
                                                      [10] 5.1
                                                      [11] 5
                                                      [13] 5
   "contact"                              1 08AE 0007 [8] 4.4
   "timestamp"                            2 0757 0009 [8] 4.4
                                                      [10] 5.1
   "status"                               1 04B9 0006 [8] 4.4
   "basic"                                1 032B 0005 [8] 4.4
                                                      [13] 5
                                                      [21]
   "open"                                 1 0912 0004 [8] 4.4, [21]
   "closed"                               1 094F 0006 [8] 4.4, [21]
   "priority="                            1 082C 0009 [8] 4.4
   "mustUnderstand"                       3 0848 000E [8] 4.4
   "true"                                 1 0889 0004 [8] 4.4
                                                      [16] 2.2.5
                                                      [18] 7
        
                                                      [19] 5.1
                                                      [20] 3.2, 3.3
   "false"                                1 0835 0005 [8] 4.4
                                                      [16] 2.2.5
                                                      [18] 7
                                                      [19] 5.1
                                                      [20] 3.2, 3.3
   ":data-model"                          2 0705 000B [10] 5.1
   "deviceID"                             2 06DA 0008 [10] 5.1
   "device"                               2 06DA 0006 [10] 5.1
   "person"                               2 0089 0006 [10] 5.1
   ":rpid"                                2 07A6 0005 [11] 5
   "activities"                           3 08B2 000A [11] 5
   "unknown"                              5 016F 0007 [11] 5
   "appointment"                          5 08CC 000B [11] 5
   "away"                                 5 0234 0004 [11] 5
   "breakfast"                            5 02DC 0009 [11] 5
   "busy"                                 5 0240 0004 [11] 5
   "dinner"                               5 0387 0006 [11] 5
   "holiday"                              5 0168 0007 [11] 5
   "in-transit"                           5 091A 000A [11] 5
   "looking-for-work"                     5 05F8 0010 [11] 5
   "meal"                                 5 023C 0004 [11] 5
   "meeting"                              5 05BC 0007 [11] 5
   "on-the-phone"                         5 07E7 000C [11] 5
   "performance"                          5 0805 000B [11] 5
   "permanent-absence"                    5 035A 0011 [11] 5
   "playing"                              5 01A0 0007 [11] 5
   "presentation"                         5 056F 000C [11] 5
   "shopping"                             5 08BB 0008 [11] 5
   "sleeping"                             5 0676 0008 [11] 5
   "spectator"                            5 0416 0009 [11] 5
   "steering"                             5 0469 0008 [11] 5
   "travel"                               5 064F 0006 [11] 5
   "vacation"                             5 00C6 0008 [11] 5
   "working"                              5 0604 0007 [11] 5
   "worship"                              5 04A1 0007 [11] 5
   "other"                                3 0656 0005 [11] 5
   "class"                                3 074D 0005 [11] 5
                                                      [20] 3.2
   "afraid"                               5 01C0 0006 [11] 5
   "amazed"                               5 01BA 0006 [11] 5
   "angry"                                5 0141 0005 [11] 5
   "annoyed"                              5 00A3 0007 [11] 5
   "anxious"                              5 02C2 0007 [11] 5
   "ashamed"                              5 0199 0007 [11] 5
   "bored"                                5 0206 0005 [11] 5
   "brave"                                5 01FC 0005 [11] 5
        
                                                      [19] 5.1
                                                      [20] 3.2, 3.3
   "false"                                1 0835 0005 [8] 4.4
                                                      [16] 2.2.5
                                                      [18] 7
                                                      [19] 5.1
                                                      [20] 3.2, 3.3
   ":data-model"                          2 0705 000B [10] 5.1
   "deviceID"                             2 06DA 0008 [10] 5.1
   "device"                               2 06DA 0006 [10] 5.1
   "person"                               2 0089 0006 [10] 5.1
   ":rpid"                                2 07A6 0005 [11] 5
   "activities"                           3 08B2 000A [11] 5
   "unknown"                              5 016F 0007 [11] 5
   "appointment"                          5 08CC 000B [11] 5
   "away"                                 5 0234 0004 [11] 5
   "breakfast"                            5 02DC 0009 [11] 5
   "busy"                                 5 0240 0004 [11] 5
   "dinner"                               5 0387 0006 [11] 5
   "holiday"                              5 0168 0007 [11] 5
   "in-transit"                           5 091A 000A [11] 5
   "looking-for-work"                     5 05F8 0010 [11] 5
   "meal"                                 5 023C 0004 [11] 5
   "meeting"                              5 05BC 0007 [11] 5
   "on-the-phone"                         5 07E7 000C [11] 5
   "performance"                          5 0805 000B [11] 5
   "permanent-absence"                    5 035A 0011 [11] 5
   "playing"                              5 01A0 0007 [11] 5
   "presentation"                         5 056F 000C [11] 5
   "shopping"                             5 08BB 0008 [11] 5
   "sleeping"                             5 0676 0008 [11] 5
   "spectator"                            5 0416 0009 [11] 5
   "steering"                             5 0469 0008 [11] 5
   "travel"                               5 064F 0006 [11] 5
   "vacation"                             5 00C6 0008 [11] 5
   "working"                              5 0604 0007 [11] 5
   "worship"                              5 04A1 0007 [11] 5
   "other"                                3 0656 0005 [11] 5
   "class"                                3 074D 0005 [11] 5
                                                      [20] 3.2
   "afraid"                               5 01C0 0006 [11] 5
   "amazed"                               5 01BA 0006 [11] 5
   "angry"                                5 0141 0005 [11] 5
   "annoyed"                              5 00A3 0007 [11] 5
   "anxious"                              5 02C2 0007 [11] 5
   "ashamed"                              5 0199 0007 [11] 5
   "bored"                                5 0206 0005 [11] 5
   "brave"                                5 01FC 0005 [11] 5
        

"calm" 5 05C3 0004 [11] 5 "cold" 5 024C 0004 [11] 5 "confused" 5 00BE 0008 [11] 5 "contented" 5 072A 0009 [11] 5 "cranky" 5 01B4 0006 [11] 5 "curious" 5 0056 0007 [11] 5 "depressed" 5 0017 0009 [11] 5 "disappointed" 5 06EA 000C [11] 5 "disgusted" 5 001F 0009 [11] 5 "distracted" 5 037E 000A [11] 5 "embarrassed" 5 036A 000B [11] 5 "excited" 5 080F 0007 [11] 5 "flirtatious" 5 03A0 000B [11] 5 "frustrated" 5 0896 000A [11] 5 "grumpy" 5 0128 0006 [11] 5 "guilty" 5 067D 0006 [11] 5 "happy" 5 021F 0005 [11] 5 "humbled" 5 018B 0007 [11] 5 "humiliated" 5 003C 000A [11] 5 "hungry" 5 01AE 0006 [11] 5 "hurt" 5 0250 0004 [11] 5 "impressed" 5 06E2 0009 [11] 5 "in_awe" 5 01F6 0006 [11] 5 "in_love" 5 03FD 0007 [11] 5 "indignant" 5 0733 0009 [11] 5 "interested" 5 08EC 000A [11] 5 "invincible" 5 0683 000A [11] 5 "jealous" 5 0254 0007 [11] 5 "lonely" 5 0090 0006 [11] 5 "mean" 5 013F 0004 [11] 5 "moody" 5 0692 0005 [11] 5 "nervous" 5 038A 0007 [11] 5 "neutral" 5 04CC 0007 [11] 5 "offended" 5 05EA 0008 [11] 5 "playful" 5 0096 0007 [11] 5 "proud" 5 0210 0005 [11] 5 "relieved" 5 0398 0008 [11] 5 "remorseful" 5 02F1 000A [11] 5 "restless" 5 0079 0008 [11] 5 "sarcastic" 5 0722 0009 [11] 5 "serious" 5 078E 0007 [11] 5 "shocked" 5 0746 0007 [11] 5 "sick" 5 093C 0004 [11] 5 "sleepy" 5 0080 0006 [11] 5 "stressed" 5 0312 0008 [11] 5 "surprised" 5 054A 0009 [11] 5 "thirsty" 5 00E3 0007 [11] 5 "worried" 5 0184 0007 [11] 5

“冷静”505C3 0004[11]5“寒冷”5024C 0004[11]5“困惑”500BE 0008[11]5“满足”5072A 0009[11]5“暴躁”501B4 0006[11]5“好奇”50056 0007[11]5“沮丧”50017 0009[11]5“失望”506EA 000C[11]5“厌恶”500F 0009[11]5“分心”5 037E 000A[11]5“尴尬”5“激动”5 080F 0007[11]5“轻浮的”5 03A0000B[11]5“沮丧的”5 0896 000A[11]5“暴躁的”5 0128 0006[11]5“有罪的”5 067D 0006[11]5“快乐的”5 021F 0005[11]5“谦卑的”5 018B 0007[11]5“屈辱的”5 003C 000A[11]5“饥饿的”5 01AE 0006[11]5“伤害的”5 0250 0004[11]5“令人敬畏的”5“印象深刻的”5 06E2 0009[11]5“恋爱”5 03FD 0007[11]5“愤怒”5 0733 0009[11]5“感兴趣”5 08EC 000A[11]5“无敌”5 0683 000A[11]5“嫉妒”5 0254 0007[11]5“孤独”5 0090 0006[11]5“意味着”5 013F 0004[11]5“喜怒无常”5 0692 0005[11]5“紧张”5 038A 0007[11]5“中立”5 04CC 0007[11]5“被冒犯”5 05EA 0008[11]5“顽皮”5 0096 0007[11]“骄傲的”502100005[11]5“宽慰的”50398008[11]5“懊悔的”502f1 000A[11]5“不安的”500790008[11]5“讽刺的”50720009[11]5“严重的”5078e0007[11]5“震惊的”50760007[11]5“生病的”5093c0004[11]5“困倦的”5008000006[11]5“紧张的”503120008[11]5“惊讶的”5054a0009[11]5“口渴的”e3007[11] 5“担心”5 0184 0007[11]5

   "mood"                                 3 0692 0004 [11] 5
   "place-is"                             3 061B 0008 [11] 5
   "audio"                                3 06B1 0005 [11] 5
                                                      [20] 3.2
   "noisy"                                5 057A 0005 [11] 5
   "quiet"                                5 0201 0005 [11] 5
   "video"                                3 06A7 0005 [11] 5
                                                      [20] 3.2
   "toobright"                            5 0512 0009 [11] 5
   "dark"                                 5 0552 0004 [11] 5
   "text"                                 3 03DC 0004 [11] 5
                                                      [20] 3.2
   "uncomfortable"                        5 00AA 000D [11] 5
   "inappropriate"                        5 0456 000D [11] 5
   "place-type"                           3 04A7 000A [11] 5
   "aircraft"                             5 00DC 0008 [11] 5
   "airport"                              5 0192 0007 [11] 5
   "arena"                                5 010C 0005 [11] 5
   "automobile"                           5 004C 000A [11] 5
   "bank"                                 5 022C 0004 [11] 5
   "bus-station"                          5 00D1 000B [11] 5
   "cafe"                                 5 0224 0004 [11] 5
   "classroom"                            5 0840 0009 [11] 5
   "club"                                 5 00CE 0004 [11] 5
   "construction"                         5 04C1 000C [11] 5
   "convention-center"                    5 0000 0011 [11] 5
   "cycle"                                5 0334 0005 [11] 5
   "government"                           5 026A 000A [11] 5
   "hospital"                             5 0928 0008 [11] 5
   "hotel"                                5 021A 0005 [11] 5
   "industrial"                           5 0028 000A [11] 5
   "library"                              5 06FE 0007 [11] 5
   "office"                               5 00FF 0006 [11] 5
   "outdoors"                             5 0594 0008 [11] 5
   "parking"                              5 0176 0007 [11] 5
   "place-of-worship"                     5 0498 0010 [11] 5
   "prison"                               5 01F0 0006 [11] 5
   "public"                               5 0503 0006 [11] 5
   "public-transport"                     5 0503 0010 [11] 5
   "residence"                            5 041E 0009 [11] 5
   "restaurant"                           5 043C 000A [11] 5
   "school"                               5 059B 0006 [11] 5
   "shopping-area"                        5 08BB 000D [11] 5
   "stadium"                              5 02E3 0007 [11] 5
   "store"                                5 05CC 0005 [11] 5
   "street"                               5 0615 0006 [11] 5
   "theater"                              5 0073 0007 [11] 5
   "train"                                5 0273 0005 [11] 5
        
   "mood"                                 3 0692 0004 [11] 5
   "place-is"                             3 061B 0008 [11] 5
   "audio"                                3 06B1 0005 [11] 5
                                                      [20] 3.2
   "noisy"                                5 057A 0005 [11] 5
   "quiet"                                5 0201 0005 [11] 5
   "video"                                3 06A7 0005 [11] 5
                                                      [20] 3.2
   "toobright"                            5 0512 0009 [11] 5
   "dark"                                 5 0552 0004 [11] 5
   "text"                                 3 03DC 0004 [11] 5
                                                      [20] 3.2
   "uncomfortable"                        5 00AA 000D [11] 5
   "inappropriate"                        5 0456 000D [11] 5
   "place-type"                           3 04A7 000A [11] 5
   "aircraft"                             5 00DC 0008 [11] 5
   "airport"                              5 0192 0007 [11] 5
   "arena"                                5 010C 0005 [11] 5
   "automobile"                           5 004C 000A [11] 5
   "bank"                                 5 022C 0004 [11] 5
   "bus-station"                          5 00D1 000B [11] 5
   "cafe"                                 5 0224 0004 [11] 5
   "classroom"                            5 0840 0009 [11] 5
   "club"                                 5 00CE 0004 [11] 5
   "construction"                         5 04C1 000C [11] 5
   "convention-center"                    5 0000 0011 [11] 5
   "cycle"                                5 0334 0005 [11] 5
   "government"                           5 026A 000A [11] 5
   "hospital"                             5 0928 0008 [11] 5
   "hotel"                                5 021A 0005 [11] 5
   "industrial"                           5 0028 000A [11] 5
   "library"                              5 06FE 0007 [11] 5
   "office"                               5 00FF 0006 [11] 5
   "outdoors"                             5 0594 0008 [11] 5
   "parking"                              5 0176 0007 [11] 5
   "place-of-worship"                     5 0498 0010 [11] 5
   "prison"                               5 01F0 0006 [11] 5
   "public"                               5 0503 0006 [11] 5
   "public-transport"                     5 0503 0010 [11] 5
   "residence"                            5 041E 0009 [11] 5
   "restaurant"                           5 043C 000A [11] 5
   "school"                               5 059B 0006 [11] 5
   "shopping-area"                        5 08BB 000D [11] 5
   "stadium"                              5 02E3 0007 [11] 5
   "store"                                5 05CC 0005 [11] 5
   "street"                               5 0615 0006 [11] 5
   "theater"                              5 0073 0007 [11] 5
   "train"                                5 0273 0005 [11] 5
        
   "train-station"                        5 0273 000D [11] 5
   "truck"                                5 0445 0005 [11] 5
   "underway"                             5 0629 0008 [11] 5
   "warehouse"                            5 0640 0009 [11] 5
   "water"                                5 031A 0005 [11] 5
   "watercraft"                           5 031A 000A [11] 5
   "privacy"                              3 0639 0007 [11] 5
                                                      [20] 3.2.17
   "relationship"                         3 0534 000C [11] 5
   "assistant"                            5 074F 0009 [11] 5
   "associate"                            5 08DB 0009 [11] 5
   "family"                               5 01EA 0006 [11] 5
   "friend"                               5 01DE 0006 [11] 5
   "self"                                 5 0390 0004 [11] 5
   "supervisor"                           5 0433 000A [11] 5
   "courier"                              5 00EA 0007 [11] 5
   "electronic"                           5 070E 000A [11] 5
   "freight"                              5 0138 0007 [11] 5
   "in-person"                            5 0086 0009 [11] 5
   "postal"                               5 01E4 0006 [11] 5
   "service-class"                        3 0838 000D [11] 5
   "sphere"                               3 03BA 0006 [11] 5
   "home"                                 5 0631 0004 [11] 5
   "work"                                 5 0244 0004 [11] 5
   "status-icon"                          3 04B9 000B [11] 5
   "time-offset"                          3 03EC 000B [11] 5
   "description="                         5 02D0 000C [11] 5
   "user-input"                           3 0646 000A [11] 5
   "active"                               3 0902 0006 [11] 5
                                                      [17] 6
                                                      [19] 5.1
                                                      [21]
   "idle"                                 3 04F4 0004 [11] 5
   "idle-threshold="                      5 04F4 000F [11] 5
   "last-input="                          5 0031 000B [11] 5
   ":cipid"                               3 076A 0006 [12] 5
   "card"                                 3 06B6 0004 [12] 5
   "display-name"                         3 0855 000C [12] 5
   "homepage"                             3 0631 0008 [12] 5
   "icon"                                 3 04C0 0004 [12] 5
   "sound"                                3 0627 0005 [12] 5
   ":timed-status"                        4 04B2 000D [13] 5
   "timed-status"                         4 04B3 000C [13] 5
   "from="                                3 06AC 0005 [10] 5.1
                                                      [11] 5
                                                      [13] 5
                                                      [18] 7
   "until="                               4 0347 0006 [10] 5.1
        
   "train-station"                        5 0273 000D [11] 5
   "truck"                                5 0445 0005 [11] 5
   "underway"                             5 0629 0008 [11] 5
   "warehouse"                            5 0640 0009 [11] 5
   "water"                                5 031A 0005 [11] 5
   "watercraft"                           5 031A 000A [11] 5
   "privacy"                              3 0639 0007 [11] 5
                                                      [20] 3.2.17
   "relationship"                         3 0534 000C [11] 5
   "assistant"                            5 074F 0009 [11] 5
   "associate"                            5 08DB 0009 [11] 5
   "family"                               5 01EA 0006 [11] 5
   "friend"                               5 01DE 0006 [11] 5
   "self"                                 5 0390 0004 [11] 5
   "supervisor"                           5 0433 000A [11] 5
   "courier"                              5 00EA 0007 [11] 5
   "electronic"                           5 070E 000A [11] 5
   "freight"                              5 0138 0007 [11] 5
   "in-person"                            5 0086 0009 [11] 5
   "postal"                               5 01E4 0006 [11] 5
   "service-class"                        3 0838 000D [11] 5
   "sphere"                               3 03BA 0006 [11] 5
   "home"                                 5 0631 0004 [11] 5
   "work"                                 5 0244 0004 [11] 5
   "status-icon"                          3 04B9 000B [11] 5
   "time-offset"                          3 03EC 000B [11] 5
   "description="                         5 02D0 000C [11] 5
   "user-input"                           3 0646 000A [11] 5
   "active"                               3 0902 0006 [11] 5
                                                      [17] 6
                                                      [19] 5.1
                                                      [21]
   "idle"                                 3 04F4 0004 [11] 5
   "idle-threshold="                      5 04F4 000F [11] 5
   "last-input="                          5 0031 000B [11] 5
   ":cipid"                               3 076A 0006 [12] 5
   "card"                                 3 06B6 0004 [12] 5
   "display-name"                         3 0855 000C [12] 5
   "homepage"                             3 0631 0008 [12] 5
   "icon"                                 3 04C0 0004 [12] 5
   "sound"                                3 0627 0005 [12] 5
   ":timed-status"                        4 04B2 000D [13] 5
   "timed-status"                         4 04B3 000C [13] 5
   "from="                                3 06AC 0005 [10] 5.1
                                                      [11] 5
                                                      [13] 5
                                                      [18] 7
   "until="                               4 0347 0006 [10] 5.1
        
                                                      [11] 5
                                                      [13] 5
   ":schema"                              2 0798 0007 [14] 9
   ":xml-patch-ops"                       2 07BA 000E [14] 9
   "replace"                              2 073F 0007 [14] 9
   "remove"                               2 0105 0006 [14] 9
   "sel="                                 2 0794 0004 [14] 9
   "pos="                                 3 06BA 0004 [14] 9
   "type="                                3 04AD 0005 [14] 9, [18] 7
   "before"                               4 028D 0006 [14] 9
   "after"                                4 0321 0005 [14] 9
   "both"                                 4 0655 0004 [14] 9
   ":pidf-diff"                           2 088D 000A [15] 7
   "pidf-diff"                            2 088E 0009 [15] 7
   "pidf-full"                            2 076D 0009 [15] 7
   ":geopriv10"                           3 0529 000A [16] 2.2.5
   ":basicPolicy"                         4 032A 000C [16] 2.2.5
   "geopriv"                              3 052A 0007 [16] 2.2.5
   "location-info"                        3 05A7 000D [16] 2.2.5
   "usage-rules"                          3 03A9 000B [16] 2.2.5
   "method"                               3 05C6 0006 [16] 2.2.5
   "provided-by"                          3 075F 000B [16] 2.2.5
   "retransmission-allowed"               4 0291 0016 [16] 2.2.5
   "retention-expiry"                     4 05CF 0010 [16] 2.2.5
   "external-ruleset"                     4 03DD 0010 [16] 2.2.5
   "note-well"                            4 06F6 0009 [16] 2.2.5
   ":civicLoc"                            4 02FC 0009 [16] 2.2.5
   "civicAddress"                         4 0717 000C [16] 2.2.5
   "country"                              4 0339 0007 [16] 2.2.5
   ":watcherinfo"                         3 05DF 000C [17] 6
   "watcherinfo"                          3 05E0 000B [17] 6
   "state="                               3 03CB 0006 [17] 6
                                                      [19] 5.1
   "full"                                 4 02F8 0004 [17] 6 [20] 3.2.12
   "partial"                              4 05A1 0007 [17] 6
   "watcher-list"                         3 060B 000C [17] 6
   "resource="                            3 0520 0009 [17] 6
   "package="                             3 0697 0008 [17] 6, [18] 7
   "watcher"                              3 05E0 0007 [17] 6
   "display-name="                        5 0855 000D [17] 6
   "status="                              3 08FB 0007 [17] 6
   "pending"                              5 0913 0007 [17] 6
                                                      [19] 5.1
   "waiting"                              5 0122 0007 [17] 6
   "terminated"                           5 000E 000A [17] 6
                                                      [19] 5.1
                                                      [21]
   "event="                               3 068C 0006 [17] 6
        
                                                      [11] 5
                                                      [13] 5
   ":schema"                              2 0798 0007 [14] 9
   ":xml-patch-ops"                       2 07BA 000E [14] 9
   "replace"                              2 073F 0007 [14] 9
   "remove"                               2 0105 0006 [14] 9
   "sel="                                 2 0794 0004 [14] 9
   "pos="                                 3 06BA 0004 [14] 9
   "type="                                3 04AD 0005 [14] 9, [18] 7
   "before"                               4 028D 0006 [14] 9
   "after"                                4 0321 0005 [14] 9
   "both"                                 4 0655 0004 [14] 9
   ":pidf-diff"                           2 088D 000A [15] 7
   "pidf-diff"                            2 088E 0009 [15] 7
   "pidf-full"                            2 076D 0009 [15] 7
   ":geopriv10"                           3 0529 000A [16] 2.2.5
   ":basicPolicy"                         4 032A 000C [16] 2.2.5
   "geopriv"                              3 052A 0007 [16] 2.2.5
   "location-info"                        3 05A7 000D [16] 2.2.5
   "usage-rules"                          3 03A9 000B [16] 2.2.5
   "method"                               3 05C6 0006 [16] 2.2.5
   "provided-by"                          3 075F 000B [16] 2.2.5
   "retransmission-allowed"               4 0291 0016 [16] 2.2.5
   "retention-expiry"                     4 05CF 0010 [16] 2.2.5
   "external-ruleset"                     4 03DD 0010 [16] 2.2.5
   "note-well"                            4 06F6 0009 [16] 2.2.5
   ":civicLoc"                            4 02FC 0009 [16] 2.2.5
   "civicAddress"                         4 0717 000C [16] 2.2.5
   "country"                              4 0339 0007 [16] 2.2.5
   ":watcherinfo"                         3 05DF 000C [17] 6
   "watcherinfo"                          3 05E0 000B [17] 6
   "state="                               3 03CB 0006 [17] 6
                                                      [19] 5.1
   "full"                                 4 02F8 0004 [17] 6 [20] 3.2.12
   "partial"                              4 05A1 0007 [17] 6
   "watcher-list"                         3 060B 000C [17] 6
   "resource="                            3 0520 0009 [17] 6
   "package="                             3 0697 0008 [17] 6, [18] 7
   "watcher"                              3 05E0 0007 [17] 6
   "display-name="                        5 0855 000D [17] 6
   "status="                              3 08FB 0007 [17] 6
   "pending"                              5 0913 0007 [17] 6
                                                      [19] 5.1
   "waiting"                              5 0122 0007 [17] 6
   "terminated"                           5 000E 000A [17] 6
                                                      [19] 5.1
                                                      [21]
   "event="                               3 068C 0006 [17] 6
        
   "subscribe"                            5 0286 0009 [17] 6
   "approved"                             5 0160 0008 [17] 6
   "deactivated"                          5 0374 000B [17] 6
   "provation"                            5 014F 0009 [17] 6
   "rejected"                             5 00F0 0008 [17] 6
   "timeout"                              5 0590 0007 [17] 6
   "giveup"                               5 0470 0006 [17] 6
   "noresource"                           5 0821 000A [17] 6
   "expiration="                          4 08A3 000B [17] 6
   "duration-subscribed="                 4 02A6 0014 [17] 6
   "lang="                                1 092F 0005 [10] 5.1
                                                      [16] 2.2.5
                                                      [17] 6
                                                      [19] 5.1
   ":simple-filter"                       3 057F 000E [18] 7
   "filter-set"                           3 0587 000A [18] 7
   "ns-bindings"                          3 0871 000B [18] 7
   "ns-binding"                           3 0871 000A [18] 7
   "filter"                               3 0393 0006 [18] 7
   "prefix="                              5 012E 0007 [18] 7
   "urn="                                 5 0248 0004 [18] 7
   "what"                                 4 0356 0004 [18] 7
   "trigger"                              4 051A 0007 [18] 7
   "uri="                                 4 0352 0004 [18] 7
                                                      [19] 5.1
   "domain="                              5 0045 0007 [18] 7
   "remove="                              5 0105 0007 [18] 7
   "enabled="                             5 010E 0008 [18] 7
   "include="                             5 0158 0008 [18] 7
   "exclude="                             5 00B6 0008 [18] 7
   "changed"                              4 0340 0007 [18] 7
   "added"                                4 034D 0005 [18] 7
   "removed"                              4 0780 0007 [18] 7
   ":rlmi"                                3 0666 0005 [19] 5.1
   "list"                                 3 0467 0004 [19] 5.1
   "name"                                 3 05BA 0004 [19] 5.1
   "resource"                             3 0520 0008 [19] 5.1
   "fullState="                           3 0772 000A [19] 5.1
   "cid="                                 5 0228 0004 [19] 5.1
   "instance"                             4 0862 0008 [19] 5.1
   "reason="                              5 08C5 0007 [19] 5.1
   ":caps"                                3 0672 0005 [20] 3.2, 3.3
   "servcaps"                             3 03B3 0008 [20] 3.2
   "application"                          3 06C5 000B [20] 3.2
   "control"                              3 05F2 0007 [20] 3.2
   "message"                              3 0489 0007 [20] 3.2
   "type"                                 3 04AD 0004 [20] 3.2
   "automata"                             3 06BE 0008 [20] 3.2
        
   "subscribe"                            5 0286 0009 [17] 6
   "approved"                             5 0160 0008 [17] 6
   "deactivated"                          5 0374 000B [17] 6
   "provation"                            5 014F 0009 [17] 6
   "rejected"                             5 00F0 0008 [17] 6
   "timeout"                              5 0590 0007 [17] 6
   "giveup"                               5 0470 0006 [17] 6
   "noresource"                           5 0821 000A [17] 6
   "expiration="                          4 08A3 000B [17] 6
   "duration-subscribed="                 4 02A6 0014 [17] 6
   "lang="                                1 092F 0005 [10] 5.1
                                                      [16] 2.2.5
                                                      [17] 6
                                                      [19] 5.1
   ":simple-filter"                       3 057F 000E [18] 7
   "filter-set"                           3 0587 000A [18] 7
   "ns-bindings"                          3 0871 000B [18] 7
   "ns-binding"                           3 0871 000A [18] 7
   "filter"                               3 0393 0006 [18] 7
   "prefix="                              5 012E 0007 [18] 7
   "urn="                                 5 0248 0004 [18] 7
   "what"                                 4 0356 0004 [18] 7
   "trigger"                              4 051A 0007 [18] 7
   "uri="                                 4 0352 0004 [18] 7
                                                      [19] 5.1
   "domain="                              5 0045 0007 [18] 7
   "remove="                              5 0105 0007 [18] 7
   "enabled="                             5 010E 0008 [18] 7
   "include="                             5 0158 0008 [18] 7
   "exclude="                             5 00B6 0008 [18] 7
   "changed"                              4 0340 0007 [18] 7
   "added"                                4 034D 0005 [18] 7
   "removed"                              4 0780 0007 [18] 7
   ":rlmi"                                3 0666 0005 [19] 5.1
   "list"                                 3 0467 0004 [19] 5.1
   "name"                                 3 05BA 0004 [19] 5.1
   "resource"                             3 0520 0008 [19] 5.1
   "fullState="                           3 0772 000A [19] 5.1
   "cid="                                 5 0228 0004 [19] 5.1
   "instance"                             4 0862 0008 [19] 5.1
   "reason="                              5 08C5 0007 [19] 5.1
   ":caps"                                3 0672 0005 [20] 3.2, 3.3
   "servcaps"                             3 03B3 0008 [20] 3.2
   "application"                          3 06C5 000B [20] 3.2
   "control"                              3 05F2 0007 [20] 3.2
   "message"                              3 0489 0007 [20] 3.2
   "type"                                 3 04AD 0004 [20] 3.2
   "automata"                             3 06BE 0008 [20] 3.2
        

"duplex" 3 089F 0006 [20] 3.2 "description" 3 02D0 000B [20] 3.2, 3.3 [21] "event-packages" 3 0426 000E [20] 3.2 "priority" 3 069F 0008 [20] 3.2, 3.3 "methods" 3 05C6 0007 [20] 3.2 "extensions" 3 0869 000A [20] 3.2 "schemes" 3 0485 0007 [20] 3.2 "actor" 3 077C 0005 [20] 3.2 "isfocus" 3 0621 0007 [20] 3.2 "languages" 3 047D 0009 [20] 3.2 "supported" 4 06D2 0009 [20] 3.2, 3.3 "notsupported" 4 06CF 000C [20] 3.2, 3.3 "business" 5 0787 0008 [20] 3.2.11 "personal" 5 0089 0008 [20] 3.2.11 "half" 5 0135 0004 [20] 3.2.12 "receive-only" 5 065A 000C [20] 3.2.12 "send-only" 5 0068 0009 [20] 3.2.12 "lowerthan" 5 009C 0009 [20] 3.2, 3.3 "higherthan" 5 02BA 000A [20] 3.2, 3.3 "equals" 5 030D 0006 [20] 3.2, 3.3 "range" 5 0325 0005 [20] 3.2, 3.3 "maxvalue=" 5 079D 0009 [20] 3.2, 3.3 "minvalue=" 5 0669 0009 [20] 3.2, 3.3 "value=" 5 066C 0006 [20] 3.2, 3.3 "max=" 5 0238 0004 [20] 3.2, 3.3 "min=" 5 0230 0004 [20] 3.2, 3.3 "devcaps" 3 08F5 0007 [20] 3.3 "mobility" 5 044C 0008 [20] 3.3 "fixed" 5 0215 0005 [20] 3.3.2 "mobile" 5 0050 0006 [20] 3.3.2 "conference" 5 0304 000A [20] 3.2.14 "dialog" 5 03F7 0006 [20] 3.2.14 "kplm" 5 0449 0004 [20] 3.2.14 "message-summary" 5 0489 000F [20] 3.2.14 "poc-settings" 5 053F 000C [20] 3.2.14 "refer" 5 0281 0005 [20] 3.2.14 "Siemens-RTP-Stats" 5 04DC 0011 [20] 3.2.14 "spirits-INDPs" 5 005C 000D [20] 3.2.14 "spirits-user-prog" 5 025A 0011 [20] 3.2.14 "winfo" 5 090E 0005 [20] 3.2.14 "CANCEL" 5 01D8 0006 [20] 3.2.16 "INFO" 5 04D3 0004 [20] 3.2.16 "INVITE" 5 01D2 0006 [20] 3.2.16 "MESSAGE" 5 017D 0007 [20] 3.2.16 "NOTIFY" 5 01CC 0006 [20] 3.2.16 "OPTIONS" 5 04D6 0007 [20] 3.2.16 "PRACK" 5 020B 0005 [20] 3.2.16

“duplex”3089F 0006[20]3.2“description”302D0 000B[20]3.2,3.3[21]“event packages”30426 000E[20]3.2“priority”3069F 0008[20]3.2,3.3“methods”305C60007[20]3.2“extensions”30869 000A[20]3.2“schemes”30485 0007[20]3.2“actor”3077C 0005[20]3.2“isfocus”30621 0007[20]3.2“languages”30421 0007[20]3.2“languages[20]2”支持406D20009[20]3.2,3.3“不支持”406CF 000C[20]3.2,3.3“业务”50787008[20]3.2.11“个人”500890008[20]3.2.11“一半”50135004[20]3.2.12“仅接收”5065A 000C[20]3.2.12“仅发送”500680009[20]3.2.12“低于”5009C 0009[20]3.2,3.2,3.3“高于”503A[20]3.0306]3.2,3.3“range”5 0325 0005[20]3.2,3.3“maxvalue=”5 079D 0009[20]3.2,3.3“minvalue=”5 0669 0009[20]3.2,3.3“value=”5 066C 0006[20]3.2,3.3“max=”5 0238 0004[20]3.2,3.3“min=”5 0230 0004[20]3.2,3.3“devcaps”3 08F5 0007[20]3.3“mobility”5 044C 0008[20]3.3]5固定式[20]3.0003]移动式[20]3.0003]“会议”5 0304 000A[20]3.2.14“对话”5 03F7 0006[20]3.2.14“kplm”5 0449 0004[20]3.2.14“消息摘要”5 0489 000F[20]3.2.14“poc设置”5 053F 000C[20]3.2.14“西门子RTP统计”5 04DC 0011[20]3.2.14“烈酒INDPs”5 005C 000D[20]3.2.14“烈酒用户程序”5 0281 0005[20]3.14“5 090E 0005[20]3.2.14”取消“5 01D8 0006[20]3.2.16”信息“5 04D3 0004[20]3.2.16”邀请“5 01D2 0006[20]3.2.16”消息“5 017D 0007[20]3.2.16”通知“5 01CC 0006[20]3.2.16”选项“5 04D6 0007[20]3.2.16”PRACK“5 020B 0005[20]3.2.16”

   "PUBLISH"                              5 01A7 0007 [20] 3.2.16
   "REFER"                                5 0116 0005 [20] 3.2.16
   "REGISTER"                             5 011A 0008 [20] 3.2.16
   "SUBSCRIBE"                            5 0146 0009 [20] 3.2.16
   "UPDATE"                               5 01C6 0006 [20] 3.2.16
   "100rel"                               5 0531 0006 [20] 3.2.17
   "early-session"                        5 07CF 000D [20] 3.2.17
   "eventlist"                            5 0462 0009 [20] 3.2.17
   "histinfo"                             5 00F8 0008 [20] 3.2.17
   "join"                                 5 0454 0004 [20] 3.2.17
   "norefersub"                           5 027F 000A [20] 3.2.17
   "path"                                 5 0071 0004 [20] 3.2.17
   "precondition"                         5 0816 000C [20] 3.2.17
   "pref"                                 5 012E 0004 [20] 3.2.17
   "replaces"                             5 073F 0008 [20] 3.2.17
   "resource-priority"                    5 0823 0011 [20] 3.2.17
   "sdp-anat"                             5 087B 0008 [20] 3.2.17
   "sec-agree"                            5 07C7 0009 [20] 3.2.17
   "tdialog"                              5 03F6 0007 [20] 3.2.17
   "timer"                                5 073B 0005 [20] 3.2.17
   "principal"                            5 0475 0009 [20] 3.2.19
   "attendant"                            5 0881 0009 [20] 3.2.19
   "msg-taker"                            5 02E9 0009 [20] 3.2.19
   "information"                          5 05B0 000B [20] 3.2.19
   "urn:oma:xml:prs:pidf:oma-pres"        3 0556 001D [21]
   "service-description"                  4 02C8 0013 [21]
   "service-id"                           4 04EC 000A [21]
   "version"                              4 0906 0007 [21]
   "willingness"                          4 040C 000B [21]
   "session-paticipation"                 4 07D5 0014 [21]
   "registration-state"                   4 03BE 0012 [21]
   "barring-state"                        4 03D1 000D [21]
   "overriding-willingness"               4 0401 0016 [21]
   "network-availability"                 4 07F1 0014 [21]
        
   "PUBLISH"                              5 01A7 0007 [20] 3.2.16
   "REFER"                                5 0116 0005 [20] 3.2.16
   "REGISTER"                             5 011A 0008 [20] 3.2.16
   "SUBSCRIBE"                            5 0146 0009 [20] 3.2.16
   "UPDATE"                               5 01C6 0006 [20] 3.2.16
   "100rel"                               5 0531 0006 [20] 3.2.17
   "early-session"                        5 07CF 000D [20] 3.2.17
   "eventlist"                            5 0462 0009 [20] 3.2.17
   "histinfo"                             5 00F8 0008 [20] 3.2.17
   "join"                                 5 0454 0004 [20] 3.2.17
   "norefersub"                           5 027F 000A [20] 3.2.17
   "path"                                 5 0071 0004 [20] 3.2.17
   "precondition"                         5 0816 000C [20] 3.2.17
   "pref"                                 5 012E 0004 [20] 3.2.17
   "replaces"                             5 073F 0008 [20] 3.2.17
   "resource-priority"                    5 0823 0011 [20] 3.2.17
   "sdp-anat"                             5 087B 0008 [20] 3.2.17
   "sec-agree"                            5 07C7 0009 [20] 3.2.17
   "tdialog"                              5 03F6 0007 [20] 3.2.17
   "timer"                                5 073B 0005 [20] 3.2.17
   "principal"                            5 0475 0009 [20] 3.2.19
   "attendant"                            5 0881 0009 [20] 3.2.19
   "msg-taker"                            5 02E9 0009 [20] 3.2.19
   "information"                          5 05B0 000B [20] 3.2.19
   "urn:oma:xml:prs:pidf:oma-pres"        3 0556 001D [21]
   "service-description"                  4 02C8 0013 [21]
   "service-id"                           4 04EC 000A [21]
   "version"                              4 0906 0007 [21]
   "willingness"                          4 040C 000B [21]
   "session-paticipation"                 4 07D5 0014 [21]
   "registration-state"                   4 03BE 0012 [21]
   "barring-state"                        4 03D1 000D [21]
   "overriding-willingness"               4 0401 0016 [21]
   "network-availability"                 4 07F1 0014 [21]
        

Figure 2: Input Strings

图2:输入字符串

References

工具书类

Normative References

规范性引用文件

[1] Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, March 1997.

[1] Bradner,S.,“RFC中用于表示需求水平的关键词”,BCP 14,RFC 2119,1997年3月。

[2] Price, R., Bormann, C., Christoffersson, J., Hannu, H., Liu, Z., and J. Rosenberg, "Signaling Compression (SigComp)", RFC 3320, January 2003.

[2] Price,R.,Bormann,C.,Christofferson,J.,Hannu,H.,Liu,Z.,和J.Rosenberg,“信号压缩(SigComp)”,RFC3320,2003年1月。

Informative References

资料性引用

[3] Deutsch, P., "DEFLATE Compressed Data Format Specification version 1.3", RFC 1951, May 1996.

[3] Deutsch,P.,“DEFLATE压缩数据格式规范1.3版”,RFC1951,1996年5月。

[4] Rosenberg, J., Schulzrinne, H., Camarillo, G., Johnston, A., Peterson, J., Sparks, R., Handley, M., and E. Schooler, "SIP: Session Initiation Protocol", RFC 3261, June 2002.

[4] Rosenberg,J.,Schulzrinne,H.,Camarillo,G.,Johnston,A.,Peterson,J.,Sparks,R.,Handley,M.,和E.Schooler,“SIP:会话启动协议”,RFC 3261,2002年6月。

[5] Roach, A., "Session Initiation Protocol (SIP)-Specific Event Notification", RFC 3265, June 2002.

[5] Roach,A.,“会话启动协议(SIP)-特定事件通知”,RFC3265,2002年6月。

[6] Yergeau, F., "UTF-8, a transformation format of ISO 10646", STD 63, RFC 3629, November 2003.

[6] Yergeau,F.,“UTF-8,ISO 10646的转换格式”,STD 63,RFC 3629,2003年11月。

[7] Garcia-Martin, M., Bormann, C., Ott, J., Price, R., and A. Roach, "The Session Initiation Protocol (SIP) and Session Description Protocol (SDP) Static Dictionary for Signaling Compression (SigComp)", RFC 3485, February 2003.

[7] Garcia Martin,M.,Bormann,C.,Ott,J.,Price,R.,和A.Roach,“会话启动协议(SIP)和会话描述协议(SDP)信令压缩静态字典(SigComp)”,RFC 3485,2003年2月。

[8] Sugano, H., Fujimoto, S., Klyne, G., Bateman, A., Carr, W., and J. Peterson, "Presence Information Data Format (PIDF)", RFC 3863, August 2004.

[8] Sugano,H.,Fujimoto,S.,Klyne,G.,Batman,A.,Carr,W.,和J.Peterson,“状态信息数据格式(PIDF)”,RFC 38632004年8月。

[9] Handley, M., Jacobson, V., and C. Perkins, "SDP: Session Description Protocol", RFC 4566, July 2006.

[9] Handley,M.,Jacobson,V.,和C.Perkins,“SDP:会话描述协议”,RFC4566,2006年7月。

[10] Rosenberg, J., "A Data Model for Presence", RFC 4479, July 2006.

[10] Rosenberg,J.,“存在的数据模型”,RFC 4479,2006年7月。

[11] Schulzrinne, H., Gurbani, V., Kyzivat, P., and J. Rosenberg, "RPID: Rich Presence Extensions to the Presence Information Data Format (PIDF)", RFC 4480, July 2006.

[11] Schulzrinne,H.,Gurbani,V.,Kyzivat,P.,和J.Rosenberg,“RPID:状态信息数据格式(PIDF)的丰富状态扩展”,RFC 44802006年7月。

[12] Schulzrinne, H., "CIPID: Contact Information for the Presence Information Data Format", RFC 4482, July 2006.

[12] Schulzrinne,H.,“CIPID:状态信息数据格式的联系信息”,RFC 4482,2006年7月。

[13] Schulzrinne, H., "Timed Presence Extensions to the Presence Information Data Format (PIDF) to Indicate Status Information for Past and Future Time Intervals", RFC 4481, July 2006.

[13] Schulzrinne,H.,“状态信息数据格式(PIDF)的定时状态扩展,用于指示过去和未来时间间隔的状态信息”,RFC 4481,2006年7月。

[14] Urpalainen, J., "An Extensible Markup Language (XML) Patch Operations Framework Utilizing XML Path Language (XPath) Selectors", Work in Progress, March 2006.

[14] Urpalainen,J.,“利用XML路径语言(XPath)选择器的可扩展标记语言(XML)修补程序操作框架”,进展中的工作,2006年3月。

[15] Lonnfors, M.,Leppanen, E., Khartabil, H., and J. Urpalainen, "Presence Information Data format (PIDF) Extension for Partial Presence", Work in Progress, November 2006.

[15] Lonnfors,M.,Leppanen,E.,Khartabil,H.,和J.Urpalainen,“局部存在的存在信息数据格式(PIDF)扩展”,正在进行的工作,2006年11月。

[16] Peterson, J., "A Presence-based GEOPRIV Location Object Format", RFC 4119, December 2005.

[16] Peterson,J.,“基于状态的GEOPRIV定位对象格式”,RFC 4119,2005年12月。

[17] Rosenberg, J., "An Extensible Markup Language (XML) Based Format for Watcher Information", RFC 3858, August 2004.

[17] Rosenberg,J.,“基于可扩展标记语言(XML)的观察者信息格式”,RFC3858,2004年8月。

[18] Khartabil, H., Leppanen, E., Lonnfors, M., and J. Costa-Requena, "An Extensible Markup Language (XML)-Based Format for Event Notification Filtering", RFC 4661, September 2006.

[18] H.Khartabil、Leppanen、E.Lonnfors、M.和J.Costa Requena,“基于可扩展标记语言(XML)的事件通知过滤格式”,RFC 46612006年9月。

[19] Roach, A., Campbell, B., and J. Rosenberg, "A Session Initiation Protocol (SIP) Event Notification Extension for Resource Lists", RFC 4662, August 2006.

[19] Roach,A.,Campbell,B.,和J.Rosenberg,“资源列表的会话启动协议(SIP)事件通知扩展”,RFC 4662,2006年8月。

[20] Lonnfors, M. and K. Kiss, "Session Initiation Protocol (SIP) User Agent Capability Extension to Presence Information Data Format (PIDF)", Work in Progress, July 2006.

[20] Lonnfors,M.和K.Kiss,“会话启动协议(SIP)用户代理能力扩展到状态信息数据格式(PIDF)”,正在进行的工作,2006年7月。

[21] Open Mobile Alliance, OMA., "OMA Presence Simple V1.0.1, Presence Information Data Format PIDF Schema Description", November 2006.

[21] 开放移动联盟,OMA.,“OMA状态简单V1.0.1,状态信息数据格式PIDF模式描述”,2006年11月。

[22] Paoli, J., Maler, E., Yergeau, F., Sperberg-McQueen, C., and T. Bray, "Extensible Markup Language (XML) 1.0 (Fourth Edition)", World Wide Web Consortium Recommendation REC-xml-20060816, August 2006, <http://www.w3.org/TR/2006/REC-xml-20060816>.

[22] Paoli,J.,Maler,E.,Yergeau,F.,Sperberg McQueen,C.,和T.Bray,“可扩展标记语言(XML)1.0(第四版)”,万维网联盟建议REC-XML-20060816,2006年8月<http://www.w3.org/TR/2006/REC-xml-20060816>.

[23] Fallside, D. and P. Walmsley, "XML Schema Part 0: Primer Second Edition", World Wide Web Consortium Recommendation REC-xmlschema-0-20041028, October 2004, <http://www.w3.org/TR/2004/REC-xmlschema-0-20041028>.

[23] Fallside,D.和P.Walmsley,“XML模式第0部分:入门第二版”,万维网联盟建议REC-xmlschema-0-20041028,2004年10月<http://www.w3.org/TR/2004/REC-xmlschema-0-20041028>.

Author's Address

作者地址

Miguel A. Garcia-Martin Nokia Siemens Networks P.O.Box 6 Nokia Siemens Networks, FIN 02022 Finland

Miguel A.Garcia Martin诺基亚西门子网络公司芬兰芬兰芬兰诺基亚西门子网络公司邮政信箱6号02022

   EMail: miguel.garcia@nsn.com
        
   EMail: miguel.garcia@nsn.com
        

Full Copyright Statement

完整版权声明

Copyright (C) The IETF Trust (2008).

版权所有(C)IETF信托基金(2008年)。

This document is subject to the rights, licenses and restrictions contained in BCP 78, and except as set forth therein, the authors retain all their rights.

本文件受BCP 78中包含的权利、许可和限制的约束,除其中规定外,作者保留其所有权利。

This document and the information contained herein are provided on an "AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY, THE IETF TRUST AND THE INTERNET ENGINEERING TASK FORCE DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.

本文件及其包含的信息以“原样”为基础提供,贡献者、他/她所代表或赞助的组织(如有)、互联网协会、IETF信托基金和互联网工程任务组不承担任何明示或暗示的担保,包括但不限于任何保证,即使用本文中的信息不会侵犯任何权利,或对适销性或特定用途适用性的任何默示保证。

Intellectual Property

知识产权

The IETF takes no position regarding the validity or scope of any Intellectual Property Rights or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; nor does it represent that it has made any independent effort to identify any such rights. Information on the procedures with respect to rights in RFC documents can be found in BCP 78 and BCP 79.

IETF对可能声称与本文件所述技术的实施或使用有关的任何知识产权或其他权利的有效性或范围,或此类权利下的任何许可可能或可能不可用的程度,不采取任何立场;它也不表示它已作出任何独立努力来确定任何此类权利。有关RFC文件中权利的程序信息,请参见BCP 78和BCP 79。

Copies of IPR disclosures made to the IETF Secretariat and any assurances of licenses to be made available, or the result of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementers or users of this specification can be obtained from the IETF on-line IPR repository at http://www.ietf.org/ipr.

向IETF秘书处披露的知识产权副本和任何许可证保证,或本规范实施者或用户试图获得使用此类专有权利的一般许可证或许可的结果,可从IETF在线知识产权存储库获取,网址为http://www.ietf.org/ipr.

The IETF invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary rights that may cover technology that may be required to implement this standard. Please address the information to the IETF at ietf-ipr@ietf.org.

IETF邀请任何相关方提请其注意任何版权、专利或专利申请,或其他可能涵盖实施本标准所需技术的专有权利。请将信息发送至IETF的IETF-ipr@ietf.org.