Mercurial > libervia-backend
comparison src/bridge/bridge_constructor/bridge_template.ini @ 917:a9401694d2dc
bridge, frontends: display presence with the highest priority + reset your own presence when you (dis)connect
author | souliane <souliane@mailoo.org> |
---|---|
date | Thu, 20 Mar 2014 21:18:18 +0100 |
parents | 308a96bc7c1b |
children | 71926ec2114d |
comparison
equal
deleted
inserted
replaced
916:1a759096ccbd | 917:a9401694d2dc |
---|---|
355 doc_param_5=%(doc_profile_key)s | 355 doc_param_5=%(doc_profile_key)s |
356 | 356 |
357 [setPresence] | 357 [setPresence] |
358 type=method | 358 type=method |
359 category=core | 359 category=core |
360 sig_in=ssia{ss}s | 360 sig_in=ssa{ss}s |
361 sig_out= | 361 sig_out= |
362 param_0_default='' | 362 param_0_default='' |
363 param_1_default='' | 363 param_1_default='' |
364 param_2_default=0 | 364 param_2_default={} |
365 param_3_default={} | 365 param_3_default="@DEFAULT@" |
366 param_4_default="@DEFAULT@" | |
367 doc=Set presence information for the profile | 366 doc=Set presence information for the profile |
368 doc_param_0=to_jid: the JID to who we send the presence data (emtpy string for broadcast) | 367 doc_param_0=to_jid: the JID to who we send the presence data (emtpy string for broadcast) |
369 doc_param_1=show: as for [presenceUpdate] | 368 doc_param_1=show: as for [presenceUpdate] |
370 doc_param_2=priority: as for [presenceUpdate] | 369 doc_param_2=statuses: as for [presenceUpdate] |
371 doc_param_3=statuses: as for [presenceUpdate] | 370 doc_param_3=%(doc_profile_key)s |
372 doc_param_4=%(doc_profile_key)s | |
373 | 371 |
374 [subscription] | 372 [subscription] |
375 type=method | 373 type=method |
376 category=core | 374 category=core |
377 sig_in=sss | 375 sig_in=sss |