libastag 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. data/BUGS +10 -0
  2. data/CHANGES +8 -1
  3. data/MIT-LICENSE +2 -1
  4. data/README +7 -3
  5. data/Rakefile +3 -2
  6. data/TODO +4 -7
  7. data/doc/classes/Helpers.html +16 -20
  8. data/doc/classes/Helpers/REXML.html +4 -4
  9. data/doc/classes/Helpers/REXML/Attributes.html +10 -10
  10. data/doc/classes/Libastag.html +5 -5
  11. data/doc/classes/Libastag/Rabbit.html +56 -56
  12. data/doc/classes/Libastag/RabitEar.html +4 -4
  13. data/doc/classes/Libastag/RabitLed.html +4 -4
  14. data/doc/classes/Request.html +33 -37
  15. data/doc/classes/Request/Action.html +34 -34
  16. data/doc/classes/Request/AudioStream.html +313 -0
  17. data/doc/classes/Request/Base.html +13 -10
  18. data/doc/classes/Request/Base/Event.html +58 -23
  19. data/doc/classes/Request/Base/EventCollection.html +35 -32
  20. data/doc/classes/Request/Choregraphy.html +500 -0
  21. data/doc/classes/Request/Choregraphy/BadChorDesc.html +135 -0
  22. data/doc/classes/Request/Choregraphy/Ears.html +130 -0
  23. data/doc/classes/Request/Choregraphy/Ears/Directions.html +141 -0
  24. data/doc/classes/Request/Choregraphy/Ears/Positions.html +146 -0
  25. data/doc/classes/Request/Choregraphy/Leds.html +130 -0
  26. data/doc/classes/Request/Choregraphy/Leds/Colors.html +171 -0
  27. data/doc/classes/Request/Choregraphy/Leds/Positions.html +161 -0
  28. data/doc/classes/Request/GET_EARS_POSITION.html +17 -14
  29. data/doc/classes/Request/IdMessage.html +234 -0
  30. data/doc/classes/Request/Query.html +80 -55
  31. data/doc/classes/Request/SetEarsPosition.html +58 -36
  32. data/doc/classes/Request/TtsMessage.html +74 -50
  33. data/doc/classes/Response.html +55 -124
  34. data/doc/classes/Response/AbuseSending.html +34 -34
  35. data/doc/classes/Response/Base.html +34 -34
  36. data/doc/classes/Response/Base/BadServerRsp.html +34 -34
  37. data/doc/classes/Response/Base/GoodServerRsp.html +34 -34
  38. data/doc/classes/Response/Base/ServerRsp.html +53 -53
  39. data/doc/classes/Response/Blacklist.html +34 -34
  40. data/doc/classes/Response/ChorNotSend.html +34 -34
  41. data/doc/classes/Response/ChorSend.html +34 -34
  42. data/doc/classes/Response/CommandSend.html +34 -34
  43. data/doc/classes/Response/EarPositionNotSend.html +34 -34
  44. data/doc/classes/Response/EarPositionSend.html +34 -34
  45. data/doc/classes/Response/EmptyServerRsp.html +34 -34
  46. data/doc/classes/Response/LangListUser.html +34 -34
  47. data/doc/classes/Response/LinkPreview.html +34 -34
  48. data/doc/classes/Response/ListFriend.html +34 -34
  49. data/doc/classes/Response/ListReceivedMsg.html +34 -34
  50. data/doc/classes/Response/MessageNotSend.html +34 -34
  51. data/doc/classes/Response/MessageSend.html +34 -34
  52. data/doc/classes/Response/NabCastNotSend.html +34 -34
  53. data/doc/classes/Response/NabCastSend.html +34 -34
  54. data/doc/classes/Response/NoCorrectParameters.html +34 -34
  55. data/doc/classes/Response/NoGoodTokenOrSerial.html +34 -34
  56. data/doc/classes/Response/NotV2Rabbit.html +34 -34
  57. data/doc/classes/Response/PositionEar.html +34 -34
  58. data/doc/classes/Response/ProtocolExcepion.html +35 -35
  59. data/doc/classes/Response/RabbitName.html +34 -34
  60. data/doc/classes/Response/RabbitSleep.html +34 -34
  61. data/doc/classes/Response/RabbitVersion.html +34 -34
  62. data/doc/classes/Response/Signature.html +34 -34
  63. data/doc/classes/Response/Timezone.html +34 -34
  64. data/doc/classes/Response/TtsNotSend.html +34 -34
  65. data/doc/classes/Response/TtsSend.html +34 -34
  66. data/doc/classes/Response/VoiceListTts.html +34 -34
  67. data/doc/classes/Response/WebRadioNotSend.html +34 -34
  68. data/doc/classes/Response/WebRadioSend.html +34 -34
  69. data/doc/created.rid +1 -1
  70. data/doc/dot/f_0.png +0 -0
  71. data/doc/dot/f_5.dot +13 -445
  72. data/doc/dot/f_5.png +0 -0
  73. data/doc/dot/f_6.dot +445 -11
  74. data/doc/dot/f_6.png +0 -0
  75. data/doc/dot/f_7.dot +30 -5
  76. data/doc/dot/f_7.png +0 -0
  77. data/doc/dot/f_8.dot +39 -0
  78. data/doc/dot/f_8.png +0 -0
  79. data/doc/files/{lib/violet/violetapi_rb.html → BUGS.html} +17 -9
  80. data/doc/files/CHANGES.html +15 -2
  81. data/doc/files/MIT-LICENSE.html +2 -2
  82. data/doc/files/README.html +13 -3
  83. data/doc/files/TODO.html +5 -8
  84. data/doc/files/lib/libastag_rb.html +12 -10
  85. data/doc/files/lib/violet/helpers_rb.html +5 -5
  86. data/doc/files/lib/violet/request_rb.html +16 -12
  87. data/doc/files/lib/violet/response_rb.html +36 -35
  88. data/doc/fr_class_index.html +10 -1
  89. data/doc/fr_file_index.html +1 -1
  90. data/doc/fr_method_index.html +25 -12
  91. data/examples/morse.rb +72 -0
  92. data/lib/libastag.rb +6 -2
  93. data/lib/violet/helpers.rb +4 -2
  94. data/lib/violet/request.rb +501 -47
  95. data/lib/violet/response.rb +5 -2
  96. data/test/fake_violet_srv.rb +1 -1
  97. data/test/test_helpers.rb +3 -5
  98. data/test/{test_send.rb → test_query_and_actions.rb} +27 -10
  99. data/test/test_request_base.rb +76 -0
  100. data/test/test_request_chor.rb +162 -0
  101. data/test/test_request_stuff.rb +171 -0
  102. data/test/test_response.rb +3 -4
  103. metadata +45 -20
  104. data/doc/classes/VioletAPI.html +0 -118
  105. data/doc/dot/f_4.dot +0 -57
  106. data/doc/dot/f_4.png +0 -0
  107. data/lib/violet/violetapi.rb +0 -14
  108. data/test/test_request.rb +0 -20
@@ -81,45 +81,45 @@
81
81
  <div id="contextContent">
82
82
  <div id="diagram">
83
83
  <map id="map" name="map">
84
- <area shape="rect" coords="1625,229,1732,277" href="Base/GoodServerRsp.html" alt="GoodServerRsp" />
84
+ <area shape="rect" coords="1621,229,1731,277" href="Base/GoodServerRsp.html" alt="GoodServerRsp" />
85
85
  <area shape="rect" coords="27,325,136,373" href="EarPositionSend.html" alt="EarPositionSend" />
86
86
  <area shape="rect" coords="160,325,256,373" href="NabCastSend.html" alt="NabCastSend" />
87
- <area shape="rect" coords="280,325,384,373" href="CommandSend.html" alt="CommandSend" />
88
- <area shape="rect" coords="408,325,485,373" href="Signature.html" alt="Signature" />
89
- <area shape="rect" coords="509,325,595,373" href="PositionEar.html" alt="PositionEar" />
90
- <area shape="rect" coords="619,325,707,373" href="VoiceListTts.html" alt="VoiceListTts" />
91
- <area shape="rect" coords="731,325,819,373" href="LinkPreview.html" alt="LinkPreview" />
87
+ <area shape="rect" coords="280,325,381,373" href="CommandSend.html" alt="CommandSend" />
88
+ <area shape="rect" coords="405,325,483,373" href="Signature.html" alt="Signature" />
89
+ <area shape="rect" coords="507,325,589,373" href="PositionEar.html" alt="PositionEar" />
90
+ <area shape="rect" coords="613,325,704,373" href="VoiceListTts.html" alt="VoiceListTts" />
91
+ <area shape="rect" coords="728,325,819,373" href="LinkPreview.html" alt="LinkPreview" />
92
92
  <area shape="rect" coords="843,325,941,373" href="MessageSend.html" alt="MessageSend" />
93
93
  <area shape="rect" coords="965,325,1059,373" href="LangListUser.html" alt="LangListUser" />
94
- <area shape="rect" coords="1083,325,1173,373" href="RabbitName.html" alt="RabbitName" />
95
- <area shape="rect" coords="1197,325,1269,373" href="TtsSend.html" alt="TtsSend" />
96
- <area shape="rect" coords="1293,325,1405,373" href="ListReceivedMsg.html" alt="ListReceivedMsg" />
97
- <area shape="rect" coords="1429,325,1507,373" href="ListFriend.html" alt="ListFriend" />
98
- <area shape="rect" coords="1531,325,1619,373" href="RabbitSleep.html" alt="RabbitSleep" />
99
- <area shape="rect" coords="1643,325,1715,373" href="Blacklist.html" alt="Blacklist" />
100
- <area shape="rect" coords="1739,325,1816,373" href="Timezone.html" alt="Timezone" />
101
- <area shape="rect" coords="1840,325,1939,373" href="RabbitVersion.html" alt="RabbitVersion" />
102
- <area shape="rect" coords="1963,325,2067,373" href="WebRadioSend.html" alt="WebRadioSend" />
103
- <area shape="rect" coords="2091,325,2168,373" href="ChorSend.html" alt="ChorSend" />
104
- <area shape="rect" coords="1756,229,1855,277" href="Base/BadServerRsp.html" alt="BadServerRsp" />
105
- <area shape="rect" coords="2192,325,2331,373" href="NoGoodTokenOrSerial.html" alt="NoGoodTokenOrSerial" />
106
- <area shape="rect" coords="2355,325,2451,373" href="ChorNotSend.html" alt="ChorNotSend" />
107
- <area shape="rect" coords="2475,325,2589,373" href="NabCastNotSend.html" alt="NabCastNotSend" />
108
- <area shape="rect" coords="2613,325,2728,373" href="MessageNotSend.html" alt="MessageNotSend" />
109
- <area shape="rect" coords="2752,325,2851,373" href="AbuseSending.html" alt="AbuseSending" />
110
- <area shape="rect" coords="2875,325,3008,373" href="NoCorrectParameters.html" alt="NoCorrectParameters" />
111
- <area shape="rect" coords="3032,325,3120,373" href="TtsNotSend.html" alt="TtsNotSend" />
112
- <area shape="rect" coords="3144,325,3235,373" href="NotV2Rabbit.html" alt="NotV2Rabbit" />
113
- <area shape="rect" coords="3259,325,3381,373" href="WebRadioNotSend.html" alt="WebRadioNotSend" />
114
- <area shape="rect" coords="3405,325,3531,373" href="EarPositionNotSend.html" alt="EarPositionNotSend" />
115
- <area shape="rect" coords="1149,5,1227,53" href="../Exception.html" alt="Exception" />
116
- <area shape="rect" coords="1131,133,1245,181" href="ProtocolExcepion.html" alt="ProtocolExcepion" />
117
- <area shape="rect" coords="1765,133,1845,181" href="Base/ServerRsp.html" alt="ServerRsp" />
118
- <area shape="rect" coords="1879,229,1991,277" href="EmptyServerRsp.html" alt="EmptyServerRsp" />
119
- <area shape="rect" coords="1615,99,1865,288" href="Base.html" alt="Base" />
120
- <area shape="rect" coords="16,64,3541,384" href="../Response.html" alt="Response" />
94
+ <area shape="rect" coords="1083,325,1171,373" href="RabbitName.html" alt="RabbitName" />
95
+ <area shape="rect" coords="1195,325,1267,373" href="TtsSend.html" alt="TtsSend" />
96
+ <area shape="rect" coords="1291,325,1403,373" href="ListReceivedMsg.html" alt="ListReceivedMsg" />
97
+ <area shape="rect" coords="1427,325,1504,373" href="ListFriend.html" alt="ListFriend" />
98
+ <area shape="rect" coords="1528,325,1616,373" href="RabbitSleep.html" alt="RabbitSleep" />
99
+ <area shape="rect" coords="1640,325,1712,373" href="Blacklist.html" alt="Blacklist" />
100
+ <area shape="rect" coords="1736,325,1813,373" href="Timezone.html" alt="Timezone" />
101
+ <area shape="rect" coords="1837,325,1936,373" href="RabbitVersion.html" alt="RabbitVersion" />
102
+ <area shape="rect" coords="1960,325,2064,373" href="WebRadioSend.html" alt="WebRadioSend" />
103
+ <area shape="rect" coords="2088,325,2165,373" href="ChorSend.html" alt="ChorSend" />
104
+ <area shape="rect" coords="1755,229,1856,277" href="Base/BadServerRsp.html" alt="BadServerRsp" />
105
+ <area shape="rect" coords="2189,325,2325,373" href="NoGoodTokenOrSerial.html" alt="NoGoodTokenOrSerial" />
106
+ <area shape="rect" coords="2349,325,2443,373" href="ChorNotSend.html" alt="ChorNotSend" />
107
+ <area shape="rect" coords="2467,325,2579,373" href="NabCastNotSend.html" alt="NabCastNotSend" />
108
+ <area shape="rect" coords="2603,325,2717,373" href="MessageNotSend.html" alt="MessageNotSend" />
109
+ <area shape="rect" coords="2741,325,2843,373" href="AbuseSending.html" alt="AbuseSending" />
110
+ <area shape="rect" coords="2867,325,3000,373" href="NoCorrectParameters.html" alt="NoCorrectParameters" />
111
+ <area shape="rect" coords="3024,325,3109,373" href="TtsNotSend.html" alt="TtsNotSend" />
112
+ <area shape="rect" coords="3133,325,3224,373" href="NotV2Rabbit.html" alt="NotV2Rabbit" />
113
+ <area shape="rect" coords="3248,325,3368,373" href="WebRadioNotSend.html" alt="WebRadioNotSend" />
114
+ <area shape="rect" coords="3392,325,3517,373" href="EarPositionNotSend.html" alt="EarPositionNotSend" />
115
+ <area shape="rect" coords="1136,5,1235,53" href="../StandardError.html" alt="StandardError" />
116
+ <area shape="rect" coords="1128,133,1243,181" href="ProtocolExcepion.html" alt="ProtocolExcepion" />
117
+ <area shape="rect" coords="1764,133,1847,181" href="Base/ServerRsp.html" alt="ServerRsp" />
118
+ <area shape="rect" coords="1880,229,1992,277" href="EmptyServerRsp.html" alt="EmptyServerRsp" />
119
+ <area shape="rect" coords="1611,99,1867,288" href="Base.html" alt="Base" />
120
+ <area shape="rect" coords="16,64,3528,384" href="../Response.html" alt="Response" />
121
121
  </map>
122
- <img src="../../dot/f_5.png" usemap="#map" border="0" alt="dot/f_5.png">
122
+ <img src="../../dot/f_6.png" usemap="#map" border="0" alt="dot/f_6.png">
123
123
  </div>
124
124
 
125
125
  <div id="description">
@@ -81,45 +81,45 @@
81
81
  <div id="contextContent">
82
82
  <div id="diagram">
83
83
  <map id="map" name="map">
84
- <area shape="rect" coords="1625,229,1732,277" href="Base/GoodServerRsp.html" alt="GoodServerRsp" />
84
+ <area shape="rect" coords="1621,229,1731,277" href="Base/GoodServerRsp.html" alt="GoodServerRsp" />
85
85
  <area shape="rect" coords="27,325,136,373" href="EarPositionSend.html" alt="EarPositionSend" />
86
86
  <area shape="rect" coords="160,325,256,373" href="NabCastSend.html" alt="NabCastSend" />
87
- <area shape="rect" coords="280,325,384,373" href="CommandSend.html" alt="CommandSend" />
88
- <area shape="rect" coords="408,325,485,373" href="Signature.html" alt="Signature" />
89
- <area shape="rect" coords="509,325,595,373" href="PositionEar.html" alt="PositionEar" />
90
- <area shape="rect" coords="619,325,707,373" href="VoiceListTts.html" alt="VoiceListTts" />
91
- <area shape="rect" coords="731,325,819,373" href="LinkPreview.html" alt="LinkPreview" />
87
+ <area shape="rect" coords="280,325,381,373" href="CommandSend.html" alt="CommandSend" />
88
+ <area shape="rect" coords="405,325,483,373" href="Signature.html" alt="Signature" />
89
+ <area shape="rect" coords="507,325,589,373" href="PositionEar.html" alt="PositionEar" />
90
+ <area shape="rect" coords="613,325,704,373" href="VoiceListTts.html" alt="VoiceListTts" />
91
+ <area shape="rect" coords="728,325,819,373" href="LinkPreview.html" alt="LinkPreview" />
92
92
  <area shape="rect" coords="843,325,941,373" href="MessageSend.html" alt="MessageSend" />
93
93
  <area shape="rect" coords="965,325,1059,373" href="LangListUser.html" alt="LangListUser" />
94
- <area shape="rect" coords="1083,325,1173,373" href="RabbitName.html" alt="RabbitName" />
95
- <area shape="rect" coords="1197,325,1269,373" href="TtsSend.html" alt="TtsSend" />
96
- <area shape="rect" coords="1293,325,1405,373" href="ListReceivedMsg.html" alt="ListReceivedMsg" />
97
- <area shape="rect" coords="1429,325,1507,373" href="ListFriend.html" alt="ListFriend" />
98
- <area shape="rect" coords="1531,325,1619,373" href="RabbitSleep.html" alt="RabbitSleep" />
99
- <area shape="rect" coords="1643,325,1715,373" href="Blacklist.html" alt="Blacklist" />
100
- <area shape="rect" coords="1739,325,1816,373" href="Timezone.html" alt="Timezone" />
101
- <area shape="rect" coords="1840,325,1939,373" href="RabbitVersion.html" alt="RabbitVersion" />
102
- <area shape="rect" coords="1963,325,2067,373" href="WebRadioSend.html" alt="WebRadioSend" />
103
- <area shape="rect" coords="2091,325,2168,373" href="ChorSend.html" alt="ChorSend" />
104
- <area shape="rect" coords="1756,229,1855,277" href="Base/BadServerRsp.html" alt="BadServerRsp" />
105
- <area shape="rect" coords="2192,325,2331,373" href="NoGoodTokenOrSerial.html" alt="NoGoodTokenOrSerial" />
106
- <area shape="rect" coords="2355,325,2451,373" href="ChorNotSend.html" alt="ChorNotSend" />
107
- <area shape="rect" coords="2475,325,2589,373" href="NabCastNotSend.html" alt="NabCastNotSend" />
108
- <area shape="rect" coords="2613,325,2728,373" href="MessageNotSend.html" alt="MessageNotSend" />
109
- <area shape="rect" coords="2752,325,2851,373" href="AbuseSending.html" alt="AbuseSending" />
110
- <area shape="rect" coords="2875,325,3008,373" href="NoCorrectParameters.html" alt="NoCorrectParameters" />
111
- <area shape="rect" coords="3032,325,3120,373" href="TtsNotSend.html" alt="TtsNotSend" />
112
- <area shape="rect" coords="3144,325,3235,373" href="NotV2Rabbit.html" alt="NotV2Rabbit" />
113
- <area shape="rect" coords="3259,325,3381,373" href="WebRadioNotSend.html" alt="WebRadioNotSend" />
114
- <area shape="rect" coords="3405,325,3531,373" href="EarPositionNotSend.html" alt="EarPositionNotSend" />
115
- <area shape="rect" coords="1149,5,1227,53" href="../Exception.html" alt="Exception" />
116
- <area shape="rect" coords="1131,133,1245,181" href="ProtocolExcepion.html" alt="ProtocolExcepion" />
117
- <area shape="rect" coords="1765,133,1845,181" href="Base/ServerRsp.html" alt="ServerRsp" />
118
- <area shape="rect" coords="1879,229,1991,277" href="EmptyServerRsp.html" alt="EmptyServerRsp" />
119
- <area shape="rect" coords="1615,99,1865,288" href="Base.html" alt="Base" />
120
- <area shape="rect" coords="16,64,3541,384" href="../Response.html" alt="Response" />
94
+ <area shape="rect" coords="1083,325,1171,373" href="RabbitName.html" alt="RabbitName" />
95
+ <area shape="rect" coords="1195,325,1267,373" href="TtsSend.html" alt="TtsSend" />
96
+ <area shape="rect" coords="1291,325,1403,373" href="ListReceivedMsg.html" alt="ListReceivedMsg" />
97
+ <area shape="rect" coords="1427,325,1504,373" href="ListFriend.html" alt="ListFriend" />
98
+ <area shape="rect" coords="1528,325,1616,373" href="RabbitSleep.html" alt="RabbitSleep" />
99
+ <area shape="rect" coords="1640,325,1712,373" href="Blacklist.html" alt="Blacklist" />
100
+ <area shape="rect" coords="1736,325,1813,373" href="Timezone.html" alt="Timezone" />
101
+ <area shape="rect" coords="1837,325,1936,373" href="RabbitVersion.html" alt="RabbitVersion" />
102
+ <area shape="rect" coords="1960,325,2064,373" href="WebRadioSend.html" alt="WebRadioSend" />
103
+ <area shape="rect" coords="2088,325,2165,373" href="ChorSend.html" alt="ChorSend" />
104
+ <area shape="rect" coords="1755,229,1856,277" href="Base/BadServerRsp.html" alt="BadServerRsp" />
105
+ <area shape="rect" coords="2189,325,2325,373" href="NoGoodTokenOrSerial.html" alt="NoGoodTokenOrSerial" />
106
+ <area shape="rect" coords="2349,325,2443,373" href="ChorNotSend.html" alt="ChorNotSend" />
107
+ <area shape="rect" coords="2467,325,2579,373" href="NabCastNotSend.html" alt="NabCastNotSend" />
108
+ <area shape="rect" coords="2603,325,2717,373" href="MessageNotSend.html" alt="MessageNotSend" />
109
+ <area shape="rect" coords="2741,325,2843,373" href="AbuseSending.html" alt="AbuseSending" />
110
+ <area shape="rect" coords="2867,325,3000,373" href="NoCorrectParameters.html" alt="NoCorrectParameters" />
111
+ <area shape="rect" coords="3024,325,3109,373" href="TtsNotSend.html" alt="TtsNotSend" />
112
+ <area shape="rect" coords="3133,325,3224,373" href="NotV2Rabbit.html" alt="NotV2Rabbit" />
113
+ <area shape="rect" coords="3248,325,3368,373" href="WebRadioNotSend.html" alt="WebRadioNotSend" />
114
+ <area shape="rect" coords="3392,325,3517,373" href="EarPositionNotSend.html" alt="EarPositionNotSend" />
115
+ <area shape="rect" coords="1136,5,1235,53" href="../StandardError.html" alt="StandardError" />
116
+ <area shape="rect" coords="1128,133,1243,181" href="ProtocolExcepion.html" alt="ProtocolExcepion" />
117
+ <area shape="rect" coords="1764,133,1847,181" href="Base/ServerRsp.html" alt="ServerRsp" />
118
+ <area shape="rect" coords="1880,229,1992,277" href="EmptyServerRsp.html" alt="EmptyServerRsp" />
119
+ <area shape="rect" coords="1611,99,1867,288" href="Base.html" alt="Base" />
120
+ <area shape="rect" coords="16,64,3528,384" href="../Response.html" alt="Response" />
121
121
  </map>
122
- <img src="../../dot/f_5.png" usemap="#map" border="0" alt="dot/f_5.png">
122
+ <img src="../../dot/f_6.png" usemap="#map" border="0" alt="dot/f_6.png">
123
123
  </div>
124
124
 
125
125
  <div id="description">
@@ -81,45 +81,45 @@
81
81
  <div id="contextContent">
82
82
  <div id="diagram">
83
83
  <map id="map" name="map">
84
- <area shape="rect" coords="1625,229,1732,277" href="Base/GoodServerRsp.html" alt="GoodServerRsp" />
84
+ <area shape="rect" coords="1621,229,1731,277" href="Base/GoodServerRsp.html" alt="GoodServerRsp" />
85
85
  <area shape="rect" coords="27,325,136,373" href="EarPositionSend.html" alt="EarPositionSend" />
86
86
  <area shape="rect" coords="160,325,256,373" href="NabCastSend.html" alt="NabCastSend" />
87
- <area shape="rect" coords="280,325,384,373" href="CommandSend.html" alt="CommandSend" />
88
- <area shape="rect" coords="408,325,485,373" href="Signature.html" alt="Signature" />
89
- <area shape="rect" coords="509,325,595,373" href="PositionEar.html" alt="PositionEar" />
90
- <area shape="rect" coords="619,325,707,373" href="VoiceListTts.html" alt="VoiceListTts" />
91
- <area shape="rect" coords="731,325,819,373" href="LinkPreview.html" alt="LinkPreview" />
87
+ <area shape="rect" coords="280,325,381,373" href="CommandSend.html" alt="CommandSend" />
88
+ <area shape="rect" coords="405,325,483,373" href="Signature.html" alt="Signature" />
89
+ <area shape="rect" coords="507,325,589,373" href="PositionEar.html" alt="PositionEar" />
90
+ <area shape="rect" coords="613,325,704,373" href="VoiceListTts.html" alt="VoiceListTts" />
91
+ <area shape="rect" coords="728,325,819,373" href="LinkPreview.html" alt="LinkPreview" />
92
92
  <area shape="rect" coords="843,325,941,373" href="MessageSend.html" alt="MessageSend" />
93
93
  <area shape="rect" coords="965,325,1059,373" href="LangListUser.html" alt="LangListUser" />
94
- <area shape="rect" coords="1083,325,1173,373" href="RabbitName.html" alt="RabbitName" />
95
- <area shape="rect" coords="1197,325,1269,373" href="TtsSend.html" alt="TtsSend" />
96
- <area shape="rect" coords="1293,325,1405,373" href="ListReceivedMsg.html" alt="ListReceivedMsg" />
97
- <area shape="rect" coords="1429,325,1507,373" href="ListFriend.html" alt="ListFriend" />
98
- <area shape="rect" coords="1531,325,1619,373" href="RabbitSleep.html" alt="RabbitSleep" />
99
- <area shape="rect" coords="1643,325,1715,373" href="Blacklist.html" alt="Blacklist" />
100
- <area shape="rect" coords="1739,325,1816,373" href="Timezone.html" alt="Timezone" />
101
- <area shape="rect" coords="1840,325,1939,373" href="RabbitVersion.html" alt="RabbitVersion" />
102
- <area shape="rect" coords="1963,325,2067,373" href="WebRadioSend.html" alt="WebRadioSend" />
103
- <area shape="rect" coords="2091,325,2168,373" href="ChorSend.html" alt="ChorSend" />
104
- <area shape="rect" coords="1756,229,1855,277" href="Base/BadServerRsp.html" alt="BadServerRsp" />
105
- <area shape="rect" coords="2192,325,2331,373" href="NoGoodTokenOrSerial.html" alt="NoGoodTokenOrSerial" />
106
- <area shape="rect" coords="2355,325,2451,373" href="ChorNotSend.html" alt="ChorNotSend" />
107
- <area shape="rect" coords="2475,325,2589,373" href="NabCastNotSend.html" alt="NabCastNotSend" />
108
- <area shape="rect" coords="2613,325,2728,373" href="MessageNotSend.html" alt="MessageNotSend" />
109
- <area shape="rect" coords="2752,325,2851,373" href="AbuseSending.html" alt="AbuseSending" />
110
- <area shape="rect" coords="2875,325,3008,373" href="NoCorrectParameters.html" alt="NoCorrectParameters" />
111
- <area shape="rect" coords="3032,325,3120,373" href="TtsNotSend.html" alt="TtsNotSend" />
112
- <area shape="rect" coords="3144,325,3235,373" href="NotV2Rabbit.html" alt="NotV2Rabbit" />
113
- <area shape="rect" coords="3259,325,3381,373" href="WebRadioNotSend.html" alt="WebRadioNotSend" />
114
- <area shape="rect" coords="3405,325,3531,373" href="EarPositionNotSend.html" alt="EarPositionNotSend" />
115
- <area shape="rect" coords="1149,5,1227,53" href="../Exception.html" alt="Exception" />
116
- <area shape="rect" coords="1131,133,1245,181" href="ProtocolExcepion.html" alt="ProtocolExcepion" />
117
- <area shape="rect" coords="1765,133,1845,181" href="Base/ServerRsp.html" alt="ServerRsp" />
118
- <area shape="rect" coords="1879,229,1991,277" href="EmptyServerRsp.html" alt="EmptyServerRsp" />
119
- <area shape="rect" coords="1615,99,1865,288" href="Base.html" alt="Base" />
120
- <area shape="rect" coords="16,64,3541,384" href="../Response.html" alt="Response" />
94
+ <area shape="rect" coords="1083,325,1171,373" href="RabbitName.html" alt="RabbitName" />
95
+ <area shape="rect" coords="1195,325,1267,373" href="TtsSend.html" alt="TtsSend" />
96
+ <area shape="rect" coords="1291,325,1403,373" href="ListReceivedMsg.html" alt="ListReceivedMsg" />
97
+ <area shape="rect" coords="1427,325,1504,373" href="ListFriend.html" alt="ListFriend" />
98
+ <area shape="rect" coords="1528,325,1616,373" href="RabbitSleep.html" alt="RabbitSleep" />
99
+ <area shape="rect" coords="1640,325,1712,373" href="Blacklist.html" alt="Blacklist" />
100
+ <area shape="rect" coords="1736,325,1813,373" href="Timezone.html" alt="Timezone" />
101
+ <area shape="rect" coords="1837,325,1936,373" href="RabbitVersion.html" alt="RabbitVersion" />
102
+ <area shape="rect" coords="1960,325,2064,373" href="WebRadioSend.html" alt="WebRadioSend" />
103
+ <area shape="rect" coords="2088,325,2165,373" href="ChorSend.html" alt="ChorSend" />
104
+ <area shape="rect" coords="1755,229,1856,277" href="Base/BadServerRsp.html" alt="BadServerRsp" />
105
+ <area shape="rect" coords="2189,325,2325,373" href="NoGoodTokenOrSerial.html" alt="NoGoodTokenOrSerial" />
106
+ <area shape="rect" coords="2349,325,2443,373" href="ChorNotSend.html" alt="ChorNotSend" />
107
+ <area shape="rect" coords="2467,325,2579,373" href="NabCastNotSend.html" alt="NabCastNotSend" />
108
+ <area shape="rect" coords="2603,325,2717,373" href="MessageNotSend.html" alt="MessageNotSend" />
109
+ <area shape="rect" coords="2741,325,2843,373" href="AbuseSending.html" alt="AbuseSending" />
110
+ <area shape="rect" coords="2867,325,3000,373" href="NoCorrectParameters.html" alt="NoCorrectParameters" />
111
+ <area shape="rect" coords="3024,325,3109,373" href="TtsNotSend.html" alt="TtsNotSend" />
112
+ <area shape="rect" coords="3133,325,3224,373" href="NotV2Rabbit.html" alt="NotV2Rabbit" />
113
+ <area shape="rect" coords="3248,325,3368,373" href="WebRadioNotSend.html" alt="WebRadioNotSend" />
114
+ <area shape="rect" coords="3392,325,3517,373" href="EarPositionNotSend.html" alt="EarPositionNotSend" />
115
+ <area shape="rect" coords="1136,5,1235,53" href="../StandardError.html" alt="StandardError" />
116
+ <area shape="rect" coords="1128,133,1243,181" href="ProtocolExcepion.html" alt="ProtocolExcepion" />
117
+ <area shape="rect" coords="1764,133,1847,181" href="Base/ServerRsp.html" alt="ServerRsp" />
118
+ <area shape="rect" coords="1880,229,1992,277" href="EmptyServerRsp.html" alt="EmptyServerRsp" />
119
+ <area shape="rect" coords="1611,99,1867,288" href="Base.html" alt="Base" />
120
+ <area shape="rect" coords="16,64,3528,384" href="../Response.html" alt="Response" />
121
121
  </map>
122
- <img src="../../dot/f_5.png" usemap="#map" border="0" alt="dot/f_5.png">
122
+ <img src="../../dot/f_6.png" usemap="#map" border="0" alt="dot/f_6.png">
123
123
  </div>
124
124
 
125
125
  <div id="description">
@@ -81,45 +81,45 @@
81
81
  <div id="contextContent">
82
82
  <div id="diagram">
83
83
  <map id="map" name="map">
84
- <area shape="rect" coords="1625,229,1732,277" href="Base/GoodServerRsp.html" alt="GoodServerRsp" />
84
+ <area shape="rect" coords="1621,229,1731,277" href="Base/GoodServerRsp.html" alt="GoodServerRsp" />
85
85
  <area shape="rect" coords="27,325,136,373" href="EarPositionSend.html" alt="EarPositionSend" />
86
86
  <area shape="rect" coords="160,325,256,373" href="NabCastSend.html" alt="NabCastSend" />
87
- <area shape="rect" coords="280,325,384,373" href="CommandSend.html" alt="CommandSend" />
88
- <area shape="rect" coords="408,325,485,373" href="Signature.html" alt="Signature" />
89
- <area shape="rect" coords="509,325,595,373" href="PositionEar.html" alt="PositionEar" />
90
- <area shape="rect" coords="619,325,707,373" href="VoiceListTts.html" alt="VoiceListTts" />
91
- <area shape="rect" coords="731,325,819,373" href="LinkPreview.html" alt="LinkPreview" />
87
+ <area shape="rect" coords="280,325,381,373" href="CommandSend.html" alt="CommandSend" />
88
+ <area shape="rect" coords="405,325,483,373" href="Signature.html" alt="Signature" />
89
+ <area shape="rect" coords="507,325,589,373" href="PositionEar.html" alt="PositionEar" />
90
+ <area shape="rect" coords="613,325,704,373" href="VoiceListTts.html" alt="VoiceListTts" />
91
+ <area shape="rect" coords="728,325,819,373" href="LinkPreview.html" alt="LinkPreview" />
92
92
  <area shape="rect" coords="843,325,941,373" href="MessageSend.html" alt="MessageSend" />
93
93
  <area shape="rect" coords="965,325,1059,373" href="LangListUser.html" alt="LangListUser" />
94
- <area shape="rect" coords="1083,325,1173,373" href="RabbitName.html" alt="RabbitName" />
95
- <area shape="rect" coords="1197,325,1269,373" href="TtsSend.html" alt="TtsSend" />
96
- <area shape="rect" coords="1293,325,1405,373" href="ListReceivedMsg.html" alt="ListReceivedMsg" />
97
- <area shape="rect" coords="1429,325,1507,373" href="ListFriend.html" alt="ListFriend" />
98
- <area shape="rect" coords="1531,325,1619,373" href="RabbitSleep.html" alt="RabbitSleep" />
99
- <area shape="rect" coords="1643,325,1715,373" href="Blacklist.html" alt="Blacklist" />
100
- <area shape="rect" coords="1739,325,1816,373" href="Timezone.html" alt="Timezone" />
101
- <area shape="rect" coords="1840,325,1939,373" href="RabbitVersion.html" alt="RabbitVersion" />
102
- <area shape="rect" coords="1963,325,2067,373" href="WebRadioSend.html" alt="WebRadioSend" />
103
- <area shape="rect" coords="2091,325,2168,373" href="ChorSend.html" alt="ChorSend" />
104
- <area shape="rect" coords="1756,229,1855,277" href="Base/BadServerRsp.html" alt="BadServerRsp" />
105
- <area shape="rect" coords="2192,325,2331,373" href="NoGoodTokenOrSerial.html" alt="NoGoodTokenOrSerial" />
106
- <area shape="rect" coords="2355,325,2451,373" href="ChorNotSend.html" alt="ChorNotSend" />
107
- <area shape="rect" coords="2475,325,2589,373" href="NabCastNotSend.html" alt="NabCastNotSend" />
108
- <area shape="rect" coords="2613,325,2728,373" href="MessageNotSend.html" alt="MessageNotSend" />
109
- <area shape="rect" coords="2752,325,2851,373" href="AbuseSending.html" alt="AbuseSending" />
110
- <area shape="rect" coords="2875,325,3008,373" href="NoCorrectParameters.html" alt="NoCorrectParameters" />
111
- <area shape="rect" coords="3032,325,3120,373" href="TtsNotSend.html" alt="TtsNotSend" />
112
- <area shape="rect" coords="3144,325,3235,373" href="NotV2Rabbit.html" alt="NotV2Rabbit" />
113
- <area shape="rect" coords="3259,325,3381,373" href="WebRadioNotSend.html" alt="WebRadioNotSend" />
114
- <area shape="rect" coords="3405,325,3531,373" href="EarPositionNotSend.html" alt="EarPositionNotSend" />
115
- <area shape="rect" coords="1149,5,1227,53" href="../Exception.html" alt="Exception" />
116
- <area shape="rect" coords="1131,133,1245,181" href="ProtocolExcepion.html" alt="ProtocolExcepion" />
117
- <area shape="rect" coords="1765,133,1845,181" href="Base/ServerRsp.html" alt="ServerRsp" />
118
- <area shape="rect" coords="1879,229,1991,277" href="EmptyServerRsp.html" alt="EmptyServerRsp" />
119
- <area shape="rect" coords="1615,99,1865,288" href="Base.html" alt="Base" />
120
- <area shape="rect" coords="16,64,3541,384" href="../Response.html" alt="Response" />
94
+ <area shape="rect" coords="1083,325,1171,373" href="RabbitName.html" alt="RabbitName" />
95
+ <area shape="rect" coords="1195,325,1267,373" href="TtsSend.html" alt="TtsSend" />
96
+ <area shape="rect" coords="1291,325,1403,373" href="ListReceivedMsg.html" alt="ListReceivedMsg" />
97
+ <area shape="rect" coords="1427,325,1504,373" href="ListFriend.html" alt="ListFriend" />
98
+ <area shape="rect" coords="1528,325,1616,373" href="RabbitSleep.html" alt="RabbitSleep" />
99
+ <area shape="rect" coords="1640,325,1712,373" href="Blacklist.html" alt="Blacklist" />
100
+ <area shape="rect" coords="1736,325,1813,373" href="Timezone.html" alt="Timezone" />
101
+ <area shape="rect" coords="1837,325,1936,373" href="RabbitVersion.html" alt="RabbitVersion" />
102
+ <area shape="rect" coords="1960,325,2064,373" href="WebRadioSend.html" alt="WebRadioSend" />
103
+ <area shape="rect" coords="2088,325,2165,373" href="ChorSend.html" alt="ChorSend" />
104
+ <area shape="rect" coords="1755,229,1856,277" href="Base/BadServerRsp.html" alt="BadServerRsp" />
105
+ <area shape="rect" coords="2189,325,2325,373" href="NoGoodTokenOrSerial.html" alt="NoGoodTokenOrSerial" />
106
+ <area shape="rect" coords="2349,325,2443,373" href="ChorNotSend.html" alt="ChorNotSend" />
107
+ <area shape="rect" coords="2467,325,2579,373" href="NabCastNotSend.html" alt="NabCastNotSend" />
108
+ <area shape="rect" coords="2603,325,2717,373" href="MessageNotSend.html" alt="MessageNotSend" />
109
+ <area shape="rect" coords="2741,325,2843,373" href="AbuseSending.html" alt="AbuseSending" />
110
+ <area shape="rect" coords="2867,325,3000,373" href="NoCorrectParameters.html" alt="NoCorrectParameters" />
111
+ <area shape="rect" coords="3024,325,3109,373" href="TtsNotSend.html" alt="TtsNotSend" />
112
+ <area shape="rect" coords="3133,325,3224,373" href="NotV2Rabbit.html" alt="NotV2Rabbit" />
113
+ <area shape="rect" coords="3248,325,3368,373" href="WebRadioNotSend.html" alt="WebRadioNotSend" />
114
+ <area shape="rect" coords="3392,325,3517,373" href="EarPositionNotSend.html" alt="EarPositionNotSend" />
115
+ <area shape="rect" coords="1136,5,1235,53" href="../StandardError.html" alt="StandardError" />
116
+ <area shape="rect" coords="1128,133,1243,181" href="ProtocolExcepion.html" alt="ProtocolExcepion" />
117
+ <area shape="rect" coords="1764,133,1847,181" href="Base/ServerRsp.html" alt="ServerRsp" />
118
+ <area shape="rect" coords="1880,229,1992,277" href="EmptyServerRsp.html" alt="EmptyServerRsp" />
119
+ <area shape="rect" coords="1611,99,1867,288" href="Base.html" alt="Base" />
120
+ <area shape="rect" coords="16,64,3528,384" href="../Response.html" alt="Response" />
121
121
  </map>
122
- <img src="../../dot/f_5.png" usemap="#map" border="0" alt="dot/f_5.png">
122
+ <img src="../../dot/f_6.png" usemap="#map" border="0" alt="dot/f_6.png">
123
123
  </div>
124
124
 
125
125
  <div id="description">
@@ -81,45 +81,45 @@
81
81
  <div id="contextContent">
82
82
  <div id="diagram">
83
83
  <map id="map" name="map">
84
- <area shape="rect" coords="1625,229,1732,277" href="Base/GoodServerRsp.html" alt="GoodServerRsp" />
84
+ <area shape="rect" coords="1621,229,1731,277" href="Base/GoodServerRsp.html" alt="GoodServerRsp" />
85
85
  <area shape="rect" coords="27,325,136,373" href="EarPositionSend.html" alt="EarPositionSend" />
86
86
  <area shape="rect" coords="160,325,256,373" href="NabCastSend.html" alt="NabCastSend" />
87
- <area shape="rect" coords="280,325,384,373" href="CommandSend.html" alt="CommandSend" />
88
- <area shape="rect" coords="408,325,485,373" href="Signature.html" alt="Signature" />
89
- <area shape="rect" coords="509,325,595,373" href="PositionEar.html" alt="PositionEar" />
90
- <area shape="rect" coords="619,325,707,373" href="VoiceListTts.html" alt="VoiceListTts" />
91
- <area shape="rect" coords="731,325,819,373" href="LinkPreview.html" alt="LinkPreview" />
87
+ <area shape="rect" coords="280,325,381,373" href="CommandSend.html" alt="CommandSend" />
88
+ <area shape="rect" coords="405,325,483,373" href="Signature.html" alt="Signature" />
89
+ <area shape="rect" coords="507,325,589,373" href="PositionEar.html" alt="PositionEar" />
90
+ <area shape="rect" coords="613,325,704,373" href="VoiceListTts.html" alt="VoiceListTts" />
91
+ <area shape="rect" coords="728,325,819,373" href="LinkPreview.html" alt="LinkPreview" />
92
92
  <area shape="rect" coords="843,325,941,373" href="MessageSend.html" alt="MessageSend" />
93
93
  <area shape="rect" coords="965,325,1059,373" href="LangListUser.html" alt="LangListUser" />
94
- <area shape="rect" coords="1083,325,1173,373" href="RabbitName.html" alt="RabbitName" />
95
- <area shape="rect" coords="1197,325,1269,373" href="TtsSend.html" alt="TtsSend" />
96
- <area shape="rect" coords="1293,325,1405,373" href="ListReceivedMsg.html" alt="ListReceivedMsg" />
97
- <area shape="rect" coords="1429,325,1507,373" href="ListFriend.html" alt="ListFriend" />
98
- <area shape="rect" coords="1531,325,1619,373" href="RabbitSleep.html" alt="RabbitSleep" />
99
- <area shape="rect" coords="1643,325,1715,373" href="Blacklist.html" alt="Blacklist" />
100
- <area shape="rect" coords="1739,325,1816,373" href="Timezone.html" alt="Timezone" />
101
- <area shape="rect" coords="1840,325,1939,373" href="RabbitVersion.html" alt="RabbitVersion" />
102
- <area shape="rect" coords="1963,325,2067,373" href="WebRadioSend.html" alt="WebRadioSend" />
103
- <area shape="rect" coords="2091,325,2168,373" href="ChorSend.html" alt="ChorSend" />
104
- <area shape="rect" coords="1756,229,1855,277" href="Base/BadServerRsp.html" alt="BadServerRsp" />
105
- <area shape="rect" coords="2192,325,2331,373" href="NoGoodTokenOrSerial.html" alt="NoGoodTokenOrSerial" />
106
- <area shape="rect" coords="2355,325,2451,373" href="ChorNotSend.html" alt="ChorNotSend" />
107
- <area shape="rect" coords="2475,325,2589,373" href="NabCastNotSend.html" alt="NabCastNotSend" />
108
- <area shape="rect" coords="2613,325,2728,373" href="MessageNotSend.html" alt="MessageNotSend" />
109
- <area shape="rect" coords="2752,325,2851,373" href="AbuseSending.html" alt="AbuseSending" />
110
- <area shape="rect" coords="2875,325,3008,373" href="NoCorrectParameters.html" alt="NoCorrectParameters" />
111
- <area shape="rect" coords="3032,325,3120,373" href="TtsNotSend.html" alt="TtsNotSend" />
112
- <area shape="rect" coords="3144,325,3235,373" href="NotV2Rabbit.html" alt="NotV2Rabbit" />
113
- <area shape="rect" coords="3259,325,3381,373" href="WebRadioNotSend.html" alt="WebRadioNotSend" />
114
- <area shape="rect" coords="3405,325,3531,373" href="EarPositionNotSend.html" alt="EarPositionNotSend" />
115
- <area shape="rect" coords="1149,5,1227,53" href="../Exception.html" alt="Exception" />
116
- <area shape="rect" coords="1131,133,1245,181" href="ProtocolExcepion.html" alt="ProtocolExcepion" />
117
- <area shape="rect" coords="1765,133,1845,181" href="Base/ServerRsp.html" alt="ServerRsp" />
118
- <area shape="rect" coords="1879,229,1991,277" href="EmptyServerRsp.html" alt="EmptyServerRsp" />
119
- <area shape="rect" coords="1615,99,1865,288" href="Base.html" alt="Base" />
120
- <area shape="rect" coords="16,64,3541,384" href="../Response.html" alt="Response" />
94
+ <area shape="rect" coords="1083,325,1171,373" href="RabbitName.html" alt="RabbitName" />
95
+ <area shape="rect" coords="1195,325,1267,373" href="TtsSend.html" alt="TtsSend" />
96
+ <area shape="rect" coords="1291,325,1403,373" href="ListReceivedMsg.html" alt="ListReceivedMsg" />
97
+ <area shape="rect" coords="1427,325,1504,373" href="ListFriend.html" alt="ListFriend" />
98
+ <area shape="rect" coords="1528,325,1616,373" href="RabbitSleep.html" alt="RabbitSleep" />
99
+ <area shape="rect" coords="1640,325,1712,373" href="Blacklist.html" alt="Blacklist" />
100
+ <area shape="rect" coords="1736,325,1813,373" href="Timezone.html" alt="Timezone" />
101
+ <area shape="rect" coords="1837,325,1936,373" href="RabbitVersion.html" alt="RabbitVersion" />
102
+ <area shape="rect" coords="1960,325,2064,373" href="WebRadioSend.html" alt="WebRadioSend" />
103
+ <area shape="rect" coords="2088,325,2165,373" href="ChorSend.html" alt="ChorSend" />
104
+ <area shape="rect" coords="1755,229,1856,277" href="Base/BadServerRsp.html" alt="BadServerRsp" />
105
+ <area shape="rect" coords="2189,325,2325,373" href="NoGoodTokenOrSerial.html" alt="NoGoodTokenOrSerial" />
106
+ <area shape="rect" coords="2349,325,2443,373" href="ChorNotSend.html" alt="ChorNotSend" />
107
+ <area shape="rect" coords="2467,325,2579,373" href="NabCastNotSend.html" alt="NabCastNotSend" />
108
+ <area shape="rect" coords="2603,325,2717,373" href="MessageNotSend.html" alt="MessageNotSend" />
109
+ <area shape="rect" coords="2741,325,2843,373" href="AbuseSending.html" alt="AbuseSending" />
110
+ <area shape="rect" coords="2867,325,3000,373" href="NoCorrectParameters.html" alt="NoCorrectParameters" />
111
+ <area shape="rect" coords="3024,325,3109,373" href="TtsNotSend.html" alt="TtsNotSend" />
112
+ <area shape="rect" coords="3133,325,3224,373" href="NotV2Rabbit.html" alt="NotV2Rabbit" />
113
+ <area shape="rect" coords="3248,325,3368,373" href="WebRadioNotSend.html" alt="WebRadioNotSend" />
114
+ <area shape="rect" coords="3392,325,3517,373" href="EarPositionNotSend.html" alt="EarPositionNotSend" />
115
+ <area shape="rect" coords="1136,5,1235,53" href="../StandardError.html" alt="StandardError" />
116
+ <area shape="rect" coords="1128,133,1243,181" href="ProtocolExcepion.html" alt="ProtocolExcepion" />
117
+ <area shape="rect" coords="1764,133,1847,181" href="Base/ServerRsp.html" alt="ServerRsp" />
118
+ <area shape="rect" coords="1880,229,1992,277" href="EmptyServerRsp.html" alt="EmptyServerRsp" />
119
+ <area shape="rect" coords="1611,99,1867,288" href="Base.html" alt="Base" />
120
+ <area shape="rect" coords="16,64,3528,384" href="../Response.html" alt="Response" />
121
121
  </map>
122
- <img src="../../dot/f_5.png" usemap="#map" border="0" alt="dot/f_5.png">
122
+ <img src="../../dot/f_6.png" usemap="#map" border="0" alt="dot/f_6.png">
123
123
  </div>
124
124
 
125
125
  <div id="description">
@@ -81,45 +81,45 @@
81
81
  <div id="contextContent">
82
82
  <div id="diagram">
83
83
  <map id="map" name="map">
84
- <area shape="rect" coords="1625,229,1732,277" href="Base/GoodServerRsp.html" alt="GoodServerRsp" />
84
+ <area shape="rect" coords="1621,229,1731,277" href="Base/GoodServerRsp.html" alt="GoodServerRsp" />
85
85
  <area shape="rect" coords="27,325,136,373" href="EarPositionSend.html" alt="EarPositionSend" />
86
86
  <area shape="rect" coords="160,325,256,373" href="NabCastSend.html" alt="NabCastSend" />
87
- <area shape="rect" coords="280,325,384,373" href="CommandSend.html" alt="CommandSend" />
88
- <area shape="rect" coords="408,325,485,373" href="Signature.html" alt="Signature" />
89
- <area shape="rect" coords="509,325,595,373" href="PositionEar.html" alt="PositionEar" />
90
- <area shape="rect" coords="619,325,707,373" href="VoiceListTts.html" alt="VoiceListTts" />
91
- <area shape="rect" coords="731,325,819,373" href="LinkPreview.html" alt="LinkPreview" />
87
+ <area shape="rect" coords="280,325,381,373" href="CommandSend.html" alt="CommandSend" />
88
+ <area shape="rect" coords="405,325,483,373" href="Signature.html" alt="Signature" />
89
+ <area shape="rect" coords="507,325,589,373" href="PositionEar.html" alt="PositionEar" />
90
+ <area shape="rect" coords="613,325,704,373" href="VoiceListTts.html" alt="VoiceListTts" />
91
+ <area shape="rect" coords="728,325,819,373" href="LinkPreview.html" alt="LinkPreview" />
92
92
  <area shape="rect" coords="843,325,941,373" href="MessageSend.html" alt="MessageSend" />
93
93
  <area shape="rect" coords="965,325,1059,373" href="LangListUser.html" alt="LangListUser" />
94
- <area shape="rect" coords="1083,325,1173,373" href="RabbitName.html" alt="RabbitName" />
95
- <area shape="rect" coords="1197,325,1269,373" href="TtsSend.html" alt="TtsSend" />
96
- <area shape="rect" coords="1293,325,1405,373" href="ListReceivedMsg.html" alt="ListReceivedMsg" />
97
- <area shape="rect" coords="1429,325,1507,373" href="ListFriend.html" alt="ListFriend" />
98
- <area shape="rect" coords="1531,325,1619,373" href="RabbitSleep.html" alt="RabbitSleep" />
99
- <area shape="rect" coords="1643,325,1715,373" href="Blacklist.html" alt="Blacklist" />
100
- <area shape="rect" coords="1739,325,1816,373" href="Timezone.html" alt="Timezone" />
101
- <area shape="rect" coords="1840,325,1939,373" href="RabbitVersion.html" alt="RabbitVersion" />
102
- <area shape="rect" coords="1963,325,2067,373" href="WebRadioSend.html" alt="WebRadioSend" />
103
- <area shape="rect" coords="2091,325,2168,373" href="ChorSend.html" alt="ChorSend" />
104
- <area shape="rect" coords="1756,229,1855,277" href="Base/BadServerRsp.html" alt="BadServerRsp" />
105
- <area shape="rect" coords="2192,325,2331,373" href="NoGoodTokenOrSerial.html" alt="NoGoodTokenOrSerial" />
106
- <area shape="rect" coords="2355,325,2451,373" href="ChorNotSend.html" alt="ChorNotSend" />
107
- <area shape="rect" coords="2475,325,2589,373" href="NabCastNotSend.html" alt="NabCastNotSend" />
108
- <area shape="rect" coords="2613,325,2728,373" href="MessageNotSend.html" alt="MessageNotSend" />
109
- <area shape="rect" coords="2752,325,2851,373" href="AbuseSending.html" alt="AbuseSending" />
110
- <area shape="rect" coords="2875,325,3008,373" href="NoCorrectParameters.html" alt="NoCorrectParameters" />
111
- <area shape="rect" coords="3032,325,3120,373" href="TtsNotSend.html" alt="TtsNotSend" />
112
- <area shape="rect" coords="3144,325,3235,373" href="NotV2Rabbit.html" alt="NotV2Rabbit" />
113
- <area shape="rect" coords="3259,325,3381,373" href="WebRadioNotSend.html" alt="WebRadioNotSend" />
114
- <area shape="rect" coords="3405,325,3531,373" href="EarPositionNotSend.html" alt="EarPositionNotSend" />
115
- <area shape="rect" coords="1149,5,1227,53" href="../Exception.html" alt="Exception" />
116
- <area shape="rect" coords="1131,133,1245,181" href="ProtocolExcepion.html" alt="ProtocolExcepion" />
117
- <area shape="rect" coords="1765,133,1845,181" href="Base/ServerRsp.html" alt="ServerRsp" />
118
- <area shape="rect" coords="1879,229,1991,277" href="EmptyServerRsp.html" alt="EmptyServerRsp" />
119
- <area shape="rect" coords="1615,99,1865,288" href="Base.html" alt="Base" />
120
- <area shape="rect" coords="16,64,3541,384" href="../Response.html" alt="Response" />
94
+ <area shape="rect" coords="1083,325,1171,373" href="RabbitName.html" alt="RabbitName" />
95
+ <area shape="rect" coords="1195,325,1267,373" href="TtsSend.html" alt="TtsSend" />
96
+ <area shape="rect" coords="1291,325,1403,373" href="ListReceivedMsg.html" alt="ListReceivedMsg" />
97
+ <area shape="rect" coords="1427,325,1504,373" href="ListFriend.html" alt="ListFriend" />
98
+ <area shape="rect" coords="1528,325,1616,373" href="RabbitSleep.html" alt="RabbitSleep" />
99
+ <area shape="rect" coords="1640,325,1712,373" href="Blacklist.html" alt="Blacklist" />
100
+ <area shape="rect" coords="1736,325,1813,373" href="Timezone.html" alt="Timezone" />
101
+ <area shape="rect" coords="1837,325,1936,373" href="RabbitVersion.html" alt="RabbitVersion" />
102
+ <area shape="rect" coords="1960,325,2064,373" href="WebRadioSend.html" alt="WebRadioSend" />
103
+ <area shape="rect" coords="2088,325,2165,373" href="ChorSend.html" alt="ChorSend" />
104
+ <area shape="rect" coords="1755,229,1856,277" href="Base/BadServerRsp.html" alt="BadServerRsp" />
105
+ <area shape="rect" coords="2189,325,2325,373" href="NoGoodTokenOrSerial.html" alt="NoGoodTokenOrSerial" />
106
+ <area shape="rect" coords="2349,325,2443,373" href="ChorNotSend.html" alt="ChorNotSend" />
107
+ <area shape="rect" coords="2467,325,2579,373" href="NabCastNotSend.html" alt="NabCastNotSend" />
108
+ <area shape="rect" coords="2603,325,2717,373" href="MessageNotSend.html" alt="MessageNotSend" />
109
+ <area shape="rect" coords="2741,325,2843,373" href="AbuseSending.html" alt="AbuseSending" />
110
+ <area shape="rect" coords="2867,325,3000,373" href="NoCorrectParameters.html" alt="NoCorrectParameters" />
111
+ <area shape="rect" coords="3024,325,3109,373" href="TtsNotSend.html" alt="TtsNotSend" />
112
+ <area shape="rect" coords="3133,325,3224,373" href="NotV2Rabbit.html" alt="NotV2Rabbit" />
113
+ <area shape="rect" coords="3248,325,3368,373" href="WebRadioNotSend.html" alt="WebRadioNotSend" />
114
+ <area shape="rect" coords="3392,325,3517,373" href="EarPositionNotSend.html" alt="EarPositionNotSend" />
115
+ <area shape="rect" coords="1136,5,1235,53" href="../StandardError.html" alt="StandardError" />
116
+ <area shape="rect" coords="1128,133,1243,181" href="ProtocolExcepion.html" alt="ProtocolExcepion" />
117
+ <area shape="rect" coords="1764,133,1847,181" href="Base/ServerRsp.html" alt="ServerRsp" />
118
+ <area shape="rect" coords="1880,229,1992,277" href="EmptyServerRsp.html" alt="EmptyServerRsp" />
119
+ <area shape="rect" coords="1611,99,1867,288" href="Base.html" alt="Base" />
120
+ <area shape="rect" coords="16,64,3528,384" href="../Response.html" alt="Response" />
121
121
  </map>
122
- <img src="../../dot/f_5.png" usemap="#map" border="0" alt="dot/f_5.png">
122
+ <img src="../../dot/f_6.png" usemap="#map" border="0" alt="dot/f_6.png">
123
123
  </div>
124
124
 
125
125
  <div id="description">