sest default signature type
This commit is contained in:
@ -144,7 +144,7 @@ impl Session {
|
|||||||
) -> Result<Session, Error> {
|
) -> Result<Session, Error> {
|
||||||
let mut sam = SamConnection::connect(sam_addr)?;
|
let mut sam = SamConnection::connect(sam_addr)?;
|
||||||
let create_session_msg = format!(
|
let create_session_msg = format!(
|
||||||
"SESSION CREATE STYLE={style} ID={nickname} DESTINATION={destination} \n",
|
"SESSION CREATE STYLE={style} ID={nickname} DESTINATION={destination} SIGNATURE_TYPE=EdDSA_SHA512_Ed25519\n",
|
||||||
style = style.string(),
|
style = style.string(),
|
||||||
nickname = nickname,
|
nickname = nickname,
|
||||||
destination = destination
|
destination = destination
|
||||||
|
Reference in New Issue
Block a user