Mercurial > libervia-backend
diff src/core/sat_main.py @ 572:ca13633d3b6b
dates update
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 07 Jan 2013 23:30:13 +0100 |
parents | 626e85e46d7c |
children | 133078b82ca8 |
line wrap: on
line diff
--- a/src/core/sat_main.py Mon Jan 07 23:10:26 2013 +0100 +++ b/src/core/sat_main.py Mon Jan 07 23:30:13 2013 +0100 @@ -3,7 +3,7 @@ """ SAT: a jabber client -Copyright (C) 2009, 2010, 2011, 2012 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by @@ -599,6 +599,7 @@ @param disco_client: SatDiscoProtocol instance @param profile: profile of the user @param initialized: deferred which must be chained when everything is done""" + def _check_entity_cb(result, entity, profile): for category, type in result.identities: debug (_('Identity added: (%(category)s,%(type)s) ==> %(entity)s [%(profile)s]') % {