Authors: Jean-Sébastien Pédron (js.pedron@meetic-corp.com).
| bind/2 | Prepare a reply to IQ to inform the client of its final JID. |
| error/2 | Prepare an error reply to IQ. |
| feature/0 | Make a feature announcement child. |
| wished_resource/1 | Return the resource the client wants or undefined if he
doesn't ask for any. |
bind(IQ, Jid) -> Reply
Prepare a reply to IQ to inform the client of its final JID.
error(IQ, Condition) -> Error_IQ
Prepare an error reply to IQ.
feature() -> Feature
Make a feature announcement child.
The result should then be passed toexmpp_stream:features/1.
wished_resource(IQ) -> Resource | undefined
throws {resource_binding, wished_resource, invalid_bind, IQ}
Return the resource the client wants or undefined if he
doesn't ask for any.
Generated by EDoc, Feb 19 2012, 12:53:56.