igniterealtime / openfire-xmldebugger-plugin

Records XMPP traffic which can be useful for debugging purposes
4 stars 7 forks source link

(fixes #16): Ensure outbound stanzas are logged #17

Closed guusdk closed 4 years ago

guusdk commented 4 years ago

The original code tried to read a buffer that was already flipped. With this change, the original buffer is used instead.