Skip to content

Commit

Permalink
Current version of Psi+ is 1.5.1994
Browse files Browse the repository at this point in the history
It is based on:
* psi: d9df18ec
* plugins: 7a65467
* psimedia: 478567e
* resources: e32ef4b
  • Loading branch information
tehnick committed Jun 21, 2024
1 parent 4c5c1d6 commit 3851ede
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion iris/src/xmpp/xmpp-core/connector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,11 @@ void AdvancedConnector::connectToServer(const QString &server)

QStringList services = { XMPP_CLIENT_SRV };
if (d->opt_ssl == Never && d->opt_srvtls) { /* if ssl forced or should be probed */
d->port = XMPP_LEGACY_PORT;
services << XMPP_CLIENT_TLS_SRV;
}
if (d->opt_ssl != Never) {
d->port = XMPP_LEGACY_PORT;
}
s->connectToHost(services, XMPP_CLIENT_TRANSPORT, d->host, quint16(d->port));
}
}
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.1993 (2024-06-21, efb4c011)
1.5.1994 (2024-06-21, d9df18ec)

0 comments on commit 3851ede

Please sign in to comment.