Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
* Also Padding (0) should be handled special
|
|
* PR's are lossless as I originally thought
* Also packets between 16 and 192 are lossless.
(not sure how/why these things got changed)
|
|
Note: according to the spec, this is the maximum that
tox core ever gets to. Tox core shortens it when there
are more packets being recieved.
This patch also adds some more debug messages.
|
|
|
|
|
|
|
|
(also call this function from dispatchMessage)
|
|
|
|
|
|
|
|
This is a continuation of the work done in the following commits:
38505a54 Provide a different roster resolver for tox-peers to Presence.
fbf9890a Moved resolving duty to Connection manager.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also: MVar for synchronous XMPP stanza logging.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|