changeset 2594:59ba387c17ea

core (xmpp): use "phone" type in identities when backend is started from Android
author Goffi <goffi@goffi.org>
date Fri, 25 May 2018 10:52:01 +0200
parents d78eff6b4487
children 973d4551ffae
files sat/core/xmpp.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sat/core/xmpp.py	Fri May 25 10:52:01 2018 +0200
+++ b/sat/core/xmpp.py	Fri May 25 10:52:01 2018 +0200
@@ -472,6 +472,8 @@
             # TODO: remove this hack and fix SRV
             log.info(u"FIXME: Android hack, ignoring SRV")
             host = user_jid.host
+            # for now we consider Android devices to be always phones
+            self.identities = [disco.DiscoIdentity(u"client", u"phone", C.APP_NAME)]
 
         hosts_map = host_app.memory.getConfig(None, "hosts_dict", {})
         if host is None and user_jid.host in hosts_map: