mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-25 02:22:18 -05:00
Update MediaWiki page '135 Protocol'
This commit is contained in:
parent
73a6426077
commit
55e4bde812
@ -210,6 +210,12 @@ Some 135 packets are documented ahead. First you will find the packets' body, th
|
||||
(:require [jagex.Util])
|
||||
(:use [jagex.client.SocketStream]))
|
||||
|
||||
;; Opcode: 1
|
||||
(defn disconnect [stream]
|
||||
(doto stream
|
||||
(.begin-packet1)
|
||||
(.flush)))
|
||||
|
||||
;; Opcode: 2
|
||||
(defn newplayer [stream]
|
||||
(doto stream
|
||||
@ -284,6 +290,11 @@ Some 135 packets are documented ahead. First you will find the packets' body, th
|
||||
! Payload
|
||||
! Description
|
||||
|-
|
||||
! Disconnect
|
||||
| 1 ||
|
||||
* None
|
||||
| Sends the disconnect packet.
|
||||
|-
|
||||
! Newplayer (Registration)
|
||||
| 2 ||
|
||||
* Short - Unknown
|
||||
|
Loading…
Reference in New Issue
Block a user