Changeset 15:14a00be2ae9d for wokkel/iwokkel.py
- Timestamp:
- Mar 4, 2008, 12:18:23 PM (14 years ago)
- Branch:
- default
- Convert:
- svn:b33ecbfc-034c-dc11-8662-000475d9059e/trunk@43
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wokkel/iwokkel.py
r13 r15 74 74 """ 75 75 76 76 77 class IXMPPHandlerCollection(Interface): 77 78 """ … … 99 100 @type handler: L{IXMPPHandler} 100 101 """ 102 101 103 102 104 class IDisco(Interface): … … 278 280 """ 279 281 282 def notifyDelete(service, nodeIdentifier, recipients): 283 """ 284 Send out node deletion notifications. 285 286 @param service: The entity the notifications will originate from. 287 @type service: L{jid.JID} 288 @param nodeIdentifier: The identifier of the node that was deleted. 289 @type nodeIdentifier: C{unicode} 290 @param recipients: The entities that the notification is sent to. 291 @type notifications: C{list} of L{jid.JID} 292 """ 293 280 294 def publish(requestor, service, nodeIdentifier, items): 281 295 """
Note: See TracChangeset
for help on using the changeset viewer.