Mercurial > libervia-backend
comparison src/bridge/bridge_constructor/bridge_template.ini @ 636:7ea6d5a86e58
plugin XEP-0085: Chat State Notifications
- new "options" parameter to send chat states
- plugin command export: messages without body are now delivered (since all the chat states other than "active" need them)
author | souliane <souliane@mailoo.org> |
---|---|
date | Thu, 05 Sep 2013 20:48:47 +0200 |
parents | ca2cae6b2c6d |
children | 49587e170f53 |
comparison
equal
deleted
inserted
replaced
635:eff8772fd472 | 636:7ea6d5a86e58 |
---|---|
342 | 342 |
343 | 343 |
344 [sendMessage] | 344 [sendMessage] |
345 type=method | 345 type=method |
346 category=core | 346 category=core |
347 sig_in=sssss | 347 sig_in=ssssa{ss}s |
348 sig_out= | 348 sig_out= |
349 param_2_default='' | 349 param_2_default='' |
350 param_3_default="auto" | 350 param_3_default="auto" |
351 param_4_default="@DEFAULT@" | 351 param_4_default={} |
352 param_5_default="@NONE@" | |
352 doc=Send a message | 353 doc=Send a message |
353 doc_param_0=to_jid: JID of the recipient | 354 doc_param_0=to_jid: JID of the recipient |
354 doc_param_1=message: body of the message | 355 doc_param_1=message: body of the message |
355 doc_param_2=subject: Subject of the message ('' if no subject) | 356 doc_param_2=subject: Subject of the message ('' if no subject) |
356 doc_param_3=mess_type: Type of the message (cf RFC 3921 #2.1.1) or "auto" for automatic type detection | 357 doc_param_3=mess_type: Type of the message (cf RFC 3921 #2.1.1) or "auto" for automatic type detection |
357 doc_param_4=%(doc_profile_key)s | 358 doc_param_4=options: optional data that can be used by a plugin to build more specific messages |
359 doc_param_5=%(doc_profile_key)s | |
358 | 360 |
359 [setPresence] | 361 [setPresence] |
360 type=method | 362 type=method |
361 category=core | 363 category=core |
362 sig_in=ssia{ss}s | 364 sig_in=ssia{ss}s |