Sharp.Xmpp icon indicating copy to clipboard operation
Sharp.Xmpp copied to clipboard

iq roster result from server is not captured by debugStanza flag

Open lovetox opened this issue 9 years ago • 1 comments

debug code is missing in XmppCore.HandleIqResponse()

i fixed it with putting

if (debugStanzas) System.Diagnostics.Debug.WriteLine(iq.ToString());

at the end.

lovetox avatar Feb 12 '16 21:02 lovetox

Thanks for this. Please open a pull request against the main branch. This way your contribution will be logged in git.

pgstath avatar Feb 16 '16 00:02 pgstath