Make send_message(mhtml='..') work as expected without loading plugin

71.
This commit is contained in:
Lance Stout 2013-08-07 08:48:15 -07:00
parent e57e321d33
commit 648b03f811

View file

@ -25,6 +25,7 @@ from sleekxmpp.exceptions import IqError, IqTimeout
from sleekxmpp.stanza import Message, Presence, Iq, StreamError
from sleekxmpp.stanza.roster import Roster
from sleekxmpp.stanza.nick import Nick
from sleekxmpp.stanza.htmlim import HTMLIM
from sleekxmpp.xmlstream import XMLStream, JID
from sleekxmpp.xmlstream import ET, register_stanza_plugin