Mercurial > libervia-backend
comparison src/bridge/bridge_constructor/bridge_template.ini @ 1060:aa15453ec54d
core (xmpp), stdui (profile_manager), bridge, frontends: raise an exception if the XMPP connection failed instead of sending a signal
author | souliane <souliane@mailoo.org> |
---|---|
date | Fri, 23 May 2014 09:59:35 +0200 |
parents | b2b9c184033f |
children | 0abce7f17782 |
comparison
equal
deleted
inserted
replaced
1059:b2b9c184033f | 1060:aa15453ec54d |
---|---|
16 type=signal | 16 type=signal |
17 category=core | 17 category=core |
18 sig_in=s | 18 sig_in=s |
19 doc=Connection is finished or lost | 19 doc=Connection is finished or lost |
20 doc_param_0=%(doc_profile)s | 20 doc_param_0=%(doc_profile)s |
21 | |
22 [connectionError] | |
23 type=signal | |
24 category=core | |
25 sig_in=ss | |
26 doc=Something went wront with the connection | |
27 doc_param_0=error_type: Why the connection got wrong, can be | |
28 - AUTH_ERROR: Authentification error | |
29 doc_param_1=%(doc_profile)s | |
30 | 21 |
31 [newContact] | 22 [newContact] |
32 type=signal | 23 type=signal |
33 category=core | 24 category=core |
34 sig_in=sa{ss}ass | 25 sig_in=sa{ss}ass |