If there was a fully-functional cross-platform secure IM, would you use it? What would it be?

KevinMU1

Senior member
Sep 23, 2001
673
0
0
OK, so looking at my sig gives away my motives here. But several people have told me that if a 'nix port existed for my BitWise client, that they would use it in a heartbeat. Does anyone have any thoughts on cross-platform IM? What would you want from cross-platform IM?

Or does it already exist? If so, what is it? The closest thing I can think of is Jabber, but I know that not everyone likes it either.

Note: if you don't use linux, I'm not really interested in what you think of BitWise, in fact, I don't really care what anyone thinks about BitWise. But for those of you who a) want a cross-platform client and b) have some thoughts as to what you would want it to be, let's hear it.
 

KevinMU1

Senior member
Sep 23, 2001
673
0
0
Edit: Useful comments only, please.

Oh wait, look where I am... ATOT. What am I thinking. *smacks forehead*
 

Deeko

Lifer
Jun 16, 2000
30,215
11
81
I wouldn't use it. lol...you post more about that client than I used to post about my girl troubles!
 

zCypher

Diamond Member
Aug 18, 2002
6,115
171
116
I'd use it if it was useful to me - if people I knew used it. But the people I know won't use it because they love their MSN smileys and crap too much. Cross-platform sounds awesome though, you should definitely go for it.
 

KevinMU1

Senior member
Sep 23, 2001
673
0
0
MSN isn't cross-platform...

Deeko--does that I mean I obsess more ofter my software... eh, that's ok, I'll get over it.

zCypher, thanks for the input. Thanks for letting me know your interest.

Is anyone else clamoring for a good cross-platform IM solution?
 

nord1899

Platinum Member
Jun 18, 2001
2,444
0
0
I found that people don't really care about the client, they just use whatever their friends use.
 

KevinMU1

Senior member
Sep 23, 2001
673
0
0
Yes, but there is no consistent AIM client across multiple platforms. Clients exist that connect to AIM, but they all look & feel different. Think unified.
 

notfred

Lifer
Feb 12, 2001
38,241
4
0
I would like to see it become open source, or at least open protocol. I want a chat application that I know won't be absorbed into some giant corporation and filled with ads and bloat. If there was a good open chat protocol, then clients could be written by anyone, regardless of who ran the servers, and ads and bloat could be ignored. I haven't tried jabber yet, but it's closest to what I'd want from a philosophical viewpoint.
 

minendo

Elite Member
Aug 31, 2001
35,558
16
81
Originally posted by: Deeko
I wouldn't use it. lol...you post more about that client than I used to post about my girl troubles!
Actually that is a close race. Perhaps a poll is in order.

 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: notfred
I would like to see it become open source, or at least open protocol. I want a chat application that I know won't be absorbed into some giant corporation and filled with ads and bloat. If there was a good open chat protocol, then clients could be written by anyone, regardless of who ran the servers, and ads and bloat could be ignored. I haven't tried jabber yet, but it's closest to what I'd want from a philosophical viewpoint.

jabber is what you want. Ive used it (a previous company had an internal jabber server setup).

What I would want:
Atleast Open Source, preferably Free software (GPL and BSD-like licenses respectively)
*NOT* a linux program (dont code for one OS even if you only release clients for one (linux emulation rocks)
Good encryption (which means US developers cannot distribute it)
Strong authentication (kerberos? key exchange ala OpenSSH?)
Command line client available

Things I dont care about (not that these are bad things):
Smily pics (they are cute, but unnecessary)
File transfer (I dont like "direct connect" features)
 

KevinMU1

Senior member
Sep 23, 2001
673
0
0
Not a linux program? Emulation rocks? I have to say that confuses me a bit. If you can code cross-platform in Python or something else, why not?

US developers can distribute higher encryption if they control who they give it to. And how hard is it to find an offshore server, anyway?

Command line is a neat idea.

Lack of file transfers would absolutely kill a client's chance at real-world success I think.

 

pulse8

Lifer
May 3, 2000
20,860
1
81
The only reason I'd ever switch IM clients is if suddenly everyone I knew switched at the same time.
 

QTPie

Golden Member
Dec 30, 2001
1,813
1
81
Originally posted by: nord1899
I found that people don't really care about the client, they just use whatever their friends use.

That's so true.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: KevinMU1
Not a linux program? Emulation rocks? I have to say that confuses me a bit. If you can code cross-platform in Python or something else, why not?

Python is a scripting language isnt it? That would be fine I guess, if you happen to avoidd the linuxisms. There are a few (closed source) applications out there that will not run on BSDs. But, using Linux emulation (which rocks ), I can run them. Thats how I get my DC clients to run generally.

US developers can distribute higher encryption if they control who they give it to. And how hard is it to find an offshore server, anyway?

These are some of the most archaic and idiotic laws on the books in the US. One of the reasons Canada sounds like a neat place to go...

Command line is a neat idea.

Its about all I use for AIM and IRC. I like being able to SSH into my system from work or a friend's or whatever and use AIM without the IDS systems or firewalls at work interfering

If you want links to CL AIM clients, pm me and Ill give you one or two.

Lack of file transfers would absolutely kill a client's chance at real-world success I think.

I did say those things are features I dont care about. Just an opinion, based on my usage. Nothing more, nothing less. And hell, if I could code, I wouldnt be telling you what I want, Id be writing it myself
 

KevinMU1

Senior member
Sep 23, 2001
673
0
0
What program do you use for linux emulation?

This is why we started write this program... we didn't like the existing ones. It's a good reason to program--to make programs you really want to use.
 

manly

Lifer
Jan 25, 2000
11,441
2,428
136
Originally posted by: KevinMU1

US developers can distribute higher encryption if they control who they give it to. And how hard is it to find an offshore server, anyway?
I don't think it's that simple. If you're uploading your crypto product to an offshore server, then that's export. Projects like GnuPG specifically exclude U.S. based developers (I believe), to stay clear of onerous U.S. crypto export regulations (which have been relaxed).

FWIW, Yahoo! Messenger, while far from cross platform to the extent of Mozilla, has a native client for all the major client operating systems out there. I haven't used them all, but the Linux client is substantially similar to the Windows client. It's a bit buggier and releases trail the Windows client. And they have a Java applet client that works on any platform with thin client Java applet support.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: KevinMU1
What program do you use for linux emulation?

This is why we started write this program... we didn't like the existing ones. It's a good reason to program--to make programs you really want to use.

The BSDs (Free, Open, and Net) built Linux emulation into the kernel. I cant begin to explain it, but it basically installs Linux libraries and whatnot in a partition and chroots much of the process to that area, I believe, and emulates Linux system calls at the kernel level.

May not be emulation. Its called Linux compatibility mode or something.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: manly
Originally posted by: KevinMU1

US developers can distribute higher encryption if they control who they give it to. And how hard is it to find an offshore server, anyway?
I don't think it's that simple. If you're uploading your crypto product to an offshore server, then that's export. Projects like GnuPG specifically exclude U.S. based developers (I believe), to stay clear of onerous U.S. crypto export regulations (which have been relaxed).

This is one of the reasons the OpenBSD project is based on Canada. Because the US export laws suck, and because of privacy fearing freaks, this problem will not be solved.
 

dabuddha

Lifer
Apr 10, 2000
19,579
17
81
Originally posted by: Deeko
I wouldn't use it. lol...you post more about that client than I used to post about my girl troubles!

i dunno bout that

as for the client, i'd seriously give it a shot if you could do that.
 

KevinMU1

Senior member
Sep 23, 2001
673
0
0
Thanks for the note about the Yahoo client. I still know people who don't like Yahoo just because it's Yahoo, though.

Give the US time, in 4 years or so it'll come around. No I don't know that, I'm just poking fun at my own government and thier lag behind the times.

dabuddha, thanks for the note... that is helpful feedback. We're seriously beginning to think about it.
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |