Mercurial > libervia-backend
comparison src/core/xmpp.py @ 960:3a22c011fdbd
core (XMPP): typo again
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 31 Mar 2014 17:12:09 +0200 |
parents | 56e328733952 |
children | 301b342c697a |
comparison
equal
deleted
inserted
replaced
959:56e328733952 | 960:3a22c011fdbd |
---|---|
219 return | 219 return |
220 info(_("new contact in roster list: %s"), item.jid.full()) | 220 info(_("new contact in roster list: %s"), item.jid.full()) |
221 if not item.subscriptionTo: | 221 if not item.subscriptionTo: |
222 warning(_("You are not subscribed to this contact !")) | 222 warning(_("You are not subscribed to this contact !")) |
223 if not item.subscriptionFrom: | 223 if not item.subscriptionFrom: |
224 warning(_("This contact is not subscribed from you !")) | 224 warning(_("This contact is not subscribed to you !")) |
225 #self.host.memory.addContact(item.jid, item_attr, item.groups, self.parent.profile) | 225 #self.host.memory.addContact(item.jid, item_attr, item.groups, self.parent.profile) |
226 | 226 |
227 bare_jid = item.jid.userhostJID() | 227 bare_jid = item.jid.userhostJID() |
228 self._jids[bare_jid] = item | 228 self._jids[bare_jid] = item |
229 for group in item.groups: | 229 for group in item.groups: |