asminog / WebIcqPro

Set of PHP tools for simple and clear work with ICQ(OSCAR) protocol

Home Page:http://asminog.github.io/WebIcqPro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Mikanoshi opened this issue · comments

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

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