This commit is contained in:
Mickael Remond 2019-06-18 12:26:17 +02:00 committed by Mickaël Rémond
parent 9b57809e9d
commit 2c7b03fcea

View file

@ -120,15 +120,6 @@ func (c *Component) SetHandler(handler EventHandler) {
c.Handler = handler
}
// Recv abstracts receiving preparsed XMPP packets from a channel.
// Channel allow client to receive / dispatch packets in for range loop.
// TODO: Deprecate this function in favor of reading directly from the RecvChannel ?
/*
func (c *Component) Recv() <-chan Packet {
return c.RecvChannel
}
*/
// Receiver Go routine receiver
func (c *Component) recv() (err error) {
for {