📜 ⬆️ ⬇️

Patch for qutIM

Researchers on the RST / GHC team have fixed qutIM. This was written on his blog

In oscarprotocol.cpp, you need to change line 49:
flapSeqNum = rand ()% 0x8000;
on
flapSeqNum = 0x0000;

In clientIdentification.cpp, edit line 87:
quint16 num = rand ()% 0xffff;
on
quint16 num = 0x000;
')
How to collect from the repository can be read on the forum qutIM
PS Your thanks can express biophreak - this is his doing)
UPD 1 After contacting the developers, they made changes to the code. Now you can take patched weights from the repository directly.
UPD 2 Starting with revision 34, they broke something and now it is not going to. Take and collect 33 or wait until they fix ... (at the moment, 34-37 are not going to)

Source: https://habr.com/ru/post/49895/


All Articles