init nostr and add userinfo provider

This commit is contained in:
DASHU
2025-07-22 19:07:51 +08:00
parent 08bb4c63b4
commit 1d918dac20
11 changed files with 930 additions and 88 deletions

View File

@@ -0,0 +1,7 @@
class ClientConneccted {
static int UN_CONNECT = -1;
static int CONNECTING = 1;
static int CONNECTED = 2;
}