diff --git a/src/info.rs b/src/info.rs index 3f3e4b1..0eb032e 100644 --- a/src/info.rs +++ b/src/info.rs @@ -34,7 +34,7 @@ impl From for RelayInfo { description: i.description, pubkey: i.pubkey, contact: i.contact, - supported_nips: Some(vec![1]), + supported_nips: Some(vec![1, 2, 11]), software: Some("https://git.sr.ht/~gheartsfield/nostr-rs-relay".to_owned()), version: CARGO_PKG_VERSION.map(|x| x.to_owned()), }