About IM (Instant Messaging) clients for Squeak

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

About IM (Instant Messaging) clients for Squeak

Xin Wang-2
HI all,


Currently I'd like to build a client for Matrix [1], which is a decentralized communication protocol, and there are already several servers and clients around [2].

When looking for other IM clients for Squeak, I found this wiki page [3], in which IRC, ICQ and Jabber are mentioned. But as that page have not been updated for a decade, I'm curious that what's current status. Are there any new IM clients emerged? And is it possible to build Matrix client based on them?

BTW, I have created a Squeak room [4] in matrix.org server, anyone interested can join and have a try.

[4] <a href="https://riot.im/app/#/room/#squeak:matrix.org">https://riot.im/app/#/room/#squeak:matrix.org


Regards,
Xin Wang


Reply | Threaded
Open this post in threaded view
|

Re: About IM (Instant Messaging) clients for Squeak

Edgar De Cleene
Re: [squeak-dev] About IM (Instant Messaging) clients for Squeak A chat client is some Squeak need.
The IRC client fails on 5.2 but work in older Squeak.
Never try Jabber

Here the response for the chat room

Not Found
The requested URL /app/#/room/#squeak:matrix.org was not found on this server.

Apache/2.4.10 (Debian) Server at riot.im Port 80

As Release Master, this is the kind of thing I wish  on Squeak, so all my support.
And we have a Spanish and English chat in Discord.
https://discord.gg/aVeXVkC


On 04/08/2018, 01:48, "Xin Wang" <[hidden email]> wrote:

HI all,


Currently I'd like to build a client for Matrix [1], which is a decentralized communication protocol, and there are already several servers and clients around [2].

When looking for other IM clients for Squeak, I found this wiki page [3], in which IRC, ICQ and Jabber are mentioned. But as that page have not been updated for a decade, I'm curious that what's current status. Are there any new IM clients emerged? And is it possible to build Matrix client based on them?

BTW, I have created a Squeak room [4] in matrix.org <http://matrix.org>  server, anyone interested can join and have a try.

[1] https://matrix.org/
[2] https://matrix.org/docs/projects/try-matrix-now.html
[3] https://wiki.squeak.org/squeak/1048
[4] https://riot.im/app/#/room/#squeak:matrix.org


Regards,
Xin Wang


Reply | Threaded
Open this post in threaded view
|

Re: About IM (Instant Messaging) clients for Squeak

Xin Wang-2
Interesting, works for me.

According the response, seems that HTTP is requested, please make sure HTTPS is used.

On 2018/8/4 19:34, Edgar J. De Cleene wrote:
Re: [squeak-dev] About IM (Instant Messaging) clients for Squeak A chat client is some Squeak need.
The IRC client fails on 5.2 but work in older Squeak.
Never try Jabber

Here the response for the chat room

Not Found
The requested URL /app/#/room/#squeak:matrix.org was not found on this server.

Apache/2.4.10 (Debian) Server at riot.im Port 80

As Release Master, this is the kind of thing I wish  on Squeak, so all my support.
And we have a Spanish and English chat in Discord.
https://discord.gg/aVeXVkC


On 04/08/2018, 01:48, "Xin Wang" [hidden email] wrote:

HI all,


Currently I'd like to build a client for Matrix [1], which is a decentralized communication protocol, and there are already several servers and clients around [2].

When looking for other IM clients for Squeak, I found this wiki page [3], in which IRC, ICQ and Jabber are mentioned. But as that page have not been updated for a decade, I'm curious that what's current status. Are there any new IM clients emerged? And is it possible to build Matrix client based on them?

BTW, I have created a Squeak room [4] in matrix.org <http://matrix.org>  server, anyone interested can join and have a try.

[1] https://matrix.org/
[2] https://matrix.org/docs/projects/try-matrix-now.html
[3] https://wiki.squeak.org/squeak/1048
[4] <a class="moz-txt-link-freetext" href="https://riot.im/app/#/room/#squeak:matrix.org">https://riot.im/app/#/room/#squeak:matrix.org


Regards,
Xin Wang



    



Reply | Threaded
Open this post in threaded view
|

Re: About IM (Instant Messaging) clients for Squeak

Edgar De Cleene
Re: [squeak-dev] About IM (Instant Messaging) clients for Squeak Some Firefox odd.
https://riot.im/app/%23/room/%23squeak:matrix.org do not work but if I delete the last ‘s’ connect



On 04/08/2018, 09:14, "Xin Wang" <[hidden email]> wrote:

  Interesting, works for me.
 
 According the response, seems that HTTP is requested, please make sure HTTPS is used.