Exemplo n.º 1
0
 def _isTextValid(self, text):
     _, error = validateContactNote(text)
     return error is None
 def _isTextValid(self, text):
     _, error = validateContactNote(text)
     return error is None
Exemplo n.º 3
0
def _validateNoteText(note):
    return xmpp_string_utils.validateContactNote(note)[1]
Exemplo n.º 4
0
def _validateNoteText(note):
    return xmpp_string_utils.validateContactNote(note)[1]