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}}


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 describes all of the [[message]]s 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 ==
== See also ==
* [[Messages]]
* [[Message]]s
* [[Packet Layout]]
* [[Packet Layout]]
* [http://lib.openmetaverse.org/template/ Template archive at libopenmetaverse]
* [http://lib.openmetaverse.org/template/ Template archive at libopenmetaverse]

Revision as of 08:37, 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