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
526 stars 170 forks source link

Rework printing of sent stanzas when debug is enabled #148

Closed mdosch closed 1 year ago

mdosch commented 1 year ago

This got reworked to also work with multiple connections as pointed out by @vcabbage in https://github.com/mattn/go-xmpp/pull/141#issuecomment-1557334066

vcabbage commented 1 year ago

Thanks! :tada:

mdosch commented 1 year ago

@mattn Any comments?

mdosch commented 1 year ago

Dear @mattn, sorry for the noise but maybe you could give some feedback on this pr. :)

mattn commented 1 year ago

Thank you