mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-13 15:16:49 +02:00
8f7388b317
SVN Revision: 5
20 lines
468 B
Erlang
20 lines
468 B
Erlang
%%%----------------------------------------------------------------------
|
|
%%% File : jlib.erl
|
|
%%% Author : Alexey Shchepin <alexey@sevcom.net>
|
|
%%% Purpose :
|
|
%%% Created : 23 Nov 2002 by Alexey Shchepin <alexey@sevcom.net>
|
|
%%% Id : $Id$
|
|
%%%----------------------------------------------------------------------
|
|
|
|
-module(jlib).
|
|
-author('alexey@sevcom.net').
|
|
-vsn('$Revision$ ').
|
|
|
|
%%-export([Function/Arity, ...]).
|
|
|
|
|
|
send_iq(From, To, ID, SubTags) ->
|
|
ok.
|
|
|
|
|