xmppo / go-xmpp

Go XMPP Library (From Yasuhiro Matsumoto and based on the code from Russ Cox)
https://golang.org/
BSD 3-Clause "New" or "Revised" License
530 stars 167 forks source link

Provide error replies for IQs. #135

Closed mdosch closed 2 years ago

mdosch commented 2 years ago

This should fix #125.

mattn commented 2 years ago

Thank you