~singpolyma/biboumi

55e53852d7f6a972e8cbef97ad7a9881f0b2f319 — louiz’ 5 years ago cd5f7f5
Update the e2e test to work with latest slixmpp
1 files changed, 1 insertions(+), 1 deletions(-)

M tests/end_to_end/__main__.py
M tests/end_to_end/__main__.py => tests/end_to_end/__main__.py +1 -1
@@ 54,7 54,7 @@ class XMPPComponent(slixmpp.BaseXMPP):
        self.stream_header = '<stream:stream %s %s from="%s" id="%s">' % (
            'xmlns="jabber:component:accept"',
            'xmlns:stream="%s"' % self.stream_ns,
            self.boundjid, self.get_id())
            self.boundjid, self.new_id())
        self.stream_footer = "</stream:stream>"

        self.register_handler(slixmpp.Callback('Match All',