KTAtkinson / crypto-im

Chat client implemented with Python, Flask, and PostgreSQL.
1 stars 0 forks source link

Make it possible to send long messages #16

Open KTAtkinson opened 8 years ago

KTAtkinson commented 8 years ago

Right now messages can't be larger than about 150 characters. Implement message sharding to allow for larger messages to be encrypted.