Fix crash when using direct TLS + ALPN

This commit is contained in:
fiaxh 2021-10-15 01:13:56 +02:00
parent 44c0e65129
commit 8339d95621

View file

@ -1,6 +1,6 @@
public class Xmpp.DirectTlsXmppStream : TlsXmppStream { public class Xmpp.DirectTlsXmppStream : TlsXmppStream {
const string[] ADVERTISED_PROTOCOLS = {"xmpp-client"}; const string[] ADVERTISED_PROTOCOLS = {"xmpp-client", null};
string host; string host;
uint16 port; uint16 port;