annotate mod_proxy65.wiki @ 74:203b9cfdaaf2

Updated to current state.
author t.ephraim
date Wed, 28 Oct 2009 10:14:44 +0000
parents 6d2dd530e3bc
children 749a8b7f07dc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
50
6d2dd530e3bc start is done.
t.ephraim
parents:
diff changeset
1 #summary XEP-0065: SOCKS5 Bytestreams
6d2dd530e3bc start is done.
t.ephraim
parents:
diff changeset
2 #labels Stage-Alpha
6d2dd530e3bc start is done.
t.ephraim
parents:
diff changeset
3
6d2dd530e3bc start is done.
t.ephraim
parents:
diff changeset
4 = Introduction =
6d2dd530e3bc start is done.
t.ephraim
parents:
diff changeset
5
6d2dd530e3bc start is done.
t.ephraim
parents:
diff changeset
6 mod_proxy65 implements XEP-0065: SOCKS5 Bytestreams as a component.
6d2dd530e3bc start is done.
t.ephraim
parents:
diff changeset
7
6d2dd530e3bc start is done.
t.ephraim
parents:
diff changeset
8 = Details =
6d2dd530e3bc start is done.
t.ephraim
parents:
diff changeset
9
74
203b9cfdaaf2 Updated to current state.
t.ephraim
parents: 50
diff changeset
10 Nearly finished. The IQ stuff is implemented, the SOCKS5 connections can be established, but the real transfer isn't done yet.
50
6d2dd530e3bc start is done.
t.ephraim
parents:
diff changeset
11
6d2dd530e3bc start is done.
t.ephraim
parents:
diff changeset
12 = TODO =
74
203b9cfdaaf2 Updated to current state.
t.ephraim
parents: 50
diff changeset
13 * not that much anymore