Added include path for libv4l2 includes, rather than assuming they are
[kdenetwork.git] / krfb / TODO
blob1258e5909e0bd6f8c05eb9f8a39b37d141ead1b2
2 For 3.2:
3 - write SLP service template for remote desktop protocols
4   (documentation)
5 - enhance RFB with SASL authentication (Kerberos)
6 - encrypted connections (using SASL and/or SSL/TLS)
7 - with kerberos/ssl: display name of remote user in connection dialog,
8                      kpassivepopup and systray (if name is available)
9 - mention that invitations are one-time on personal invitation dialog
11 Todo (unscheduled features):
12 - when krfb is started with URL arguments and without connection
13   quality, add some kind of smart algorithm to determine whether the
14   other host is local (maybe using SLP to announce the connectivity 
15   of a LAN)
16 - NAT traversal support if I can find an acceptable implementation
17   (probably using TURN, as soon as there is a server and newer spec for that)
18 - when OpenSLP supports this, allow scope configuration
19 - split krfb into 2 separate programs (server and invitation)
20 - look into adding an extension to xfree to improve speed (get noticed of
21   screen updates)
22 - cut & paste support
24 Known bugs/problems:
25 - the IP address sent in invitation may be wrong on multi-homed machines, 
26   and it is always incorrect behind a NAT. Right now it is not possible
27   to solve these problems.