UserXXX / vCom

Client and server for secure communication
GNU General Public License v3.0
0 stars 0 forks source link

Server needs image message classes #6

Closed UserXXX closed 8 years ago

UserXXX commented 9 years ago

The server Needs to be able to send / receive Image files.

UserXXX commented 9 years ago

It would be easier to simply introduce a flag stored server side that specifies whether the data contained is an image or a text message. When sending the data, a special package identifier could be used. When receiving the identifier just needs to be converted into a flag.

UserXXX commented 8 years ago

The Issue has been solved the suggested way.