Git Product home page Git Product logo

openfire-xmldebugger-plugin's Introduction

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html lang="en">
<head>
    <title>XML Debugger Plugin Readme</title>
    <style type="text/css">
        BODY {
            font-size : 100%;
        }
        BODY, TD, TH {
            font-family : tahoma, verdana, arial, helvetica, sans-serif;
            font-size : 0.8em;
        }
        H2 {
             font-size : 10pt;
             font-weight : bold;
        }
        A:hover {
            text-decoration : none;
        }
        H1 {
            font-family : tahoma, arial, helvetica, sans-serif;
            font-size : 1.4em;
            font-weight: bold;
            border-bottom : 1px #ccc solid;
            padding-bottom : 2px;
        }

        TT {
            font-family : courier new, monospace;
            font-weight : bold;
            color : #060;
        }
    </style>
</head>
<body>

<h1>
XML Debugger Plugin Readme
</h1>

<p>On 30 October 2020, the <a href="https://discourse.igniterealtime.org/t/89049">git repository was rewritten</a> to remove unrelated content from this repository.</p>


<h2>Overview</h2>

<p>
The XML debugger plugin records XMPP traffic which can be useful for debugging purposes. The plugin can log raw XML as
it is received and sent by the server over different connection types, as well as interpreted/parsed XML. Note that
server to server, BOSH and WebSocket traffic can only be logged as interpreted XML.
</p>

<h2>Installation</h2>

<p>Copy xmldebugger.jar into the plugins directory of your Openfire installation. The
plugin will then be automatically deployed. To upgrade to a new version, copy the new
xmldebugger.jar file over the existing file.</p>

<h2>Configuration</h2>

These plugin can be configured under Server/Server Settings/XML Debugger Properties.

<p>If "Log to STDOUT" is selected, then the selected traffic will be printed to stdout.</p>
<p>If "Log to file" is selected, then the selected traffic will be saved in <tt>logs/xmldebugger.log</tt>.</p>

<h2>Warning</h2>
The traffic recorded by this plugin is not obfustacted in anyway. Depending on the authentication mechanism is use, it
may be trivial to determine user passwords or other sensitive information from the logs produced.

</body>
</html>

openfire-xmldebugger-plugin's People

Contributors

akrherz avatar drencrom avatar dwd avatar gregdthomas avatar guusdk avatar sco0ter avatar tevans avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.