[Open Cobalt Group] Problem with Open Cobalt & Jabber

6 views
Skip to first unread message

jski

unread,
May 17, 2010, 11:51:22 AM5/17/10
to Open Cobalt
When I logged into OpenCobalt (opencobalt-1.0alpha1rc32) using my
GMail account as a Jabber server, I immediately started getting
walkbacks when it tried to get pictures for my buddy list. The
problem resulted from:

JabberClient>>getPhotoFor: ===> JabberClient >>collectVcardResult:
===> IMClient>>buddyWithId: which uses 'noID' to search through
(#includesKey:) the buddy Dictionary. Eventually this resulted in
JabberID>>= being called with ByteString 'noID' as the "other"
argument. In here 'noID' is sent the message JabberID>>node. Game
over!

I added, as the first statement in JabberID>>=, the guard code: self
class = other class ifFalse: [ ^ false ]. Seems to work.

---John

BTW, I'm attempting to use the Jabber client in Croquet/OpenCobalt in
connection with Seaside (as the most mature Jabber client in Squeak?).

--
You received this message because you are subscribed to the "Open Cobalt" Google group.
To post to this group, send email to openc...@googlegroups.com
To unsubscribe from this group, send email to
opencobalt+...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/opencobalt?hl=en

jski

unread,
May 17, 2010, 1:01:39 PM5/17/10
to Open Cobalt
One other problem: I can't get the chat window to open by either
double clicking a buddy (in the contact list) or selecting a buddy (in
the contact list) then selecting the "open" button (in the contact
list). I send a message to myself which opens the chat window, then I
can chat with my "buddies". ---John

John Dougan

unread,
May 31, 2011, 3:40:26 AM5/31/11
to openc...@googlegroups.com
You may want to to look at the Jabber client code in the most recent Open Cobalt (1.0 alpha 13). Lots of work has been done and in the next build it should fix some issues that sometimes come up with SSL.
--
John Dougan
jdo...@acm.org
Reply all
Reply to author
Forward
0 new messages