diff src/core/constants.py @ 2305:972e33507609

plugin XEP-0060: addManagedNode callbacks now use client syntax instead of profile
author Goffi <goffi@goffi.org>
date Wed, 05 Jul 2017 15:04:43 +0200
parents f472179305a1
children cdaa58e14553
line wrap: on
line diff
--- a/src/core/constants.py	Wed Jul 05 15:02:52 2017 +0200
+++ b/src/core/constants.py	Wed Jul 05 15:04:43 2017 +0200
@@ -217,7 +217,7 @@
     # PubSub
     PS_PUBLISH = "publish"
     PS_RETRACT = "retract" # used for items
-    PS_DELETE = "delete" #used for nodes
+    PS_DELETE = "delete" # used for nodes
     PS_ITEM = "item"
     PS_ITEMS = "items" # Can contain publish and retract items
     PS_EVENTS = (PS_ITEMS, PS_DELETE)