mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Document the short JID type.
PR: EJABP-1 SVN Revision: 1866
This commit is contained in:
parent
93b26d947c
commit
25bd2bc7fe
@ -3,6 +3,8 @@
|
|||||||
* src/web/ejabberd_web.erl, src/web/ejabberd_http.erl: Add
|
* src/web/ejabberd_web.erl, src/web/ejabberd_http.erl: Add
|
||||||
documentation stub for some types. This will be filled later.
|
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>
|
2009-02-05 Jean-Sébastien Pédron <js.pedron@meetic-corp.com>
|
||||||
|
|
||||||
* src/ejabberd_auth.erl, src/ejabberd_auth_anonymous.erl,
|
* src/ejabberd_auth.erl, src/ejabberd_auth_anonymous.erl,
|
||||||
|
@ -49,6 +49,10 @@
|
|||||||
|
|
||||||
-include("jlib.hrl").
|
-include("jlib.hrl").
|
||||||
|
|
||||||
|
%% @type shortjid() = {U, S, R}
|
||||||
|
%% U = binary()
|
||||||
|
%% S = binary()
|
||||||
|
%% R = binary().
|
||||||
|
|
||||||
parse_xdata_submit(#xmlel{attrs = Attrs, children = Els}) ->
|
parse_xdata_submit(#xmlel{attrs = Attrs, children = Els}) ->
|
||||||
case exmpp_xml:get_attribute_from_list_as_list(Attrs, 'type', "") of
|
case exmpp_xml:get_attribute_from_list_as_list(Attrs, 'type', "") of
|
||||||
|
Loading…
Reference in New Issue
Block a user