Autogenerate client IDs to make instantiation easier. Set us up for client ID rotation later.
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#define COSMO_UUID_SIZE 37
|
||||
|
||||
typedef struct {
|
||||
void (*client_id_change)(void *, const char *);
|
||||
void (*connect)(void *);
|
||||
void (*disconnect)(void *);
|
||||
void (*login)(void *);
|
||||
|
||||
Reference in New Issue
Block a user