Question:
Can i do a search function to filter the contact list by sid(username) i am using jquery to create a method function and called that method in html with onclick method to trigger the function. i dont know how to write the method function in jquery
Answer:
There's no "search by contact name" function built-in to the Jabber SDK (CAXL). You'd need to do that in Javascript. For example, you can load contacts from the entitySet into an array, and then search the array. Or you could simply iterate through the entitySet and look for matches as you do.
Comments
0 comments
Please sign in to leave a comment.