Documentation changes for SASL ANONYMOUS.

This commit is contained in:
Jack Moffitt
2008-08-24 16:09:31 +00:00
parent 16ad3aabf7
commit 2b8691f154
2 changed files with 4 additions and 3 deletions

View File

@@ -769,7 +769,7 @@ static int _handle_features_sasl(xmpp_conn_t * const conn,
/* request a specific resource if we have one */
resource = xmpp_jid_resource(conn->ctx, conn->jid);
if ((resource != NULL) && (strlen(resource) == 0)) {
/* j2 doesn't handle an empty resource */
/* jabberd2 doesn't handle an empty resource */
xmpp_free(conn->ctx, resource);
resource = NULL;
}