Skip to content

Commit

Permalink
include Escargot configuration example
Browse files Browse the repository at this point in the history
  • Loading branch information
atauenis committed Sep 25, 2023
1 parent f53a313 commit 4b5bf1d
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 0 deletions.
5 changes: 5 additions & 0 deletions WebOne.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,11 @@ fi
<LinuxPath Condition="$(RuntimeIdentifier.Contains('linux'))">/etc/webone.conf.d/codepage.conf</LinuxPath>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>

<Content Include="escargot.conf.example" CopyToPublishDirectory="Always" LinuxFileMode="644">
<LinuxPath Condition="$(RuntimeIdentifier.Contains('linux'))">/etc/webone.conf.d/escargot.conf.example</LinuxPath>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup Condition="$(RuntimeIdentifier.Contains('win'))">
Expand Down
62 changes: 62 additions & 0 deletions escargot.conf.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
; Windows Live Messenger - Escargot gateway configuration.
; To enable, rename this file to "escargot.conf".
; Don't forget to import WebOne Root Certificate in Windows registry.

; Login
[Edit:^http://messenger.hotmail.com/(.*)]
AddInternalRedirect=https://msnmsgr.escargot.chat/$1

; Gateway
[Edit:^http://gateway.messenger.hotmail.com/(.*)]
AddInternalRedirect=https://msnmsgr.escargot.chat/$1

; MSN 5 - 7.0 Login
[Edit:(^http://nexus.passport.com/rdr/pprdr.asp)]
;AddInternalRedirect=https://msnmsgr.escargot.chat/$1
AddInternalRedirect=https://m1.escargot.chat/nexus-mock

; MSN 7.5 Login
[Edit:^http://loginnet.passport.com/(.*)]
AddInternalRedirect=https://msnmsgr.escargot.chat/$1

; MSN 8 Login
[Edit:^http://login.live.com/(.*)]
AddInternalRedirect=https://msnmsgr.escargot.chat/$1

; MSN 6+ configuration
[Edit:^http://config.messenger.msn.com/(.*)]
AddInternalRedirect=https://conf.escargot.chat/$1

; MSN 8+ contacts
[Edit:^http://byrdr.omega.contacts.msn.com/(.*)]
AddInternalRedirect=https://msnmsgr.escargot.chat/$1

; Offline messaging
[Edit:^http://ows.messenger.msn.com/(.*)]
AddInternalRedirect=https://msnmsgr.escargot.chat/$1
[Edit:^http://rsi.hotmail.com/(.*)]
AddInternalRedirect=https://msnmsgr.escargot.chat/$1

; MSN 8+ Windows Live Space
[Edit:^http://tkrdr.storage.msn.com/(.*)]
AddInternalRedirect=https://msnmsgr.escargot.chat/$1

; MSN 9+ What's New service
[Edit:^http://sup.live.com/(.*)]
AddInternalRedirect=https://msnmsgr.escargot.chat/$1

[Edit:http://login.live.com/login2.srf(.*)]
AddInternalRedirect=https://msnmsgr.escargot.chat/login
;AddInternalRedirect=https://m1.escargot.chat/login

; MSN 7 (old Escargot patch)
[Edit:http://m1.escargot.chat/login]
AddInternalRedirect=https://msnmsgr.escargot.chat/login

; .NET Service Status
[Edit:^http://status.messenger.msn.com/(.*)]
AddInternalRedirect=http://web.archive.org/web/20090212104204id_/http://status.messenger.msn.com/$1

; Docs:
; https://wiki.nina.chat/wiki/Protocols/MSNP/URLs_used_by_MSN
; https://gitlab.com/escargot-chat/server/-/wikis/urls-used-by-msn

0 comments on commit 4b5bf1d

Please sign in to comment.