blob: 0b902238137e33c11107f68af632e4f8e3376e9b (
plain)
1
2
3
4
5
6
7
8
9
|
"""
SleekXMPP: The Sleek XMPP Library
Copyright (C) 2011 Nathanael C. Fritz, Dann Martens (TOMOTON).
This file is part of SleekXMPP.
See the file LICENSE for copying permission.
"""
from RPC import RPCQuery, MethodCall, MethodResponse
|