My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 179 attachment: pyicqt-oscar-errback-chain-fix.patch (405 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/tlib/oscar.py b/src/tlib/oscar.py
index befba43..5e5bed8 100644
--- a/src/tlib/oscar.py
+++ b/src/tlib/oscar.py
@@ -756,6 +756,7 @@ class SNACBased(OscarConnection):
log.msg('On sending of message, family 0x%02x, subtype 0x%02x' % (fam, sub))
if showdata:
log.msg('data not sent: %s' % repr(data))
+ return error

def sendSNACnr(self,fam,sub,data,flags=[0,0]):
"""
Powered by Google Project Hosting