From f1a32f033abe394cfa97a98fd0fc6e14407da3af Mon Sep 17 00:00:00 2001 From: Dan Caseley Date: Sun, 8 Feb 2026 21:21:59 +0000 Subject: [PATCH] Create debug-output.md --- doc/bugs/debug-output.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/bugs/debug-output.md diff --git a/doc/bugs/debug-output.md b/doc/bugs/debug-output.md new file mode 100644 index 0000000..ded5683 --- /dev/null +++ b/doc/bugs/debug-output.md @@ -0,0 +1,5 @@ +# Debug output for XMPP errors + +When connection or other XMPP-related errors occur, I'd like to know if it's my server or my client that's at fault (or possibly some external factor). + +On Linux, I was able to get a console text stream. I'd like access to some debug info on Android or other OSes, including before successful authentication. \ No newline at end of file