comparison src/core/xmpp.py @ 959:56e328733952

core (XMPP): fixed typo
author Goffi <goffi@goffi.org>
date Mon, 31 Mar 2014 17:10:10 +0200
parents 9393dc29aaf3
children 3a22c011fdbd
comparison
equal deleted inserted replaced
958:9393dc29aaf3 959:56e328733952
217 # may change in the future 217 # may change in the future
218 self.removeItem(item.jid) 218 self.removeItem(item.jid)
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(_("Your a 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 from 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()