summaryrefslogtreecommitdiff
path: root/slixmpp/roster/__init__.py
blob: 6018585b5b4db3e0e536d0fe02e1e36ae1ec58b1 (plain)
1
2
3
4
5
6
7
8

# Slixmpp: The Slick XMPP Library
# Copyright (C) 2010  Nathanael C. Fritz
# This file is part of Slixmpp.
# See the file LICENSE for copying permission.
from slixmpp.roster.item import RosterItem
from slixmpp.roster.single import RosterNode
from slixmpp.roster.multi import Roster