-
Same problem with i met.
Twisted 2.1.0
Twistedword 0.3.0
Punjab 0.11.
2007-07-25 03:55:45 UTC by wangkilin
-
i have installed Punjab, jabber, and Twiest, Python.and all need. but Punjab does not work. i am using PHP script to send account info to Punjab.
Others client softwares work fine. such as spark.
i can see PHP script already sent account to Punjab, and Punjab sent some info to Jabber. But at last, Punjab does not send account to Jabber. What is the trouble?
Could anyone had ever installed...
2007-07-24 13:27:52 UTC by wangkilin
-
Many thanks for this patch. It works. But xmlns should really be removed from body tags, it's not conform.
2007-03-17 17:49:57 UTC by nobody
-
When using the http polling of punjab, the ',' are converted into ';'.
The following patch corrects this behavior, and improve slightly the code.
Index: httpp.py
===================================================================
RCS file: /cvsroot/punjab/punjab/punjab/httpp.py,v
retrieving revision 1.32
diff -u -r1.32 httpp.py
--- httpp.py 7 Nov 2005 14:03:03 -0000 1.32
+++...
2007-01-11 21:25:19 UTC by omega1
-
With this patch it seems to work corectly :
Index: punjab/httpp.py
===================================================================
RCS file: /cvsroot/punjab/punjab/punjab/httpp.py,v
retrieving revision 1.32
diff -u -r1.32 httpp.py
--- punjab/httpp.py 7 Nov 2005 14:03:03 -0000 1.32
+++ punjab/httpp.py 4 Jan 2007 00:15:45 -0000
@@ -84,7 +84,7 @@
# TODO -...
2007-01-04 00:18:33 UTC by omega1
-
I have never seen that error. What version of twisted is this? Can you try the latest punjab from subversion?
http://www.butterfat.net/wiki/Projects/PunJab
svn co https://svn.butterfat.net/public/punjab/.
2006-12-20 15:22:40 UTC by twonds
-
Hi all, I installed the packages mentioned on the readme, with exact versions (twisted 2.0 etc), except for python (it's 2.4, but in theory, it shouldn't matter anyway).
When I try to mktap, I get the following error:
02:01 aadaam@valinor ~/punjab-0.10 $ mktap punjab --port=5280 --host=localhost --httpb=1 --html_dir="./html"
/home/aadaam/punjab-0.10/punjab/plugins.tml:3...
2006-12-20 01:02:01 UTC by aadaam
-
I need the versions of the following things :
Twisted
Twisted Words
Punjab.
2006-11-24 17:10:12 UTC by tofu
-
Hi there,
I am trying out the XMLRPC portion. My ethereal logs showed that punjab did not send the authentication xml to my jabber server. It stopped after the initial handshake.
Client -> Server
<stream:stream to='my.jabber.server'
xmlns='jabber:client'
xmlns:stream='http://etherx.jabber.org/streams'>
Server -> Client
<stream:stream...
2006-11-24 07:21:34 UTC by lumwaiph
-
What does the twisted.log have in it? Also after the --html_dir='blah' option add a -v
That will make the log more verbose.
2006-11-11 14:56:28 UTC by tofu