Skip to content

Commit

Permalink
Plugins directory reorganization
Browse files Browse the repository at this point in the history
  • Loading branch information
kalta committed Jul 9, 2014
1 parent 8f070ad commit 0787da1
Show file tree
Hide file tree
Showing 69 changed files with 80 additions and 298 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 0 additions & 8 deletions plugins/nksip_100rel/src/nksip_100rel.app.src

This file was deleted.

9 changes: 0 additions & 9 deletions plugins/nksip_debug/src/nksip_debug.app.src

This file was deleted.

56 changes: 0 additions & 56 deletions plugins/nksip_debug/src/nksip_debug_app.erl

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions plugins/nksip_gruu/src/nksip_gruu.app.src

This file was deleted.

8 changes: 0 additions & 8 deletions plugins/nksip_outbound/src/nksip_outbound.app.src

This file was deleted.

8 changes: 0 additions & 8 deletions plugins/nksip_refer/src/nksip_refer.app.src

This file was deleted.

8 changes: 0 additions & 8 deletions plugins/nksip_registrar/src/nksip_registrar.app.src

This file was deleted.

47 changes: 0 additions & 47 deletions plugins/nksip_stats/src/nksip_stats_sup.erl

This file was deleted.

8 changes: 0 additions & 8 deletions plugins/nksip_timers/src/nksip_timers.app.src

This file was deleted.

8 changes: 0 additions & 8 deletions plugins/nksip_trace/src/nksip_trace.app.src

This file was deleted.

8 changes: 0 additions & 8 deletions plugins/nksip_uac_auto_auth/src/nksip_uac_auto_auth.app.src

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
-module(nksip_100rel).
-author('Carlos Gonzalez <[email protected]>').

-include("../../../include/nksip.hrl").
-include("../../../include/nksip_call.hrl").
-include("../include/nksip.hrl").
-include("../include/nksip_call.hrl").

-export([version/0, deps/0, parse_config/1]).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
-module(nksip_100rel_callbacks).
-author('Carlos Gonzalez <[email protected]>').

-include("../../../include/nksip.hrl").
-include("../../../include/nksip_call.hrl").
-include("../include/nksip.hrl").
-include("../include/nksip_call.hrl").

-export([nkcb_parse_uac_opts/2,
nkcb_uac_pre_response/3, nkcb_uac_response/4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
-module(nksip_100rel_lib).
-author('Carlos Gonzalez <[email protected]>').

-include("../../../include/nksip.hrl").
-include("../../../include/nksip_call.hrl").
-include("../include/nksip.hrl").
-include("../include/nksip_call.hrl").

-export([is_prack_retrans/2, send_prack/4]).
-export([uas_store_info/2, uas_method/3]).
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
-export([insert/2, insert/3, find/1, find/2, dump_msgs/0, reset_msgs/0]).
-export([version/0, deps/0, parse_config/1, init/2, terminate/2]).

-include("../../../include/nksip.hrl").
-include("../../../include/nksip_call.hrl").
-include("../include/nksip.hrl").
-include("../include/nksip_call.hrl").


% ===================================================================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
-module(nksip_debug_callbacks).
-author('Carlos Gonzalez <[email protected]>').

-include("../../../include/nksip.hrl").
-include("../include/nksip.hrl").

-export([nkcb_connection_send/2, nkcb_connection_recv/2, nkcb_debug/2]).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
-export([start_link/0, init/1, terminate/2, code_change/3, handle_call/3,
handle_cast/2, handle_info/2]).

-include("../../../include/nksip.hrl").
-include("../include/nksip.hrl").


%% ===================================================================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
-module(nksip_event_compositor).
-author('Carlos Gonzalez <[email protected]>').

-include("../../../include/nksip.hrl").
-include("../include/nksip.hrl").
-include("nksip_event_compositor.hrl").

-export([find/3, request/1, clear/1]).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
-module(nksip_event_compositor_callbacks).
-author('Carlos Gonzalez <[email protected]>').

-include("../../../include/nksip.hrl").
-include("../../../include/nksip_call.hrl").
-include("../include/nksip.hrl").
-include("../include/nksip_call.hrl").
-include("nksip_event_compositor.hrl").

-export([nkcb_sip_method/2]).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

-export([store_get/3, store_put/5, store_del/3, store_del_all/1]).

-include("../../../include/nksip.hrl").
-include("../include/nksip.hrl").
-include("nksip_event_compositor.hrl").


Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
-module(nksip_gruu).
-author('Carlos Gonzalez <[email protected]>').

-include("../../../include/nksip.hrl").
-include("../include/nksip.hrl").

-export([get_gruu_pub/1, get_gruu_temp/1, registrar_find/2]).
-export([version/0, deps/0, parse_config/1]).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
-module(nksip_gruu_callbacks).
-author('Carlos Gonzalez <[email protected]>').

-include("../../../include/nksip.hrl").
-include("../../../include/nksip_call.hrl").
-include("../../../plugins/nksip_registrar/include/nksip_registrar.hrl").
-include("../include/nksip.hrl").
-include("../include/nksip_call.hrl").
-include("nksip_registrar.hrl").
-export([nkcb_nksip_registrar_request_opts/2, nkcb_nksip_registrar_update_regcontact/4,
nkcb_uac_response/4]).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
-module(nksip_gruu_lib).
-author('Carlos Gonzalez <[email protected]>').

-include("../../../include/nksip.hrl").
-include("../../../include/nksip_call.hrl").
-include("../../../plugins/nksip_registrar/include/nksip_registrar.hrl").
-include("../include/nksip.hrl").
-include("../include/nksip_call.hrl").
-include("nksip_registrar.hrl").

-export([find/2, update_gruu/1, check_gr/2, update_regcontact/4]).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
-module(nksip_outbound).
-author('Carlos Gonzalez <[email protected]>').

-include("../../../include/nksip.hrl").
-include("../include/nksip.hrl").

-export([version/0, deps/0, parse_config/1]).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
-module(nksip_outbound_callbacks).
-author('Carlos Gonzalez <[email protected]>').

-include("../../../include/nksip.hrl").
-include("../../../plugins/nksip_registrar/include/nksip_registrar.hrl").
-include("../include/nksip.hrl").
-include("nksip_registrar.hrl").
-export([nkcb_uac_proxy_opts/2, nkcb_transport_uac_headers/6]).
-export([nkcb_nksip_registrar_request_opts/2, nkcb_nksip_registrar_request_reply/3,
nkcb_nksip_registrar_get_index/2]).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
-export([proxy_opts/2, registrar/1]).
-export([decode_flow/1]).

-include("../../../include/nksip.hrl").
-include("../../../include/nksip_call.hrl").
-include("../include/nksip.hrl").
-include("../include/nksip_call.hrl").


%% ===================================================================
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{application, nksip_stats, [
{description, "NkSIP Stats Plugin"},
{application, nksip_plugins, [
{description, "NkSIP Standard Plugins"},
{vsn, "0.1.0"},
{modules, []},
{registered, []},
{mod, {nksip_stats_app, []}},
{mod, {nksip_plugins_app, []}},
{applications, [kernel, stdlib, nksip]},
{env, []}
]}.
Loading

0 comments on commit 0787da1

Please sign in to comment.