FluuxIO / go-xmpp

Native Go XMPP library
https://www.process-one.net/
BSD 3-Clause "New" or "Revised" License
317 stars 63 forks source link

Fix passing Component to StreamManager #180

Open bodqhrohro opened 2 years ago

bodqhrohro commented 2 years ago

0a4acd12c34b0048ff7554b7c56ddce975eb9286, which fixes #160, introduced a regression as it assumed only Client may implement StreamClient, and passing a component triggers an unconditional "client is not disconnected" error.