DAB-Co / jam-mobile

Mobile Flutter App of Jam
1 stars 0 forks source link

message format #70

Closed DBC201 closed 2 years ago

DBC201 commented 2 years ago

message format should be made up of 3 fields(for now). from, timestamp and content. from should be the numeric user id

{
from: 1,
timestamp: timestamp,
content: content
}

Note: possibly timestamp will also not matter after https://github.com/DAB-Co/jam-mqtt/issues/6