|
@@ -331,7 +331,7 @@ When installation is complete you can register a new user.
|
331
|
331
|
* Chat Services
|
332
|
332
|
** IRC
|
333
|
333
|
IRC is useful for multi-user chat. The classic use case is for software development where many engineers might need to coordinate their activities, but it's also useful for meetings, parties and general socialising.
|
334
|
|
-
|
|
334
|
+*** Irssi
|
335
|
335
|
If you are using the [[http://www.irssi.org][irssi]] IRC client then you can use the following commands to connect to your IRC server.
|
336
|
336
|
|
337
|
337
|
#+BEGIN_SRC bash
|
|
@@ -339,5 +339,21 @@ If you are using the [[http://www.irssi.org][irssi]] IRC client then you can use
|
339
|
339
|
/connect yourdomainname
|
340
|
340
|
/join freedombone
|
341
|
341
|
#+END_SRC
|
|
342
|
+*** XChat
|
|
343
|
+If you are using the XChat client:
|
|
344
|
+
|
|
345
|
+Within the network list click, *Add* and enter your domain name then click *Edit*.
|
|
346
|
+
|
|
347
|
+Select the entry within the servers box, then enter *mydomainname/6697* and press *Enter*.
|
|
348
|
+
|
|
349
|
+Uncheck *use global user information*.
|
|
350
|
+
|
|
351
|
+Enter first and second nicknames and check *auto connect to this network on startup*.
|
|
352
|
+
|
|
353
|
+Check *use SSL* and *accept invalid SSL certificate*.
|
|
354
|
+
|
|
355
|
+Enter *#freedombone* as the channel name.
|
|
356
|
+
|
|
357
|
+Click *close* and then *connect*.
|
342
|
358
|
|
343
|
359
|
** XMPP/Jabber
|