mirror of
https://github.com/amigan/aim-oscar-server.git
synced 2024-11-21 20:19:47 -05:00
note the lack of owl
This commit is contained in:
parent
1a72012747
commit
f2ab2ced48
1 changed files with 3 additions and 0 deletions
|
@ -148,6 +148,9 @@ export default class ICBM extends BaseService {
|
||||||
const ackResp = new FLAP(2, this.nextReqID, new SNAC(0x04, 0x0c, ackPayload));
|
const ackResp = new FLAP(2, this.nextReqID, new SNAC(0x04, 0x0c, ackPayload));
|
||||||
this.send(ackResp);
|
this.send(ackResp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: find the connection that the receiver is connected to and send them the message
|
||||||
|
// this is the rest of the owl for this part
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue