Skip to content

Commit 6e6b100

Browse files
committedNov 1, 2018
chaged include ejabberd.hrl to scram.hrl
1 parent b529972 commit 6e6b100

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎mod_offline_http_post.spec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
author: "Patrick Houtman - PH-F"
22
category: "http"
33
summary: "HTTP POST user's messages to target URL when user is offline for eJabberd 17.01"
4-
home: "https://github.com/PH-F/mod_offline_http_post"
5-
url: "https://github.com/PH-F/mod_offline_http_post"
4+
home: "https://github.com/ahmadRMusa/mod_offline_http_post"
5+
url: "https://github.com/ahmadRMusa/mod_offline_http_post"

‎src/mod_offline_http_post.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
-export([start/2, stop/1, create_message/1, create_message/3]).
99

10-
-include("ejabberd.hrl").
10+
-include("scram.hrl").
1111
-include("xmpp.hrl").
1212
-include("logger.hrl").
1313

0 commit comments

Comments
 (0)
Please sign in to comment.