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
1 changed files with 1 additions and 1 deletions

View File

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