summaryrefslogtreecommitdiff
path: root/sleekxmpp/basexmpp.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-10-18 21:13:08 -0700
committerLance Stout <lancestout@gmail.com>2013-01-26 14:33:52 -0800
commit79a8c5ceae0cefb34d64172d95dded21872adf02 (patch)
treed70708acdb610eab14c341bcf41a433942ef7df7 /sleekxmpp/basexmpp.py
parent97a2f4449dd2d2cc2dc941cf5ad7e12cd088e021 (diff)
downloadslixmpp-79a8c5ceae0cefb34d64172d95dded21872adf02.tar.gz
slixmpp-79a8c5ceae0cefb34d64172d95dded21872adf02.tar.bz2
slixmpp-79a8c5ceae0cefb34d64172d95dded21872adf02.tar.xz
slixmpp-79a8c5ceae0cefb34d64172d95dded21872adf02.zip
Add proper XEP-0071 plugin.
Diffstat (limited to 'sleekxmpp/basexmpp.py')
-rw-r--r--sleekxmpp/basexmpp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sleekxmpp/basexmpp.py b/sleekxmpp/basexmpp.py
index c3ff5ba3..a54e4bb6 100644
--- a/sleekxmpp/basexmpp.py
+++ b/sleekxmpp/basexmpp.py
@@ -201,7 +201,6 @@ class BaseXMPP(XMLStream):
# Initialize a few default stanza plugins.
register_stanza_plugin(Iq, Roster)
register_stanza_plugin(Message, Nick)
- register_stanza_plugin(Message, HTMLIM)
def start_stream_handler(self, xml):
"""Save the stream ID once the streams have been established.