mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
12 lines
361 B
Diff
12 lines
361 B
Diff
|
--- oscar.py.orig 2009-01-06 20:31:38.000000000 +0300
|
||
|
+++ oscar.py 2009-01-22 19:03:51.000000000 +0300
|
||
|
@@ -598,7 +598,7 @@
|
||
|
class OscarConnection(protocol.Protocol):
|
||
|
def connectionMade(self):
|
||
|
self.state=""
|
||
|
- self.seqnum=0
|
||
|
+ self.seqnum=10000
|
||
|
self.buf=''
|
||
|
self.outRate=6000
|
||
|
self.outTime=time.time()
|