24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-10 21:47:01 +02:00

Document the short JID type.

PR:		EJABP-1

SVN Revision: 1866
This commit is contained in:
Jean-Sébastien Pédron 2009-02-06 13:35:40 +00:00
parent 93b26d947c
commit 25bd2bc7fe
2 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,8 @@
* src/web/ejabberd_web.erl, src/web/ejabberd_http.erl: Add
documentation stub for some types. This will be filled later.
* src/jlib.erl: Document the short JID type.
2009-02-05 Jean-Sébastien Pédron <js.pedron@meetic-corp.com>
* src/ejabberd_auth.erl, src/ejabberd_auth_anonymous.erl,

View File

@ -49,6 +49,10 @@
-include("jlib.hrl").
%% @type shortjid() = {U, S, R}
%% U = binary()
%% S = binary()
%% R = binary().
parse_xdata_submit(#xmlel{attrs = Attrs, children = Els}) ->
case exmpp_xml:get_attribute_from_list_as_list(Attrs, 'type', "") of