AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.py
docs/Makefile
docs/architecture.rst
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/licence.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
docs/webpage.rst
docs/_static/pyjabber_logo.png
docs/api/index.rst
docs/api/server.rst
docs/api/network/index.rst
docs/api/network/xmlprotocol.rst
docs/res/arch.png
docs/source/modules.rst
docs/source/pyjabber.db.rst
docs/source/pyjabber.features.feature_utils.rst
docs/source/pyjabber.features.presence.rst
docs/source/pyjabber.features.rst
docs/source/pyjabber.network.rst
docs/source/pyjabber.network.server.incoming.rst
docs/source/pyjabber.network.server.outcoming.rst
docs/source/pyjabber.network.server.rst
docs/source/pyjabber.network.tls.rst
docs/source/pyjabber.plugins.roster.rst
docs/source/pyjabber.plugins.rst
docs/source/pyjabber.plugins.xep_0004.rst
docs/source/pyjabber.plugins.xep_0030.rst
docs/source/pyjabber.plugins.xep_0060.rst
docs/source/pyjabber.plugins.xep_0199.rst
docs/source/pyjabber.rst
docs/source/pyjabber.stanzas.error.rst
docs/source/pyjabber.stanzas.rst
docs/source/pyjabber.stream.rst
docs/source/pyjabber.stream.server.incoming.rst
docs/source/pyjabber.stream.server.outcoming.rst
docs/source/pyjabber.stream.server.rst
docs/source/pyjabber.utils.rst
docs/source/pyjabber.webpage.api.rst
docs/source/pyjabber.webpage.rst
pyjabber/__init__.py
pyjabber/__main__.py
pyjabber/metadata.py
pyjabber/server.py
pyjabber/workers.py
pyjabber.egg-info/PKG-INFO
pyjabber.egg-info/SOURCES.txt
pyjabber.egg-info/dependency_links.txt
pyjabber.egg-info/entry_points.txt
pyjabber.egg-info/requires.txt
pyjabber.egg-info/top_level.txt
pyjabber/config/config.yaml
pyjabber/db/__init__.py
pyjabber/db/database.py
pyjabber/db/delete.sql
pyjabber/db/schema.sql
pyjabber/features/InBandRegistration.py
pyjabber/features/ResourceBinding.py
pyjabber/features/SASLFeature.py
pyjabber/features/StartTLSFeature.py
pyjabber/features/StreamFeature.py
pyjabber/features/__init__.py
pyjabber/features/feature_utils/RosterUtils.py
pyjabber/features/feature_utils/__init__.py
pyjabber/features/presence/PresenceFeature.py
pyjabber/features/presence/__init__.py
pyjabber/network/CertGenerator.py
pyjabber/network/ConnectionManager.py
pyjabber/network/StreamAlivenessMonitor.py
pyjabber/network/XMLParser.py
pyjabber/network/XMLProtocol.py
pyjabber/network/__init__.py
pyjabber/network/certs/ca_cert.pem
pyjabber/network/certs/ca_key.pem
pyjabber/network/server/__init__.py
pyjabber/network/server/incoming/XMLServerIncomingParser.py
pyjabber/network/server/incoming/XMLServerIncomingProtocol.py
pyjabber/network/server/incoming/__init__.py
pyjabber/network/server/outcoming/XMLServerOutcomingParser.py
pyjabber/network/server/outcoming/XMLServerOutcomingProtocol.py
pyjabber/network/server/outcoming/__init__.py
pyjabber/network/tls/TLSWorker.py
pyjabber/network/tls/__init__.py
pyjabber/plugins/PluginManager.py
pyjabber/plugins/__init__.py
pyjabber/plugins/roster/Roster.py
pyjabber/plugins/roster/__init__.py
pyjabber/plugins/xep_0004/__init__.py
pyjabber/plugins/xep_0004/field.py
pyjabber/plugins/xep_0004/xep_0004.py
pyjabber/plugins/xep_0030/__init__.py
pyjabber/plugins/xep_0030/xep_0030.py
pyjabber/plugins/xep_0060/__init__.py
pyjabber/plugins/xep_0060/enum.py
pyjabber/plugins/xep_0060/error.py
pyjabber/plugins/xep_0060/xep_0060.py
pyjabber/plugins/xep_0199/__init__.py
pyjabber/plugins/xep_0199/xep_0199.py
pyjabber/stanzas/IQ.py
pyjabber/stanzas/Message.py
pyjabber/stanzas/Presence.py
pyjabber/stanzas/__init__.py
pyjabber/stanzas/error/StanzaError.py
pyjabber/stanzas/error/__init__.py
pyjabber/stream/JID.py
pyjabber/stream/StanzaHandler.py
pyjabber/stream/Stream.py
pyjabber/stream/StreamHandler.py
pyjabber/stream/__init__.py
pyjabber/stream/server/__init__.py
pyjabber/stream/server/incoming/StanzaServerIncomingHandler.py
pyjabber/stream/server/incoming/StreamServerIncomingHandler.py
pyjabber/stream/server/incoming/__init__.py
pyjabber/stream/server/outcoming/StanzaServerOutcomingHandler.py
pyjabber/stream/server/outcoming/StreamServerOutcomingHandler.py
pyjabber/stream/server/outcoming/__init__.py
pyjabber/utils/ClarkNotation.py
pyjabber/utils/Singleton.py
pyjabber/utils/__init__.py
pyjabber/webpage/__init__.py
pyjabber/webpage/adminPage.py
pyjabber/webpage/api/__init__.py
pyjabber/webpage/api/api.py
pyjabber/webpage/build/asset-manifest.json
pyjabber/webpage/build/index.html
pyjabber/webpage/build/manifest.json
pyjabber/webpage/build/robots.txt
pyjabber/webpage/build/static/css/main.53463da7.css
pyjabber/webpage/build/static/css/main.53463da7.css.map
pyjabber/webpage/build/static/js/main.05bf8930.js
pyjabber/webpage/build/static/js/main.05bf8930.js.LICENSE.txt
pyjabber/webpage/build/static/js/main.05bf8930.js.map
test/test_JID.py
test/test_StanzaError.py
test/test_StreamHandler.py
test/test_XMLParser.py
test/test_XMLProtocol.py
test/test_e2e.py
test/test_stanzaHandler.py
test/test_worker.py