public
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
#https://github.com/42wim/matterbridge
|
||||
|
||||
###################################################################
|
||||
#XMPP section - berriketak
|
||||
###################################################################
|
||||
[xmpp]
|
||||
[xmpp.telegram_berriketak]
|
||||
Server= "server:5222"
|
||||
Jid="admin@example.com"
|
||||
Password="passw0rd"
|
||||
Muc="conference.example.com"
|
||||
Nick="Admin"
|
||||
SkipTLSVerify=true
|
||||
RemoteNickFormat="{TENGO}({PROTOCOL}) "
|
||||
ShowJoinPart=false
|
||||
|
||||
###################################################################
|
||||
#telegram section - berriketak
|
||||
###################################################################
|
||||
[telegram]
|
||||
[telegram.chat_xmppBot]
|
||||
Token="434963xxx:AAHRbJAw9oN30b9KdjWacnyYyHS22r05xxx" #token berriket_xmppBot
|
||||
MessageFormat="HTMLNick"
|
||||
EditDisable=false
|
||||
EditSuffix=" (edited)"
|
||||
IgnoreNicks="spammer1 spammer2"
|
||||
RemoteNickFormat="{NICK}: "
|
||||
ShowJoinPart=false
|
||||
UseInsecureURL=true
|
||||
MediaConvertWebPToPNG=true
|
||||
DisableWebPagePreview=false
|
||||
|
||||
[tengo]
|
||||
#RemoteNickFormat="remotenickformat.tengo"
|
||||
RemoteNickFormat="/etc/matterbridge/nicks.tengo"
|
||||
#InMessage="/etc/matterbridge/in.tengo"
|
||||
OutMessage="/etc/matterbridge/out.tengo"
|
||||
|
||||
###################################################################
|
||||
#gateway section
|
||||
###################################################################
|
||||
[[gateway]]
|
||||
name="test"
|
||||
enable=true
|
||||
|
||||
[[gateway.inout]]
|
||||
account="xmpp.telegram_chat"
|
||||
channel="test"
|
||||
|
||||
[[gateway.inout]]
|
||||
account="telegram.chat_xmppBot"
|
||||
#channel="-241666435" #Telegram xmpp_test taldearen ID-a
|
||||
channel="-1001617641xxx"
|
||||
|
||||
Reference in New Issue
Block a user