[squeak-dev] Jabber client redux

Julian Fitzell jfitzell at gmail.com
Tue Oct 20 22:35:38 UTC 2009


On Tue, Oct 20, 2009 at 2:20 PM, Gary Dunn <osp at aloha.com> wrote:
> On Mon, 19 Oct 2009 Edgar J. De Cleene wrote:
>> On 10/19/09 5:49 AM, "Gary Dunn" <osp at aloha.com> wrote:
>>
>>> (Resent; I was not subscribed.)
>>>
>>> I am looking into using XMPP to extend the capabilities of Nebraska. I
>>> tried installing the package from SqueakMap but after the usual
>>> compatibility warnings the load stops with error: 'Invalid utf8 input
>>> detected' I installed yaxo first, as directed, same result.
>>>
>>> How should I deal with this?
>>> --
>>> Gary Dunn, Honolulu
>>
>> I can't find XMPP in SqueakMap, could send more info ?
>>
>> Edgar
>
> In SqueakMap it is called Jabber.
>
> On Mon, 19 Oct 2009 Julian Fitzell wrote:
>
>> Try loading from SqueakSource... seemed to work for John I guess (at
>> least he didn't write back with further problems).
>>
>> Julian
>
> How do I load from SqueakSource?

Either just download the .mcz from here and open with Squeak:
http://squeaksource.com/Jabber/

Or add a new repository to Monticello with this definition:

MCHttpRepository
    location: 'http://www.squeaksource.com/Jabber'
    user: ''
    password: ''

If you need an intro to Monticello:
http://www.wiresong.ca/Monticello/UserManual/GettingStarted/

Julian



More information about the Squeak-dev mailing list