File: STARTUP

package info (click to toggle)
irssi-plugin-xmpp 0.52%2Bgit20140102-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,336 kB
  • ctags: 1,440
  • sloc: ansic: 8,039; makefile: 105; perl: 58
file content (46 lines) | stat: -rw-r--r-- 1,247 bytes parent folder | download | duplicates (8)
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
Running irssi-xmpp:
===================

Usage:
    /LOAD xmpp

Simply load the module in irssi. Currently you cannot load it automatically,
unless using a script or something like that.

The module should be placed in "~/.irssi/modules/", or you should load it with
the full path.

You can unload it using:
    /UNLOAD xmpp

Connection:
===========

Usage:
    /XMPPCONNECT [-ssl] [-host <host>] [-port <port>]
                 <jid>[/<resource>] <password>

The "jid" is your Jabber ID (something like "username@server"). You can add
"/<resource>" at the end of the "jid" to set your own resource.

Please note that irssi-xmpp doesn't support SRV record (yet), so you must
specify the host with the parameter "-host".

You can also use /XMPPSERVER to replace the current connection. See the FAQ
if you want to automatically connect to the server at startup

If available, StartTLS will be used by default. Use the "-ssl" switch
only if you want to use the deprecated SSL encryption.

Automation:
===========

If you want to automatically load the module and connect to an account,
take a look at the FAQ. Everything is explained in it.

Register:
=========

You can register an account directly with irssi-xmpp using the command
/XMPPREGISTER.