WebIcqPro icon indicating copy to clipboard operation
WebIcqPro copied to clipboard

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

Open Mikanoshi opened this issue 11 years ago • 0 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

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

Mikanoshi avatar Apr 22 '14 23:04 Mikanoshi