AUTHORS.rst
LICENSE
README.rst
pyproject.toml
pyjabber/AppConfig.py
pyjabber/__init__.py
pyjabber/__main__.py
pyjabber/http_server.py
pyjabber/server.py
pyjabber/server_parameters.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/../alembic_local/README
pyjabber/../alembic_local/__init__.py
pyjabber/../alembic_local/env.py
pyjabber/../alembic_local/script.py.mako
pyjabber/../alembic_local/versions/7ccb2156db5e_init.py
pyjabber/../alembic_local/versions/__init__.py
pyjabber/config/config.yaml
pyjabber/db/__init__.py
pyjabber/db/database.py
pyjabber/db/model.py
pyjabber/features/Features.py
pyjabber/features/StreamFeature.py
pyjabber/features/__init__.py
pyjabber/features/SASL/Mechanism.py
pyjabber/features/SASL/SASL.py
pyjabber/features/SASL/__init__.py
pyjabber/features/SASL/utils.py
pyjabber/features/presence/Enums.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/__init__.py
pyjabber/network/certs/ca_cert.pem
pyjabber/network/certs/ca_key.pem
pyjabber/network/parsers/XMLParser.py
pyjabber/network/parsers/XMLParserServerOutgoing.py
pyjabber/network/parsers/__init__.py
pyjabber/network/protocols/XMLProtocol.py
pyjabber/network/protocols/XMLProtocolServerIncoming.py
pyjabber/network/protocols/XMLProtocolServerOutgoing.py
pyjabber/network/protocols/__init__.py
pyjabber/network/utils/Enums.py
pyjabber/network/utils/TransportProxy.py
pyjabber/network/utils/__init__.py
pyjabber/plugins/PluginBase.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_0009/__init__.py
pyjabber/plugins/xep_0009/xep_0009.py
pyjabber/plugins/xep_0030/__init__.py
pyjabber/plugins/xep_0030/utils.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/utils.py
pyjabber/plugins/xep_0060/xep_0060.py
pyjabber/plugins/xep_0199/__init__.py
pyjabber/plugins/xep_0199/xep_0199.py
pyjabber/plugins/xep_0363/__init__.py
pyjabber/plugins/xep_0363/upload_server.py
pyjabber/plugins/xep_0363/xep_0363.py
pyjabber/queues/FailedRemoteConnection.py
pyjabber/queues/NewConnection.py
pyjabber/queues/PendingMessage.py
pyjabber/queues/QueueManager.py
pyjabber/queues/__init__.py
pyjabber/queues/workers/MessageQueueWorker.py
pyjabber/queues/workers/ServerConnectionWorker.py
pyjabber/queues/workers/__init__.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/QueueBridge.py
pyjabber/stream/__init__.py
pyjabber/stream/handlers/ServerStanzaHandler.py
pyjabber/stream/handlers/StanzaHandler.py
pyjabber/stream/handlers/__init__.py
pyjabber/stream/negotiators/ServerIncomingStreamNegotiator.py
pyjabber/stream/negotiators/ServerStreamNegotiator.py
pyjabber/stream/negotiators/StreamNegotiator.py
pyjabber/stream/negotiators/__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/outgoing/__init__.py
pyjabber/stream/utils/Enums.py
pyjabber/stream/utils/Stream.py
pyjabber/stream/utils/__init__.py
pyjabber/utils/ClarkNotation.py
pyjabber/utils/Exceptions.py
pyjabber/utils/ServerUtils.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_Server.py
test/test_StreamHandler.py
test/test_XMLParser.py
test/test_XMLProtocol.py
test/test_server_parameters.py
test/test_stream.py
test/test_worker.py
test/test_workers.py