Lightweight containerized prosody tooling + moved auth scripts + xmpp reconnect/auth stabilization
This commit is contained in:
7
core/transports/__init__.py
Normal file
7
core/transports/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from core.transports.capabilities import (
|
||||
capability_snapshot,
|
||||
supports,
|
||||
unsupported_reason,
|
||||
)
|
||||
|
||||
__all__ = ["supports", "unsupported_reason", "capability_snapshot"]
|
||||
Reference in New Issue
Block a user