Mercurial > libervia-backend
diff src/plugins/plugin_xep_0045.py @ 1135:3158f9e08760
plugin OTR: a warning is logged when Account is instancied with a bare jid.
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 25 Aug 2014 21:32:23 +0200 |
parents | ad4ec8d9235e |
children | 96fb74a4714d |
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0045.py Mon Aug 25 21:32:23 2014 +0200 +++ b/src/plugins/plugin_xep_0045.py Mon Aug 25 21:32:23 2014 +0200 @@ -220,9 +220,9 @@ def _configureRoomMenu(self, menu_data, profile): """Return room configuration form + @param menu_data: %(menu_data)s @param profile: %(doc_profile)s - """ try: room_jid = jid.JID(menu_data['room_jid'])