mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2025-11-22 17:43:43 -08:00
Fix SIGSEGV in xmpp_component (#126)
* SIGSEGV in xmpp_component example with Prosody #126
This commit is contained in:
committed by
Jérôme Sautret
parent
6aa1e668ee
commit
7d89353156
@@ -14,6 +14,7 @@ import (
|
||||
)
|
||||
|
||||
// XMPPTransport implements the XMPP native TCP transport
|
||||
// The decoder is expected to be initialized after connecting to a server.
|
||||
type XMPPTransport struct {
|
||||
openStatement string
|
||||
Config TransportConfiguration
|
||||
|
||||
Reference in New Issue
Block a user