diff options
Diffstat (limited to 'src/mod_sip.erl')
-rw-r--r-- | src/mod_sip.erl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mod_sip.erl b/src/mod_sip.erl index 7c3e60917..01327c77d 100644 --- a/src/mod_sip.erl +++ b/src/mod_sip.erl @@ -20,8 +20,9 @@ %%% You should have received a copy of the GNU General Public License along %%% with this program; if not, write to the Free Software Foundation, Inc., %%% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - +%%% %%%------------------------------------------------------------------- + -module(mod_sip). -protocol({rfc, 3261}). |