mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
should we do NAMEPREP automatically?
This commit is contained in:
parent
61ef5ce041
commit
9f9bdc4e20
8 changed files with 18 additions and 12 deletions
|
@ -598,7 +598,7 @@ vamixed getdata(string a) {
|
|||
#else
|
||||
# ifdef PSYC_TCP
|
||||
// Authenticated
|
||||
} else if (qAuthenticated(NAMEPREP(u[UHost]))) {
|
||||
} else if (qAuthenticated(u[UHost])) {
|
||||
if (u[UTransport] && (u[UTransport] !=
|
||||
# if __EFUN_DEFINED__(tls_query_connection_state)
|
||||
tls_query_connection_state() ? "s" :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue