summaryrefslogtreecommitdiffstats
path: root/network/sendxmpp/patches/07.patch
blob: 600e8a89fcc693f9a39bfba3d88232d0fd70c275 (plain)
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
From 9186b8c49e54cf59ace4e5ddf52aa10b1a386fa5 Mon Sep 17 00:00:00 2001
From: Lubomir Host <lubomir.host@gmail.com>
Date: Sun, 13 Nov 2016 18:25:44 +0100
Subject: [PATCH] Remove 'I<something>' markers from configuration example.

---
 sendxmpp | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/sendxmpp b/sendxmpp
index 8a9758e..4d06ab9 100755
--- a/sendxmpp
+++ b/sendxmpp
@@ -695,19 +695,19 @@ Show debugging info while running. B<WARNING>: This will include passwords etc.
 You may define a 'F<~/.sendxmpprc>' file with the necessary data for your
 xmpp-account. Since version 1.24 the following format is supported:
 
-    username: I<your_username>
-    jserver: I<jabber_server>
-    port: I<jabber_port>
-    password: I<your_jabber_password>
-    component: I<optional_component_name>
+    username: <your_username>
+    jserver: <jabber_server>
+    port: <jabber_port>
+    password: <your_jabber_password>
+    component: <optional_component_name>
 
 
 Example for Google Talk servers:
 
-    username: I<lubomir.host>
-    jserver: I<talk.google.com>
-    password: I<my-secure-password>
-    component: I<gmail.com>
+    username: <lubomir.host>
+    jserver: <talk.google.com>
+    password: <my-secure-password>
+    component: <gmail.com>
 
 With version 1.23 and older only one-line format is supported: