| @@ -17,4 +17,5 @@ libchat6 is a complete library that handles an IPv6 only, peer-to-peer, end-to-e | |||
| * To avoid dead paths, a relatively short keepalive timeout has to be used. | |||
| * The network does not allow store-and-forward of messages if the friend is offline. For mobile clients, notifications might be integrated to wakup the client. | |||
| * The network only allows users to find other users. All end-to-end communication goes directly. (should we allow relay in case the end-to-end doesn't work?) | |||
| * How do chat group work without having to create a full mesh of connections? | |||
| * ... ? | |||