-
Notifications
You must be signed in to change notification settings - Fork 5
/
messaged.1
55 lines (55 loc) · 997 Bytes
/
messaged.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
.Dd November 21, 2015
.Dt MESSAGED 1
.Os
.Sh NAME
.Nm messaged
.Nd handling XMPP message tags
.Sh SYNOPSIS
.Nm
.Op Fl d Ar dir
.Op Fl i Ar fdin
.Op Fl o Ar out
.Fl j Ar JID
.Sh DESCRIPTION
The
.Nm
utility processes XMPP message stanzas from STDIN.
It has a filesystem based front end like
.Xr ii 1 .
Users should not start this program directly.
.Xr sj 1
starts it after an XMPP session is successfully established.
.sp 1
The options are as follows:
.Bl -tag -width Ds
.It Fl d Ar dir
sets the base directory.
Default is the current working directory.
.It Fl i Ar fdin
sets the file descriptor to read the XMPP message stanzas.
Default it STDIN.
.It Fl o Ar out
sets the input file of the
.Xr sj 1
daemon.
.It Fl j Ar JID
sets the local JID.
.El
.Sh ENVIRONMENT
.Ev SJ_DIR
.Sh SEE ALSO
.Xr ii 1 ,
.Xr iqd 1 ,
.Xr presenced 1 ,
.Xr sj 1
.Sh STANDARDS
XMPP CORE
.%R RFC 6120 ,
XMPP IM
.%R RFC 6121
.Sh AUTHORS
.An -nosplit
The
.Nm
program was written by
.An Jan Klemkow Aq Mt [email protected] .