From: nwf Date: Mon, 27 Apr 2009 18:01:53 +0000 (-0400) Subject: Update Definitions.pm X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=2b472001e40124a0b273d3e35f88ba8ebd466259;p=instirc Update Definitions.pm Ignore-this: caa36e028f4491e344ba4f57db1d5eed darcs-hash:20090427180153-4d648-92e863160e164ee160da687aa147c30ff59754ae.gz --- diff --git a/Definitions.pm b/Definitions.pm index 880b044..353e8cb 100644 --- a/Definitions.pm +++ b/Definitions.pm @@ -29,13 +29,16 @@ our @debug_code_chars = ("B", "C", "O", "V", "_"); ################################################################# # This assigns canonical names to the T-encoded type tags. - # The range 0 to 4 is RESERVED FOR PROTOCOL EXTENSIONS - # The range 7 to 19 is RESERVED FOR GLOBAL ASSIGNMENT - # The range 20 to 25 is RESERVED FOR EXPERIMENTS + # The range 0 to 4 is RESERVED FOR PROTOCOL EXTENSIONS + # The range 6 to 14 is RESERVED FOR GLOBAL ASSIGNMENT + # The range 18 to 19 is RESERVED FOR GLOBAL ASSIGNMENT + # The range 20 to 24 is RESERVED FOR LOCAL EXPERIMENTS our %known_types = ( - 'InstanceLabelHuffman1' => 0x5, - 'InstanceContinuationMessage' => 0x6, + 'InstanceLabelHuffman1' => 5, + 'OTRAdvertisement' => 15, + 'MiscMessageFlags' => 16, + 'MSFTComicChat' => 17, ); ################################################################# @@ -53,7 +56,7 @@ our $instance_huffman_table1 = [ ] ]; -our $instance_suffix = ""; +our $instance_suffix = ""; # Oh backtick, how we miss thee ################################################################# 1;