# HG changeset patch # User souliane # Date 1456148027 -3600 # Node ID 6e547dd7f38c57615d26b73e4559380b37976db4 # Parent a754d638155088c4f59f7575647cd8d18d8fc5aa plugin XEP-0277: add a forgotten string to JID conversion diff -r a754d6381550 -r 6e547dd7f38c src/plugins/plugin_xep_0277.py --- a/src/plugins/plugin_xep_0277.py Mon Feb 22 13:44:14 2016 +0100 +++ b/src/plugins/plugin_xep_0277.py Mon Feb 22 14:33:47 2016 +0100 @@ -513,7 +513,7 @@ raise exceptions.DataError(u"if comments_node is present, it must not be empty") try: - comments_service = mb_data['comments_service'] + comments_service = jid.JID(mb_data['comments_service']) except KeyError: comments_service = self.getCommentsService(client, service)