Network: Made send async in RoomMember

This commit is contained in:
B3n30 2017-07-14 09:20:39 +02:00
parent 859be35d54
commit a0626221a5
4 changed files with 70 additions and 25 deletions

View file

@ -47,6 +47,7 @@ public:
// Reasons why connection was rejected
NameCollision, ///< Somebody is already using this name
MacCollision, ///< Somebody is already using that mac-address
WrongVersion, ///< The room version is not the same as for this RoomMember
CouldNotConnect ///< The room is not responding to a connection attempt
};