diff options
Diffstat (limited to 'examples/rpc_client_side.py')
-rwxr-xr-x | examples/rpc_client_side.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/rpc_client_side.py b/examples/rpc_client_side.py index e792fc94..57c0dd58 100755 --- a/examples/rpc_client_side.py +++ b/examples/rpc_client_side.py @@ -2,14 +2,14 @@ # -*- coding: utf-8 -*- """ - SleekXMPP: The Sleek XMPP Library + Slixmpp: The Slick XMPP Library Copyright (C) 2011 Dann Martens - This file is part of SleekXMPP. + This file is part of Slixmpp. See the file LICENSE for copying permission. """ -from sleekxmpp.plugins.xep_0009.remote import Endpoint, remote, Remote, \ +from slixmpp.plugins.xep_0009.remote import Endpoint, remote, Remote, \ ANY_ALL import threading import time |