add ws_chat and ws_connect sub commands to ws

This commit is contained in:
Benjamin Sergeant
2019-02-22 20:49:26 -08:00
parent 90105fa2b3
commit b8c397e180
9 changed files with 72 additions and 65 deletions

View File

@ -28,6 +28,8 @@ g++ --std=c++14 \
ixcrypto/IXBase64.cpp \
ixcrypto/IXHash.cpp \
ixcrypto/IXUuid.cpp \
ws_chat.cpp \
ws_connect.cpp \
ws_transfer.cpp \
ws_send.cpp \
ws_receive.cpp \