Module exmpp_client_roster

The module exmpp_client_roster implements XMPP roster management packet generation.

Authors: Mickael Remond (mickael.remond@process-one.net).

Description

The module exmpp_client_roster implements XMPP roster management packet generation.

Function Index

get_roster/0Make an <iq> to retrieve user roster.
get_roster/1Make an <iq> to retrieve user roster.
set_item/3Make an <iq> to update a roster item.
set_item/4Make an <iq> to update a roster item.

Function Details

get_roster/0

get_roster() -> Roster_Iq

Make an <iq> to retrieve user roster.

The stanza id is generated automatically.

get_roster/1

get_roster(Id) -> Roster_Iq

Make an <iq> to retrieve user roster.

set_item/3

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/4

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.