Authors: Mickael Remond (mickael.remond@process-one.net).
get_roster/0 | Make an <iq> to retrieve user roster. |
get_roster/1 | Make an <iq> to retrieve user roster. |
set_item/3 | Make an <iq> to update a roster item. |
set_item/4 | Make an <iq> to update a roster item. |
get_roster() -> Roster_Iq
Make an <iq>
to retrieve user roster.
id
is generated automatically.
get_roster(Id) -> Roster_Iq
Make an <iq>
to retrieve user roster.
set_item(ContactJID, Groups, Nick) -> Roster_Iq
Make an <iq>
to update a roster item. This function is used
both to create a roster item and to update an roster entry
set_item(Id, ContactJID, Groups, Nick) -> Roster_Iq
Make an <iq>
to update a roster item. This function is used
both to create a roster item and to update an roster entry
Generated by EDoc, Jan 21 2011, 01:43:54.