use ascii chars

Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
Steffen Jaeckel
2022-01-31 15:35:52 +01:00
parent f693efd532
commit f3878b954a
2 changed files with 3 additions and 3 deletions

View File

@@ -1279,7 +1279,7 @@ int _handle_component_auth(xmpp_conn_t *conn)
return XMPP_EINT;
}
/* Feed the session id and passphrase to the algorithm.
/* Feed the session id and passphrase to the algorithm.
* We need to compute SHA1(session_id + passphrase)
*/
crypto_SHA1_Init(&mdctx);

View File

@@ -1213,8 +1213,8 @@ int xmpp_stanza_del_attribute(xmpp_stanza_t *stanza, const char *name)
}
/** Create a stanza object in reply to another.
* This function makes a copy of a stanza object with the attribute to set
* its original from.
* This function makes a copy of a stanza object with the attribute "to" set
* its original "from".
* The stanza will have a reference count of one, so the caller does not
* need to clone it.
*