Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Версии клиента #2

Open
Mikanoshi opened this issue Apr 22, 2014 · 0 comments
Open

Версии клиента #2

Mikanoshi opened this issue Apr 22, 2014 · 0 comments
Assignees

Comments

@Mikanoshi
Copy link

protected $first_ver = 4294964838;
protected $second_ver = 1123;
...
protected function ClientStatus($args) {
...
$snac .= $this->packTLV(0x0C, pack('NNcnNNNNNNn', 0x00, 0x00, 0x06, $this->protocol_version, 0x00, 0x00, 0x03, $this->first_ver, $this->second_ver, 0x00, 0x00));
...
}

Значения first_ver и second_ver определяют версию R&Q и отображаются так:
rnq

Как в других клиентах не знаю)

@asminog asminog self-assigned this Jan 8, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants