aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/s5bytestream.c
Commit message (Collapse)AuthorAgeLines
* sending via proxykenobi2007-12-18-74/+224
|
* Send and receive seems to work now! Also adopted the new buffering strategy,ulim2007-12-04-62/+75
| | | | | only one buffer of 2k per transfer now.
* Intermediate commit. Sending seems to work. TODOs:ulim2007-12-03-0/+906
* move from out_of_data to is_writable, eliminate buffers * implement "transfers reject [id]" * documentation in commands.xml * implement throughput and cummulative throughput boundaries * feature discovery before sending * implement sending over a proxy (proxy discovery, socks5 client handshake for sending, activate message) * integrate toxik-mek-ft