Mercurial > libervia-backend
comparison src/bridge/bridge_constructor/bridge_template.ini @ 650:a5ad628c3cbf
bridge: doc fix for newContact
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 29 Sep 2013 16:29:57 +0200 |
parents | 49587e170f53 |
children | 7d6e5807504a |
comparison
equal
deleted
inserted
replaced
649:e20c823f23e2 | 650:a5ad628c3cbf |
---|---|
30 [newContact] | 30 [newContact] |
31 type=signal | 31 type=signal |
32 category=core | 32 category=core |
33 sig_in=sa{ss}ass | 33 sig_in=sa{ss}ass |
34 doc=New contact received in roster | 34 doc=New contact received in roster |
35 doc_param_0=contact_jid: JID from who the message is comming | 35 doc_param_0=contact_jid: JID which has just been added |
36 doc_param_1=attributes: Dictionary of attributes where keys are: | 36 doc_param_1=attributes: Dictionary of attributes where keys are: |
37 - name: name of the contact | 37 - name: name of the contact |
38 - to: "True" if the contact give its presence information to us | 38 - to: "True" if the contact give its presence information to us |
39 - from: "True" if contact is registred to our presence information | 39 - from: "True" if contact is registred to our presence information |
40 - ask: "True" is subscription is pending | 40 - ask: "True" is subscription is pending |