diff idavoll/pubsub.py @ 154:bd8e58c73370

Update README and fix typo. - Adds informations about how to use Idavoll with jabberd 2.x - Updates dependency information - Updates implemented specification version
author Ralph Meijer <ralphm@ik.nu>
date Thu, 29 Jun 2006 08:38:24 +0000
parents 753b8432460f
children 5191ba7c4df8
line wrap: on
line diff
--- a/idavoll/pubsub.py	Sat May 06 19:47:53 2006 +0000
+++ b/idavoll/pubsub.py	Thu Jun 29 08:38:24 2006 +0000
@@ -302,7 +302,7 @@
 
         reply = domish.Element((NS_PUBSUB, "pubsub"))
         subscription = reply.addElement("subscription")
-        subscription["node"] = nod
+        subscription["node"] = node
         subscription["jid"] = subscriber.full()
         subscription["subscription"] = state
         return [reply]