Skip to content
This repository was archived by the owner on Nov 18, 2020. It is now read-only.

Commit ab71ea5

Browse files
committed
Export ssl_login_name
Fixes rabbitmq/rabbitmq-web-stomp#116
1 parent 7c48403 commit ab71ea5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rabbit_stomp_reader.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
code_change/3, terminate/2]).
2424
-export([start_heartbeats/2]).
2525
-export([info/2]).
26+
-export([ssl_login_name/2]).
2627

2728
-include("rabbit_stomp.hrl").
2829
-include("rabbit_stomp_frame.hrl").

0 commit comments

Comments
 (0)