Changeset 47:895c67e2ed9f for wokkel/pubsub.py
- Timestamp:
- Jan 12, 2009, 5:59:36 PM (13 years ago)
- Branch:
- default
- Convert:
- svn:b33ecbfc-034c-dc11-8662-000475d9059e/trunk@154
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wokkel/pubsub.py
r43 r47 543 543 info.append(disco.DiscoIdentity(**self.discoIdentity)) 544 544 545 info.append(disco.DiscoFeature(disco.NS_ ITEMS))545 info.append(disco.DiscoFeature(disco.NS_DISCO_ITEMS)) 546 546 info.extend([disco.DiscoFeature("%s#%s" % (NS_PUBSUB, feature)) 547 547 for feature in self.pubSubFeatures])
Note: See TracChangeset
for help on using the changeset viewer.