Xfire Protocol Documentation
XfireProtocolBack to Snip <-- Previous Change | Next Change -->
Diff Summary | |||||
---|---|---|---|---|---|
Title | |||||
Date | 2008-02-23 21:07:47 | 2008-02-23 21:08:59 | |||
Editor | Herbert Poul | Herbert Poul | |||
Tags |
2008-02-23 21:07:47 by Herbert Poul | 2008-02-23 21:08:59 by Herbert Poul | ||||
---|---|---|---|---|---|
f | 1 | This is a short try on creating a protocol documen | f | 1 | This is a short try on creating a protocol documen |
> | tation for xfire. | > | tation for xfire. | ||
n | n | 2 | |||
2 | 3 | ||||
3 | # Introduction | 4 | # Introduction | ||
4 | 5 | ||||
5 | Beat Wolf (aka asraniel) has written a very useful | 6 | Beat Wolf (aka asraniel) has written a very useful | ||
> | and almost complete documentation on the packets | > | and almost complete documentation on the packets | ||
> | of the xfire protocol on his [gfire website](http: | > | of the xfire protocol on his [gfire website](http: | ||
> | //www.fryx.ch/xfire/). | > | //www.fryx.ch/xfire/). | ||
6 | 7 | ||||
64 | 65 | ||||
65 | An array consists again of any value type describe | 66 | An array consists again of any value type describe | ||
> | d above. | > | d above. | ||
66 | 67 | ||||
67 | <array entry value type (1 byte)> <number of e | 68 | <array entry value type (1 byte)> <number of e | ||
> | ntries (1 byte)> 0 <attribute values ...> | > | ntries (1 byte)> 0 <attribute values ...> | ||
68 | 69 | ||||
t | t | 70 | |||
71 | # Example implementation | ||||
72 | |||||
73 | You can look at the [java xfire library i began to | ||||
> | write](http://yourhell.com/svn/xfirelib/trunk/net | ||||
> | .sphene.xfirelib/src/net/sphene/xfirelib/packets/X | ||||
> | fireRecvPacket.java). | ||||
74 |