comparison src/bridge/bridge_constructor/bridge_template.ini @ 376:9ffae6abdb05

bridge: .ini arguments are now named jid or .*_jid if a Jabber ID is expected
author Goffi <goffi@goffi.org>
date Thu, 11 Aug 2011 18:36:22 +0200
parents 502489e17685
children c34fd9d6242e
comparison
equal deleted inserted replaced
375:502489e17685 376:9ffae6abdb05
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 from who the message is comming 35 doc_param_0=contact_jid: JID from who the message is comming
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
67 [presenceUpdate] 67 [presenceUpdate]
68 type=signal 68 type=signal
69 category=core 69 category=core
70 sig_in=ssia{ss}s 70 sig_in=ssia{ss}s
71 doc=Somebody changed his presence informations. 71 doc=Somebody changed his presence informations.
72 doc_param_0=entity: JID from which we have presence informations 72 doc_param_0=entity_jid: JID from which we have presence informations
73 doc_param_1=show: availability status (see RFC 3921 #2.2.2.1) 73 doc_param_1=show: availability status (see RFC 3921 #2.2.2.1)
74 doc_param_2=priority: Priority level of the ressource (see RFC 3921 #2.2.2.3) 74 doc_param_2=priority: Priority level of the ressource (see RFC 3921 #2.2.2.3)
75 doc_param_3=statuses: Natural language description of the availability status (see RFC 3921 #2.2.2.2) 75 doc_param_3=statuses: Natural language description of the availability status (see RFC 3921 #2.2.2.2)
76 doc_param_4=%(doc_profile)s 76 doc_param_4=%(doc_profile)s
77 77
79 type=signal 79 type=signal
80 category=core 80 category=core
81 sig_in=sss 81 sig_in=sss
82 doc=Somebody wants to be added in roster 82 doc=Somebody wants to be added in roster
83 doc_param_0=sub_type: Subscription states (see RFC 3921 #9) 83 doc_param_0=sub_type: Subscription states (see RFC 3921 #9)
84 doc_param_1=entity: JID from which the subscription is coming 84 doc_param_1=entity_jid: JID from which the subscription is coming
85 doc_param_2=%(doc_profile)s 85 doc_param_2=%(doc_profile)s
86 86
87 [paramUpdate] 87 [paramUpdate]
88 type=signal 88 type=signal
89 category=core 89 category=core
97 [contactDeleted] 97 [contactDeleted]
98 type=signal 98 type=signal
99 category=core 99 category=core
100 sig_in=ss 100 sig_in=ss
101 doc=A contact has been supressed from roster 101 doc=A contact has been supressed from roster
102 doc_param_0=entity: JID of the contact removed from roster 102 doc_param_0=entity_jid: JID of the contact removed from roster
103 doc_param_1=%(doc_profile)s 103 doc_param_1=%(doc_profile)s
104 104
105 [askConfirmation] 105 [askConfirmation]
106 type=signal 106 type=signal
107 category=core 107 category=core
407 category=core 407 category=core
408 sig_in=ss 408 sig_in=ss
409 sig_out= 409 sig_out=
410 param_1_default="@DEFAULT@" 410 param_1_default="@DEFAULT@"
411 doc=Add a contact to profile's roster 411 doc=Add a contact to profile's roster
412 doc_param_0=entity: JID to add to roster 412 doc_param_0=entity_jid: JID to add to roster
413 doc_param_1=%(doc_profile_key)s 413 doc_param_1=%(doc_profile_key)s
414 414
415 [updateContact] 415 [updateContact]
416 type=method 416 type=method
417 category=core 417 category=core
418 sig_in=ssass 418 sig_in=ssass
419 sig_out= 419 sig_out=
420 param_3_default="@DEFAULT@" 420 param_3_default="@DEFAULT@"
421 doc=update a contact in profile's roster 421 doc=update a contact in profile's roster
422 doc_param_0=entity: JID update in roster 422 doc_param_0=entity_jid: JID update in roster
423 doc_param_1=name: roster's name for the entity 423 doc_param_1=name: roster's name for the entity
424 doc_param_2=groups: list of group where the entity is 424 doc_param_2=groups: list of group where the entity is
425 doc_param_3=%(doc_profile_key)s 425 doc_param_3=%(doc_profile_key)s
426 426
427 [delContact] 427 [delContact]
429 category=core 429 category=core
430 sig_in=ss 430 sig_in=ss
431 sig_out= 431 sig_out=
432 param_1_default="@DEFAULT@" 432 param_1_default="@DEFAULT@"
433 doc=Remove a contact from profile's roster 433 doc=Remove a contact from profile's roster
434 doc_param_0=entity: JID to remove from roster 434 doc_param_0=entity_jid: JID to remove from roster
435 doc_param_1=%(doc_profile_key)s 435 doc_param_1=%(doc_profile_key)s
436 436
437 [launchAction] 437 [launchAction]
438 type=method 438 type=method
439 category=core 439 category=core