mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-27 19:19:54 +00:00
old xep_0050 plugin is now loadable
This commit is contained in:
parent
e219c0f976
commit
e2d18170b0
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import logging
|
||||||
from xml.etree import cElementTree as ET
|
from xml.etree import cElementTree as ET
|
||||||
import time
|
import time
|
||||||
|
|
||||||
class xep_0050(base.base_plugin):
|
class old_0050(base.base_plugin):
|
||||||
"""
|
"""
|
||||||
XEP-0050 Ad-Hoc Commands
|
XEP-0050 Ad-Hoc Commands
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue