mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-09 15:06:54 +02:00
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.
|
||
|
|
||
|
|