summaryrefslogtreecommitdiff
path: root/slixmpp/util/__init__.py
blob: ecf118d71f106107141e33cacae11e42ec33f9f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# -*- coding: utf-8 -*-
"""
    slixmpp.util
    ~~~~~~~~~~~~~~

    Part of Slixmpp: The Slick XMPP Library

    :copyright: (c) 2012 Nathanael C. Fritz, Lance J.T. Stout
    :license: MIT, see LICENSE for more details
"""


from slixmpp.util.misc_ops import bytes, unicode, hashes, hash, \
                                    num_to_bytes, bytes_to_num, quote, \
                                    XOR
from slixmpp.util.cache import MemoryCache, MemoryPerJidCache, \
                               FileSystemCache, FileSystemPerJidCache