mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
11 lines
307 B
Erlang
11 lines
307 B
Erlang
%% Created automatically by xdata generator (xdata_codec.erl)
|
|
%% Source: flex_offline.xdata
|
|
%% Form type: http://jabber.org/protocol/offline
|
|
%% Document: XEP-0013
|
|
|
|
|
|
-type property() :: {'number_of_messages', non_neg_integer()}.
|
|
-type result() :: [property()].
|
|
|
|
-type form() :: [property() | xdata_field()].
|