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