Mercurial > libervia-backend
comparison src/bridge/bridge_constructor/bridge_template.ini @ 1171:0abce7f17782
core: a new "info" type is used in newMessage for system messages (not comming from outside)
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 05 Sep 2014 19:29:30 +0200 |
parents | aa15453ec54d |
children | 96fb74a4714d |
comparison
equal
deleted
inserted
replaced
1170:2df6427a5299 | 1171:0abce7f17782 |
---|---|
38 category=core | 38 category=core |
39 sig_in=ssssa{ss}s | 39 sig_in=ssssa{ss}s |
40 doc=A message has been received | 40 doc=A message has been received |
41 doc_param_0=from_jid: JID where the message is comming from | 41 doc_param_0=from_jid: JID where the message is comming from |
42 doc_param_1=message: Message itself | 42 doc_param_1=message: Message itself |
43 doc_param_2=mess_type: Type of the message (cf RFC 3921 #2.1.1) | 43 doc_param_2=mess_type: Type of the message (cf RFC 6121 §5.2.2) + C.MESS_TYPE_INFO (system info) |
44 doc_param_3=to_jid: JID where the message must be sent | 44 doc_param_3=to_jid: JID where the message must be sent |
45 doc_param_4=extra: extra message information | 45 doc_param_4=extra: extra message information |
46 doc_param_5=%(doc_profile)s | 46 doc_param_5=%(doc_profile)s |
47 | 47 |
48 [newAlert] | 48 [newAlert] |
61 type=signal | 61 type=signal |
62 category=core | 62 category=core |
63 sig_in=ssia{ss}s | 63 sig_in=ssia{ss}s |
64 doc=Somebody changed his presence informations. | 64 doc=Somebody changed his presence informations. |
65 doc_param_0=entity_jid: JID from which we have presence informations | 65 doc_param_0=entity_jid: JID from which we have presence informations |
66 doc_param_1=show: availability status (see RFC 3921 #2.2.2.1) | 66 doc_param_1=show: availability status (see RFC 6121 §4.7.2.1) |
67 doc_param_2=priority: Priority level of the ressource (see RFC 3921 #2.2.2.3) | 67 doc_param_2=priority: Priority level of the ressource (see RFC 6121 §4.7.2.3) |
68 doc_param_3=statuses: Natural language description of the availability status (see RFC 3921 #2.2.2.2) | 68 doc_param_3=statuses: Natural language description of the availability status (see RFC 6121 §4.7.2.2) |
69 doc_param_4=%(doc_profile)s | 69 doc_param_4=%(doc_profile)s |
70 | 70 |
71 [subscribe] | 71 [subscribe] |
72 type=signal | 72 type=signal |
73 category=core | 73 category=core |
74 sig_in=sss | 74 sig_in=sss |
75 doc=Somebody wants to be added in roster | 75 doc=Somebody wants to be added in roster |
76 doc_param_0=sub_type: Subscription states (see RFC 3921 #9) | 76 doc_param_0=sub_type: Subscription states (see RFC 6121 §3) |
77 doc_param_1=entity_jid: JID from which the subscription is coming | 77 doc_param_1=entity_jid: JID from which the subscription is coming |
78 doc_param_2=%(doc_profile)s | 78 doc_param_2=%(doc_profile)s |
79 | 79 |
80 [paramUpdate] | 80 [paramUpdate] |
81 type=signal | 81 type=signal |
332 param_5_default="@NONE@" | 332 param_5_default="@NONE@" |
333 doc=Send a message | 333 doc=Send a message |
334 doc_param_0=to_jid: JID of the recipient | 334 doc_param_0=to_jid: JID of the recipient |
335 doc_param_1=message: body of the message | 335 doc_param_1=message: body of the message |
336 doc_param_2=subject: Subject of the message ('' if no subject) | 336 doc_param_2=subject: Subject of the message ('' if no subject) |
337 doc_param_3=mess_type: Type of the message (cf RFC 3921 #2.1.1) or "auto" for automatic type detection | 337 doc_param_3=mess_type: Type of the message (cf RFC 6121 §5.2.2) or "auto" for automatic type detection |
338 doc_param_4=extra: optional data that can be used by a plugin to build more specific messages | 338 doc_param_4=extra: optional data that can be used by a plugin to build more specific messages |
339 doc_param_5=%(doc_profile_key)s | 339 doc_param_5=%(doc_profile_key)s |
340 | 340 |
341 [setPresence] | 341 [setPresence] |
342 type=method | 342 type=method |