You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed tigase 8.1.3 on Raspberry Pie (Linux raspberrypi 5.10.63-v8+ # 1459 SMP PREEMPT Wed Oct 6 16:42:49 BST 2021 aarch64 GNU / Linux), installed and set it up, I can send messages with Siskin IM APP, I want to send file each other, so I added “upload () {}” in config.tdsl
admins = [
'admin@raspberrypi'
]
'config-type' = 'default'
debug = [ 'server' ]
'default-virtual-host' = 'raspberrypi'
dataSource () {
default () {
uri = 'jdbc:derby:tigasedb;create=true'
}
}
http () {
setup () {
'admin-password' = '12345678'
'admin-user' = 'admin'
}
}
pubsub () {
trusted = [ 'http@{clusterNode}' ]
}
upload () {}
I restarted tigase server, [but in a while the process quit
The text was updated successfully, but these errors were encountered:
I installed tigase 8.1.3 on Raspberry Pie (Linux raspberrypi 5.10.63-v8+ # 1459 SMP PREEMPT Wed Oct 6 16:42:49 BST 2021 aarch64 GNU / Linux), installed and set it up, I can send messages with Siskin IM APP, I want to send file each other, so I added “upload () {}” in config.tdsl
admins = [
'admin@raspberrypi'
]
'config-type' = 'default'
debug = [ 'server' ]
'default-virtual-host' = 'raspberrypi'
dataSource () {
default () {
uri = 'jdbc:derby:tigasedb;create=true'
}
}
http () {
setup () {
'admin-password' = '12345678'
'admin-user' = 'admin'
}
}
pubsub () {
trusted = [ 'http@{clusterNode}' ]
}
upload () {}
I restarted tigase server, [but in a while the process quit
The text was updated successfully, but these errors were encountered: