diff options
author | Lance Stout <lancestout@gmail.com> | 2013-01-16 22:32:40 -0800 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2013-01-16 22:32:40 -0800 |
commit | 518eee05c224b00cf4622038290f5fb0c0d4e95b (patch) | |
tree | 4c92216e8c3431921b732dbbe0f685bdf3cca6e8 /sleekxmpp/plugins/xep_0054/vcard_temp.py | |
parent | 6bac4741f6ca7d73c43ae0fcb138b07e71ed1352 (diff) | |
download | slixmpp-518eee05c224b00cf4622038290f5fb0c0d4e95b.tar.gz slixmpp-518eee05c224b00cf4622038290f5fb0c0d4e95b.tar.bz2 slixmpp-518eee05c224b00cf4622038290f5fb0c0d4e95b.tar.xz slixmpp-518eee05c224b00cf4622038290f5fb0c0d4e95b.zip |
Set vCard avatar hash on startup.
Diffstat (limited to 'sleekxmpp/plugins/xep_0054/vcard_temp.py')
-rw-r--r-- | sleekxmpp/plugins/xep_0054/vcard_temp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/plugins/xep_0054/vcard_temp.py b/sleekxmpp/plugins/xep_0054/vcard_temp.py index 09acd454..97da8c7c 100644 --- a/sleekxmpp/plugins/xep_0054/vcard_temp.py +++ b/sleekxmpp/plugins/xep_0054/vcard_temp.py @@ -8,7 +8,7 @@ import logging -from sleekxmpp import Iq +from sleekxmpp import JID, Iq from sleekxmpp.exceptions import XMPPError from sleekxmpp.xmlstream import register_stanza_plugin from sleekxmpp.xmlstream.handler import Callback |