The oscar protocol changed, so mICQ doesnt work any more. So it needs patching. Its not possible to send messages (mICQ keeps telling to be offline) Fix: Adding the following patch ./files/patch-src-oscar_roster.c with the content: --- src/oscar_roster.c 23 Sep 2006 21:03:22 -0000 1.28 +++ src/oscar_roster.c 2 Nov 2006 22:28:05 -0000 @@ -117,6 +117,7 @@ SnacCliReady (serv); SnacCliAddcontact (serv, NULL, serv->contacts); SnacCliReqofflinemsgs (serv); + SnacCliReqinfo (serv); if (serv->flags & CONN_WIZARD) { IMRoster (serv, IMROSTER_IMPORT); How-To-Repeat: Starting mICQ, getting online and trying to post a message.
Responsible Changed From-To: freebsd-ports-bugs->laszlof I'll take it.
arved 2006-11-07 17:07:27 UTC FreeBSD ports repository Modified files: net-im/micq Makefile Added files: net-im/micq/files patch-src-oscar_roster.c Log: Catch up with recent changes in the oscar protocol Bump PORTREVISION. PR: 105222 Submitted by: Paul Buetow (maintainer) Revision Changes Path 1.55 +1 -0 ports/net-im/micq/Makefile 1.1 +10 -0 ports/net-im/micq/files/patch-src-oscar_roster.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed committed, thanks!