aboutsummaryrefslogtreecommitdiff
path: root/src/chat
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-03 13:19:52 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-03 13:19:52 +0000
commit29c724d2a7764f83fe846b418d09540348b86983 (patch)
treedafaff8e37ba51355b22b6f38d856ae49e145006 /src/chat
parentb303961f38c9b578f30248ee364ed4e5ffdcd06c (diff)
downloadgnunet-29c724d2a7764f83fe846b418d09540348b86983.tar.gz
gnunet-29c724d2a7764f83fe846b418d09540348b86983.zip
implementing #1747
Diffstat (limited to 'src/chat')
-rw-r--r--src/chat/Makefile.am5
-rw-r--r--src/chat/chat.conf22
2 files changed, 27 insertions, 0 deletions
diff --git a/src/chat/Makefile.am b/src/chat/Makefile.am
index dcf1f5a2d..859e8f1f1 100644
--- a/src/chat/Makefile.am
+++ b/src/chat/Makefile.am
@@ -1,5 +1,10 @@
1INCLUDES = -I$(top_srcdir)/src/include 1INCLUDES = -I$(top_srcdir)/src/include
2 2
3pkgcfgdir= $(pkgdatadir)/config.d/
4
5dist_pkgcfg_DATA = \
6 chat.conf
7
3if MINGW 8if MINGW
4 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 9 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
5endif 10endif
diff --git a/src/chat/chat.conf b/src/chat/chat.conf
new file mode 100644
index 000000000..61d551e16
--- /dev/null
+++ b/src/chat/chat.conf
@@ -0,0 +1,22 @@
1[chat]
2AUTOSTART = YES
3PORT = 2090
4HOSTNAME = localhost
5HOME = $SERVICEHOME
6CONFIG = $DEFAULTCONFIG
7BINARY = gnunet-service-chat
8ACCEPT_FROM = 127.0.0.1;
9ACCEPT_FROM6 = ::1;
10UNIXPATH = /tmp/gnunet-service-chat.sock
11UNIX_MATCH_UID = NO
12UNIX_MATCH_GID = YES
13# DISABLE_SOCKET_FORWARDING = NO
14# USERNAME =
15# MAXBUF =
16# TIMEOUT =
17# DISABLEV6 =
18# BINDTO =
19# REJECT_FROM =
20# REJECT_FROM6 =
21# PREFIX =
22