Rename to slixmpp
[slixmpp.git] / slixmpp / plugins / __init__.py
blobcf24caed2c7dbf8278bda10d7fda8e752afd3d22
1 """
2 Slixmpp: The Slick XMPP Library
3 Copyright (C) 2010 Nathanael C. Fritz
4 This file is part of Slixmpp.
6 See the file LICENSE for copying permission.
7 """
9 from slixmpp.plugins.base import PluginManager, PluginNotFound, BasePlugin
10 from slixmpp.plugins.base import register_plugin, load_plugin
13 __all__ = [
14 # XEPS
15 'xep_0004', # Data Forms
16 'xep_0009', # Jabber-RPC
17 'xep_0012', # Last Activity
18 'xep_0013', # Flexible Offline Message Retrieval
19 'xep_0016', # Privacy Lists
20 'xep_0020', # Feature Negotiation
21 'xep_0027', # Current Jabber OpenPGP Usage
22 'xep_0030', # Service Discovery
23 'xep_0033', # Extended Stanza Addresses
24 'xep_0045', # Multi-User Chat (Client)
25 'xep_0047', # In-Band Bytestreams
26 'xep_0048', # Bookmarks
27 'xep_0049', # Private XML Storage
28 'xep_0050', # Ad-hoc Commands
29 'xep_0054', # vcard-temp
30 'xep_0059', # Result Set Management
31 'xep_0060', # Pubsub (Client)
32 'xep_0065', # SOCKS5 Bytestreams
33 'xep_0066', # Out of Band Data
34 'xep_0071', # XHTML-IM
35 'xep_0077', # In-Band Registration
36 # 'xep_0078', # Non-SASL auth. Don't automatically load
37 'xep_0079', # Advanced Message Processing
38 'xep_0080', # User Location
39 'xep_0082', # XMPP Date and Time Profiles
40 'xep_0084', # User Avatar
41 'xep_0085', # Chat State Notifications
42 'xep_0086', # Legacy Error Codes
43 'xep_0091', # Legacy Delayed Delivery
44 'xep_0092', # Software Version
45 'xep_0106', # JID Escaping
46 'xep_0107', # User Mood
47 'xep_0108', # User Activity
48 'xep_0115', # Entity Capabilities
49 'xep_0118', # User Tune
50 'xep_0128', # Extended Service Discovery
51 'xep_0131', # Standard Headers and Internet Metadata
52 'xep_0133', # Service Administration
53 'xep_0152', # Reachability Addresses
54 'xep_0153', # vCard-Based Avatars
55 'xep_0163', # Personal Eventing Protocol
56 'xep_0172', # User Nickname
57 'xep_0184', # Message Receipts
58 'xep_0186', # Invisible Command
59 'xep_0191', # Blocking Command
60 'xep_0196', # User Gaming
61 'xep_0198', # Stream Management
62 'xep_0199', # Ping
63 'xep_0202', # Entity Time
64 'xep_0203', # Delayed Delivery
65 'xep_0221', # Data Forms Media Element
66 'xep_0222', # Persistent Storage of Public Data via Pubsub
67 'xep_0223', # Persistent Storage of Private Data via Pubsub
68 'xep_0224', # Attention
69 'xep_0231', # Bits of Binary
70 'xep_0235', # OAuth Over XMPP
71 'xep_0242', # XMPP Client Compliance 2009
72 'xep_0249', # Direct MUC Invitations
73 'xep_0256', # Last Activity in Presence
74 'xep_0257', # Client Certificate Management for SASL EXTERNAL
75 'xep_0258', # Security Labels in XMPP
76 'xep_0270', # XMPP Compliance Suites 2010
77 'xep_0279', # Server IP Check
78 'xep_0280', # Message Carbons
79 'xep_0297', # Stanza Forwarding
80 'xep_0302', # XMPP Compliance Suites 2012
81 'xep_0308', # Last Message Correction
82 'xep_0313', # Message Archive Management
83 'xep_0319', # Last User Interaction in Presence
84 'xep_0323', # IoT Systems Sensor Data
85 'xep_0325', # IoT Systems Control