Contact.info
From Yate Documentation
(Difference between revisions)
Line 1: | Line 1: | ||
'''contact.info''' is emitted and handle by a module like jabberclient module. | '''contact.info''' is emitted and handle by a module like jabberclient module. | ||
− | It is a asynchronous process. | + | It is a asynchronous process.<br> |
Info means the capability of the entity to which is beeing send. | Info means the capability of the entity to which is beeing send. | ||
− | |||
− | |||
− | |||
===Parameters=== | ===Parameters=== | ||
Line 20: | Line 17: | ||
;queryitems | ;queryitems | ||
− | : A Vcard is requested for a contact info or items. | + | : A Vcard is requested for a contact info or items. Process disco info/items responses. Return true if processed. |
;query | ;query | ||
Line 28: | Line 25: | ||
;update | ;update | ||
: The Vcard data of the contact will be update. Parameters that will be changed: | : The Vcard data of the contact will be update. Parameters that will be changed: | ||
− | '''name.first''' | + | :'''name.first''' |
:::first name of the contact | :::first name of the contact | ||
− | '''name.last''' | + | :'''name.last''' |
:::last name of the contact | :::last name of the contact | ||
− | '''email''' | + | :'''email''' |
:::email of the contact | :::email of the contact | ||
− | '''photo''' | + | :'''photo''' |
:::photo of the contact | :::photo of the contact | ||
Revision as of 13:44, 23 January 2013
contact.info is emitted and handle by a module like jabberclient module.
It is a asynchronous process.
Info means the capability of the entity to which is beeing send.
Parameters
id
- the id of the contact
contact
- the contact data
operation
- mandatory parameter describing the operation to execute
Operation values:
- queryinfo
- queryitems
- A Vcard is requested for a contact info or items. Process disco info/items responses. Return true if processed.
- query
- A Vcard is created for a contact.
- update
- The Vcard data of the contact will be update. Parameters that will be changed:
- name.first
- first name of the contact
- name.last
- last name of the contact
- email
- email of the contact
- photo
- photo of the contact
See also