Schrift
Wiki:Tipp zum Debugging: use Data::Dumper; local $Data::Dumper::Useqq = 1; print Dumper \@var;
[thread]4306[/thread]

Erfahrungen mit Net::ICQ ?



<< >> 8 Einträge, 1 Seite
esskar
 2005-05-14 21:11
#37745 #37745
User since
2003-08-04
7321 Artikel
ModeratorIn

user image
ich denke, auf der ICQ Server Seite hat sich seit 2001 einiges getan!
esskar
 2005-05-15 05:47
#37746 #37746
User since
2003-08-04
7321 Artikel
ModeratorIn

user image
ich hab keine ahnung; aber könnte doch sein, oder?
J-jayz-Z
 2005-05-15 14:18
#37747 #37747
User since
2005-04-13
625 Artikel
BenutzerIn
[Homepage] [default_avatar]
hmm, das mit dem tracen ist eine gute Idee.
Ich kann mir auch mal ein Linux script anschauen, und sehen, auf welche Server sich ein ICQ Client wie Verbindet, Vielleicht find ich ja trotz meiner mangelnden Erfahrung etwas...
perl -Mstrict -Mwarnings -e 'package blub; sub new { bless {} } sub bar {my $self=shift; $self->{bla}="5065726c2d436f6d6d756e697479"; return $self->{bla};} my $foo=blub->new();print "Hallo ";print pack("H*",$foo->bar()); print "\n"'

http://perl-tutor.de
J-jayz-Z
 2005-05-16 00:44
#37748 #37748
User since
2005-04-13
625 Artikel
BenutzerIn
[Homepage] [default_avatar]
Soviel zu dem Thema:
Code: (dl )
Well, it's been a year or two since AOL changed the ICQ servers such that the V4 UDP procotol is no longer supported. Thus Net::ICQ is no longer useful as it relied on that protocol. However, this code may still be useful to some as a learning tool or a base for other systems, and someone may even want to take over the project and update the protocol support. So if you want to access ICQ from perl, I'm sorry to say that Net::ICQ is no longer an option.

Schade...
perl -Mstrict -Mwarnings -e 'package blub; sub new { bless {} } sub bar {my $self=shift; $self->{bla}="5065726c2d436f6d6d756e697479"; return $self->{bla};} my $foo=blub->new();print "Hallo ";print pack("H*",$foo->bar()); print "\n"'

http://perl-tutor.de
J-jayz-Z
 2005-05-14 20:58
#37749 #37749
User since
2005-04-13
625 Artikel
BenutzerIn
[Homepage] [default_avatar]
Wie sieht es den aus bei euch, habt ihr Erfahrungen mit dem CPAN Modul Net::ICQ?
Ich hab mir da mal das test script aneschaut, dass dabei ist. Ich bekomme allerdings trotz der richtigen UIN und dem richtigen Passwort folgende Meldung:
Code: (dl )
1
2
3
4
5
6
7
8
9
connecting...
--> event #18490 <1000>
OOPS: Server told us the wrong session ID!
OOPS: Server told us the wrong UIN!
<-- event #0 [] <0>
--> ACK #0
OOPS: Server told us the wrong session ID!
OOPS: Server told us the wrong UIN!
<-- event #0 [] <0>

das ist das test2.pl script, dass dabei ist.
Weiß jemand, woran das liegt? ? ?
perl -Mstrict -Mwarnings -e 'package blub; sub new { bless {} } sub bar {my $self=shift; $self->{bla}="5065726c2d436f6d6d756e697479"; return $self->{bla};} my $foo=blub->new();print "Hallo ";print pack("H*",$foo->bar()); print "\n"'

http://perl-tutor.de
J-jayz-Z
 2005-05-15 02:17
#37750 #37750
User since
2005-04-13
625 Artikel
BenutzerIn
[Homepage] [default_avatar]
was meinst du damit? Das dieses Modul nicht mehr "up to date" ist?
Das wäre sehr schade, wenn es so sein sollte und das Modul nicht mehr "nutzbar" ist...
perl -Mstrict -Mwarnings -e 'package blub; sub new { bless {} } sub bar {my $self=shift; $self->{bla}="5065726c2d436f6d6d756e697479"; return $self->{bla};} my $foo=blub->new();print "Hallo ";print pack("H*",$foo->bar()); print "\n"'

http://perl-tutor.de
Rambo
 2005-05-15 12:32
#37751 #37751
User since
2003-08-14
803 Artikel
BenutzerIn

user image
da hat sich bestimmt was geändert denn a. haben die laufend neue versionen und b. lief trillian auf einmal auch nicht mehr und must upgedatet werden :-)
man könnte den verbind. aufbau höchstens mal tracen um
zu sehen was man am script ändern muss aber das ist wohl
doch sehr aufwendig denke ich.

fürti rambo

Ps. happy pfingsten :-)
Gast Gast
 2005-05-15 17:07
#37752 #37752
Einfach mal auf die Homepage schauen:
http://neticq.sourceforge.net/
<< >> 8 Einträge, 1 Seite



View all threads created 2005-05-14 21:11.