Module exmpp_client_session

The module exmpp_client_session implements the initiating entity side of the Session Establishment.

Authors: Jean-Sébastien Pédron (js.pedron@meetic-corp.com).

Description

The module exmpp_client_session implements the initiating entity side of the Session Establishment.

Function Index

announced_support/1Tell if the Session Establishment feature is supported.
check_establishment/1Check that the session was created successfully.
establish/0Make a <session/> element to create a session.

Function Details

announced_support/1

announced_support(Xmlel::Features_Announcement) -> bool()

throws {session, announced_support, invalid_feature, Feature}

Tell if the Session Establishment feature is supported.

check_establishment/1

check_establishment(IQ) -> ok

throws {session, check_establishment, establishment_failed, Condition}

Check that the session was created successfully.

establish/0

establish() -> Session

Make a <session/> element to create a session.


Generated by EDoc, Jan 21 2011, 01:43:54.