Martin Bielik | Hi Jose,
thank you for your answer. So addContact method can be used also for adding external, no presence-aware contacts? I am asking because in the API documentetion, there is example of addContact request / response, and there is for example something like that:
request:
<add-contact> <group name="work"> <persona-id index="200" display-on-phone="false" nickname="user2nickname">soapuser2</persona-id> <persona-id>nonexisting</persona-id> </group> </add-contact>
response: <epas:status persona-id="soapuser2" group="work" index="200" nickname="user2 nickname" display-on-phone="false">succeeded</epas:status> <epas:status persona-id="nonexisting" group="work">Contact does not exist in.</epas:status>
So for soapuser2 there is "succeeded"in the response while for "nonexisting" there is "Contact does not exist in.". For me it seems like "soupuser2" is presence-aware contact which is just added to contacts on my CUPC, while "nonexisting" is example of external or non-presence-aware-contact which I cannot add.
Many thanks for your answer.
Martin |
| Please sign in to flag this as inappropriate. |