-
Notifications
You must be signed in to change notification settings - Fork 0
/
iqd.1
47 lines (47 loc) · 841 Bytes
/
iqd.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
.Dd November 21, 2015
.Dt IQD 1
.Os
.Sh NAME
.Nm iqd
.Nd handling XMPP iq tags
.Sh SYNOPSIS
.Nm
.Op Fl i Ar fdin
.Fl d Ar dir
.Sh DESCRIPTION
The
.Nm
utility processes xmpp iq tags from STDIN.
It has a filesystem based front end for extension programs.
Users should not start it directly.
.Xr sj 1
starts
it after an XMPP session is successfully established.
.sp
The options are as follows:
.Bl -tag -width Ds
.It Fl i Ar fdin
sets the file descriptor to read the XMPP iq stanzs.
Default is STDIN.
.It Fl d Ar dir
sets the base directory.
Default is the current working directory.
.El
.Sh ENVIRONMENT
.Ev SJ_DIR
.Sh SEE ALSO
.Xr ii 1 ,
.Xr messaged 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 j.klemkow@wemelug.de .