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

Changed "Disconnect" to wait for the closing stream tag. #141

Closed remicorniere closed 4 years ago

remicorniere commented 4 years ago

Added the ability for the parser to register </stream:stream> tags. Also updated example with a README.md and fixed some logs.