diff options
author | Slávek Banko <[email protected]> | 2018-06-17 15:04:58 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-06-17 15:05:06 +0200 |
commit | 92f11c11999eebc35427a9c8a8789d851f34674e (patch) | |
tree | d33616cc8d0855c90e8cd738cb655679d4a17a34 /kopete/protocols/jabber/ui/dlgjabbereditaccountwidget.ui | |
parent | 9ff4b6fdc36a74a858e4e00f87eee1e1f619bd82 (diff) | |
download | tdenetwork-92f11c11999eebc35427a9c8a8789d851f34674e.tar.gz tdenetwork-92f11c11999eebc35427a9c8a8789d851f34674e.zip |
kopete: Add descriptions for connection options
This relates to bug 2669
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 449164733b0a1a3096ca1bbd33efee178b95bd82)
Diffstat (limited to 'kopete/protocols/jabber/ui/dlgjabbereditaccountwidget.ui')
-rw-r--r-- | kopete/protocols/jabber/ui/dlgjabbereditaccountwidget.ui | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/kopete/protocols/jabber/ui/dlgjabbereditaccountwidget.ui b/kopete/protocols/jabber/ui/dlgjabbereditaccountwidget.ui index e0a14f1c..551d9322 100644 --- a/kopete/protocols/jabber/ui/dlgjabbereditaccountwidget.ui +++ b/kopete/protocols/jabber/ui/dlgjabbereditaccountwidget.ui @@ -288,6 +288,34 @@ <string>Check this box to enable SSL encrypted communication with the server. Note that this is not end-to-end encryption, but rather encrypted communication with the server.</string> </property> </widget> + <widget class="TQLabel"> + <property name="name"> + <cstring>lblUseSSL</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>3</hsizetype> + <vsizetype>1</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>0</width> + <height>0</height> + </size> + </property> + <property name="text"> + <string><dd>Select this only for old Jabber servers that use a separate SSL port. Newer servers use StartSSL and this option should not be required.</dd></string> + </property> + <property name="alignment"> + <set>WordBreak|AlignVCenter</set> + </property> + </widget> <widget class="TQCheckBox"> <property name="name"> <cstring>cbAllowPlainTextPassword</cstring> @@ -427,6 +455,34 @@ </widget> </hbox> </widget> + <widget class="TQLabel"> + <property name="name"> + <cstring>lblCustomServer</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>3</hsizetype> + <vsizetype>1</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>0</width> + <height>0</height> + </size> + </property> + <property name="text"> + <string><dd>Newer Jabber servers may not work correctly if a server name and port are enforced, because this would prevent the use of StartSSL and a newer Jabber protocol.</dd></string> + </property> + <property name="alignment"> + <set>WordBreak|AlignVCenter</set> + </property> + </widget> </vbox> </widget> <widget class="TQGroupBox"> |