Mercurial > libervia-backend
comparison src/bridge/bridge_constructor/bridge_template.ini @ 698:d731ae066158
core: sendMessage's options parameter has been renamed to extra to be consistent with newMessage
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 13 Nov 2013 13:58:10 +0100 |
parents | ffb716804580 |
children | f49945d728de |
comparison
equal
deleted
inserted
replaced
697:0c84fb112d70 | 698:d731ae066158 |
---|---|
353 doc=Send a message | 353 doc=Send a message |
354 doc_param_0=to_jid: JID of the recipient | 354 doc_param_0=to_jid: JID of the recipient |
355 doc_param_1=message: body of the message | 355 doc_param_1=message: body of the message |
356 doc_param_2=subject: Subject of the message ('' if no subject) | 356 doc_param_2=subject: Subject of the message ('' if no subject) |
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_3=mess_type: Type of the message (cf RFC 3921 #2.1.1) or "auto" for automatic type detection |
358 doc_param_4=options: optional data that can be used by a plugin to build more specific messages | 358 doc_param_4=extra: optional data that can be used by a plugin to build more specific messages |
359 doc_param_5=%(doc_profile_key)s | 359 doc_param_5=%(doc_profile_key)s |
360 | 360 |
361 [setPresence] | 361 [setPresence] |
362 type=method | 362 type=method |
363 category=core | 363 category=core |