>>> import xmpp
Warning (from warnings module):
File "C:\Python26\lib\site-packages\xmpp\auth.py", line 24
import sha,base64,random,dispatcher,re
DeprecationWarning: the sha module is deprecated; use the hashlib module instead
Warning (from warnings module):
File "C:\Python26\lib\site-packages\xmpp\auth.py", line 26
import md5
DeprecationWarning: the md5 module is deprecated; use hashlib instead