129
edits
(→Dino) |
|||
Line 88: | Line 88: | ||
=== Improve file transfers === | === Improve file transfers === | ||
This topic consists of 3 projects. The second project " | This topic consists of 3 projects. The second project "On-demand p2p file sharing" can only be achieved by first implementing the first project "Stateless file sharing". "WebRTC file transfer" can be implemented independent of the other two. | ||
==== Stateless file sharing ==== | ==== Stateless file sharing ==== | ||
Line 100: | Line 100: | ||
* Display minimal thumbnails blurred on incoming file transfers (before file is fetched). | * Display minimal thumbnails blurred on incoming file transfers (before file is fetched). | ||
==== | ==== On-demand p2p file sharing ==== | ||
''Brief explanation:'' Allow for on-demand multi-party peer-to-peer file transfers.<br/> | ''Brief explanation:'' Allow for on-demand multi-party peer-to-peer file transfers.<br/> | ||
''Involved Technologies:'' Vala, XMPP, Jingle<br/> | ''Involved Technologies:'' Vala, XMPP, Jingle<br/> |
edits