mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-19 07:42:14 +00:00
first working version
This commit is contained in:
@@ -22,6 +22,9 @@ Chat.FileTransferProtocol = {
|
||||
console.log('FTP received sysMsg:', msg);
|
||||
|
||||
switch (msg.type) {
|
||||
case 'handshake':
|
||||
this._onHandshake(msg);
|
||||
break;
|
||||
case 'offer':
|
||||
this._onOffered(msg);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user