Changeset 30:4e2de857be01 in ralphm-patches
- Timestamp:
- Jan 4, 2010, 9:52:09 AM (13 years ago)
- Branch:
- default
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pubsub-subscription-options.patch
r29 r30 3 3 diff -r 4ae065e9ba2b wokkel/pubsub.py 4 4 --- a/wokkel/pubsub.py Sat Jan 02 22:51:43 2010 +0100 5 +++ b/wokkel/pubsub.py Sat Jan 02 22:52:172010 +01005 +++ b/wokkel/pubsub.py Mon Jan 04 09:50:18 2010 +0100 6 6 @@ -228,7 +228,7 @@ 7 7 # Map request verb to parameter handler names … … 136 136 subscription = iq.pubsub.subscription["subscription"] 137 137 138 @@ -789,6 +834,69 @@ 139 d.addCallback(cb) 138 @@ -790,6 +835,70 @@ 140 139 return d 140 141 141 142 142 + def getOptions(self, service, nodeIdentifier, subscriber, sender=None): … … 203 203 + return d 204 204 + 205 205 + 206 206 207 207 class PubSubService(XMPPHandler, IQHandlerMixin): 208 """ 208 209 diff -r 4ae065e9ba2b wokkel/test/test_pubsub.py 209 210 --- a/wokkel/test/test_pubsub.py Sat Jan 02 22:51:43 2010 +0100 210 +++ b/wokkel/test/test_pubsub.py Sat Jan 02 22:52:172010 +0100211 +++ b/wokkel/test/test_pubsub.py Mon Jan 04 09:50:18 2010 +0100 211 212 @@ -24,6 +24,7 @@ 212 213 NS_PUBSUB_EVENT = 'http://jabber.org/protocol/pubsub#event' -
series
r27 r30 5 5 pubsub-create-configure.patch 6 6 pubsub-subscription-options.patch 7 pubsub-subid.patch 7 8 pubsub-item.patch 8 9 s2s-controller.patch
Note: See TracChangeset
for help on using the changeset viewer.