Authors: Jean-Sébastien Pédron (js.pedron@meetic-corp.com).
error/2 | Prepare an error reply to IQ . |
establish/1 | Prepare a result IQ to inform the initiating entity that the session is created. |
feature/0 | Make a feature annoucement child. |
want_establishment/1 | Tell if the initiating entity wants to establish a session. |
error(IQ, Condition) -> Error_IQ
Prepare an error reply to IQ
.
establish(IQ) -> Result_IQ
Prepare a result IQ to inform the initiating entity that the session is created.
feature() -> Feature
Make a feature annoucement child.
The result should then be passed toexmpp_stream:features/1
.
want_establishment(IQ) -> bool()
Tell if the initiating entity wants to establish a session.
Generated by EDoc, Jan 21 2011, 01:43:53.