comparison src/core/exceptions.py @ 1262:f8a8434dbac7 frontends_multi_profiles

core: improved roster management + misc: - updated methods to no use anymore methods deprecated in Wokkel - use of full jid when it make sense instead of bare jid - getContacts, updateContact and delContact are now asynchronous
author Goffi <goffi@goffi.org>
date Wed, 10 Dec 2014 18:32:33 +0100
parents e88bff4c8b77
children faa1129559b8
comparison
equal deleted inserted replaced
1261:93bce9e4c9c8 1262:f8a8434dbac7
91 91
92 92
93 class PasswordError(Exception): 93 class PasswordError(Exception):
94 pass 94 pass
95 95
96
96 class SkipHistory(Exception): # used in MessageReceivedTrigger to avoid history writting 97 class SkipHistory(Exception): # used in MessageReceivedTrigger to avoid history writting
97 pass 98 pass