Unknown opened 4 years ago
|
|
Before I finish documentation, here you have short examples. Just after connection is established, Halcyon asks for roster itself. You no need to do anything. It is possible you will implement own roster storage with versioning. Here is short note about it.
Simple presence example:
Note, that presence may be null. You have to calculate "logic presence state" from presence stanza. You may use code like this:
I will add similar code to library. |
|
Thank you. What about vCard? What would be the best code to request vCard for each roster item that is being retrieved? |
There is no documentation or example code on how to retrieve user's roster.
Please add code example on retrieving user's roster as well as other typical XMPP use cases: