View previous topic :: View next topic |
Author |
Message |
sumpi Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/gallery/Futurama/cartoon_futurama_bender.gif)
Joined: 09 May 2006 Posts: 110 Location: Graz, Austria
|
Posted: Sat Mar 14, 2009 11:24 am Post subject: Use flag for enabling TLS-support? |
|
|
Hi all!
I need to use an im-client with tls-support. I allready tryed kopete, sim, gajim, and lots more, but none of them supports the authentication to my server using TLS. So my question is, if I need something else to make TLS running? Using miranda in windows works pretty well, so I don't think, it is a problem with my jabber server.
Thanks in advance for any hints!
Bye,
Sumpi _________________ Why geeks like computers:
unzip, strip, touch, finger, grep, mount, fsck, more, yes,fsck,fsck,fsck,umount, sleep. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
smerf l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/745566598431978204cb20.jpg)
Joined: 06 Nov 2004 Posts: 778 Location: Polska
|
Posted: Sat Mar 14, 2009 12:50 pm Post subject: |
|
|
You should use ssl and gnutls if available. _________________ Microsoft is not the answer, Microsoft is the question, the answer is no. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
sumpi Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/gallery/Futurama/cartoon_futurama_bender.gif)
Joined: 09 May 2006 Posts: 110 Location: Graz, Austria
|
Posted: Sat Mar 14, 2009 3:38 pm Post subject: |
|
|
I added gnutls as well as ssl to my use-flags in make.conf and did a
emerge -aN gajim
But without success.
I guess, I have to emerge any other package and then re-emerge my im-client.
Am I right!
Thanks!
Sumpi _________________ Why geeks like computers:
unzip, strip, touch, finger, grep, mount, fsck, more, yes,fsck,fsck,fsck,umount, sleep. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
165177 Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 27 Apr 2007 Posts: 156
|
Posted: Sat Mar 14, 2009 4:01 pm Post subject: |
|
|
Gajim's ssl support depends on dev-lang/python being compiled with "ssl" ... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
sumpi Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/gallery/Futurama/cartoon_futurama_bender.gif)
Joined: 09 May 2006 Posts: 110 Location: Graz, Austria
|
Posted: Sat Mar 14, 2009 4:12 pm Post subject: |
|
|
sorry for the stupid question, but how can I figure out, which package was compiled with which use-flags?
after adding ssl to make.conf, an
emerge -a dev-lang/python
did not seem to change anything, as the new USE-Flag was not shown.
Thanks in advance!
Bye,
Sumpi _________________ Why geeks like computers:
unzip, strip, touch, finger, grep, mount, fsck, more, yes,fsck,fsck,fsck,umount, sleep. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ppurka Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 26 Dec 2004 Posts: 3256
|
Posted: Sat Mar 14, 2009 7:26 pm Post subject: |
|
|
equery hasuse <useflag> _________________ emerge --quiet redefined | E17 vids: I, II | Now using kde5 | e is unstable :-/ |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
sumpi Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/gallery/Futurama/cartoon_futurama_bender.gif)
Joined: 09 May 2006 Posts: 110 Location: Graz, Austria
|
Posted: Sun Mar 15, 2009 6:58 am Post subject: |
|
|
equery u kopete gives the following output:
Code: |
[ Found these USE variables for kde-base/kopete-4.2.1 ]
U I
- + addbookmarks : Automaticaly add incoming urls to bookmarks.
- + alias : Enables creating of your own aliases for commands.
- + autoreplace : Automaticaly replace selected text
- - bonjour : Enable Link-Local Messaging via the bonjour protocol.
- + contactnotes : Enables writing personal notes for contacts.
- - debug : Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see http://www.gentoo.org/proj/en/qa/backtraces.xml
- - gadu : Enable the Gadu protocol handler.
- - groupwise : Enable the Groupwise protocol handler.
- + highlight : Allows you to specify highlights on specific events.
- + history : Enables saving chat history.
+ + jabber : Enable jabber IM protocol support
- - jingle : Enables voice calls for jabber
+ + kdeprefix : Makes a KDE prefixed install into /usr/kde/${SLOT} if enabled or into /usr (FHS compatible) otherwise
- - latex : Adds support for LaTeX (typesetting package)
- - meanwhile : Enable the Sametime protocol handler.
- - msn : Enable MSN Messenger IM protocol support
- + nowlistening : Shows song you currently listen to in your status/etc. Bindings for many players.
- - oscar : Enable Oscar (AIM/ICQ) IM protocol support
- - otr : Allows crypting your chat (drugs and talking nonsense are considered as good alternatives ;]).
- + pipes : Send messages to external pipe.
- + privacy : Filter for incomming messages
- - qq : enable support for the chinese network protocol.
+ + ssl : Adds support for Secure Socket Layer connections
- + statistics : Everybody loves statistic graphs, especialy cake ones. ;]
- - testbed : Enable the testbed protocol.
- + texteffect : Various fancy text effects for your messages (dont ever consider writing us with this enabled ;]).
- + translator : Translate incoming and outgoing messages.
- + urlpicpreview : Enables in conversation pictures preview.
- - webpresence : Show your status and some more informations on web.
- - winpopup : Enable pop-up messages sending on windows. (same as good old "net send" messages ;])
- - wlm : Enable "Windows live messenger" protocol support (New protocol from MS).
- - yahoo : Enable Yahoo Messenger IM protocol support
|
But ssl is marked red in my shell, which normaly means, that this is a new Use-Flage, at least, if shown with emerge.
What else could I do to make it work? Are there any logfiles, which I could check?
Thanks!
Sumpi _________________ Why geeks like computers:
unzip, strip, touch, finger, grep, mount, fsck, more, yes,fsck,fsck,fsck,umount, sleep. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|