slixmpp/plugins/__init__.py aktualisiert

This commit is contained in:
apprenticius 2024-12-27 11:58:09 +00:00
parent 09d9320b91
commit 0338a40b56

View File

@ -7,6 +7,19 @@ from slixmpp.plugins.base import register_plugin, load_plugin
PLUGINS = [
# Apprenticius's XEPS
'xep_0166' # Jingle
'xep_0167' # Jingle RTP Sessions
'xep_0176' # Jingle Ice-Udp Transport
'xep_0177' # Jingle Raw-Udp Transport
'xep_0215' # Services
'xep_0262' # Jingle Zrtp in RTP Session
'xep_0293' # Jingle RTP Feedback Negotiation
'xep_0294' # Jingle RTP Header Extensions Negotiation
'xep_0320' # Jingle DTLS-SRTP Fingerprint
'xep_0338' # Jingle Grouping Framework
'xep_0339' # Source-Specific Media Attributes in Jingle
'xep_0353' # Jingle Message Initiation
# XEPS
'xep_0004', # Data Forms
'xep_0009', # Jabber-RPC