- Timestamp:
- 12/24/05 00:33:00 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/common/connection.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/connection.py
r4816 r4843 1288 1288 j = helpers.parse_jid(jid) 1289 1289 except: 1290 print >> sys.st err, _('Jid%s is not RFC compliant. It will not be added to your roster. Use roster management tools such as http://jru.jabberstudio.org/ to remove it') % jid1290 print >> sys.stderr, _('JID %s is not RFC compliant. It will not be added to your roster. Use roster management tools such as http://jru.jabberstudio.org/ to remove it') % jid 1291 1291 else: 1292 1292 roster[j] = raw_roster[jid]
