comparison src/bridge/bridge_constructor/bridge_template.ini @ 490:b9925a2758c3

Bridge: "auto" type for sendMessage method
author Goffi <goffi@goffi.org>
date Fri, 17 Aug 2012 03:11:39 +0200
parents 17c7e48bf68f
children e9634d2e7b38
comparison
equal deleted inserted replaced
489:f36c705a5310 490:b9925a2758c3
307 type=method 307 type=method
308 category=core 308 category=core
309 sig_in=sssss 309 sig_in=sssss
310 sig_out= 310 sig_out=
311 param_2_default='' 311 param_2_default=''
312 param_3_default="chat" 312 param_3_default="auto"
313 param_4_default="@DEFAULT@" 313 param_4_default="@DEFAULT@"
314 doc=Send a message 314 doc=Send a message
315 doc_param_0=to_jid: JID of the recipient 315 doc_param_0=to_jid: JID of the recipient
316 doc_param_1=message: body of the message 316 doc_param_1=message: body of the message
317 doc_param_2=subject: Subject of the message ('' if no subject) 317 doc_param_2=subject: Subject of the message ('' if no subject)
318 doc_param_3=mess_type: Type of the message (cf RFC 3921 #2.1.1) 318 doc_param_3=mess_type: Type of the message (cf RFC 3921 #2.1.1) or "auto" for automatic type detection
319 doc_param_4=%(doc_profile_key)s 319 doc_param_4=%(doc_profile_key)s
320 320
321 [setPresence] 321 [setPresence]
322 type=method 322 type=method
323 category=core 323 category=core