mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2025-11-08 03:03:43 -08:00
Remove unused channels
This commit is contained in:
@@ -21,10 +21,6 @@ type Session struct {
|
||||
TlsEnabled bool
|
||||
lastPacketId int
|
||||
|
||||
// Session interface
|
||||
In chan interface{}
|
||||
Out chan interface{}
|
||||
|
||||
// read / write
|
||||
streamLogger io.ReadWriter
|
||||
decoder *xml.Decoder
|
||||
|
||||
Reference in New Issue
Block a user