Fix crash when using direct TLS + ALPN
This commit is contained in:
parent
44c0e65129
commit
8339d95621
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue