Difference between revisions of "Message Template"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{OSWikiLearnBox|parent=Protocol}}
{{OSWikiLearnBox|parent=Protocol}}


=Definition=
The message template describes all of the [[messages]] that Second Life uses to communicate between hosts. All message templates must match a CRC check between hosts, otherwise they will not communicate with each other.


The message template is made up of all the [[messages]] that Second Life needs to communicate between hosts. All message templates must match a CRC check between hosts, otherwise they will not communicate with each other.
== See also ==
 
* [[Messages]]
=Prehashing=
* [[Packet Layout]]
* [http://lib.openmetaverse.org/template/ Template archive at libopenmetaverse]

Revision as of 08:36, 20 May 2010

The message template describes all of the messages that Second Life uses to communicate between hosts. All message templates must match a CRC check between hosts, otherwise they will not communicate with each other.

See also