Coverage for slidge / slixfix / xep_0077 / __init__.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v7.13.0, created at 2026-01-06 15:18 +0000

1# Slixmpp: The Slick XMPP Library 

2# Copyright (C) 2012 Nathanael C. Fritz, Lance J.T. Stout 

3# This file is part of Slixmpp. 

4# See the file LICENSE for copying permission. 

5from slixmpp.plugins.base import register_plugin 

6 

7from .register import XEP_0077 

8from .stanza import Register, RegisterFeature 

9 

10register_plugin(XEP_0077)