comparison 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
comparison
equal deleted inserted replaced
2304:666ad9de044c 2305:972e33507609
215 PS_MICROBLOG = "MICROBLOG" 215 PS_MICROBLOG = "MICROBLOG"
216 216
217 # PubSub 217 # PubSub
218 PS_PUBLISH = "publish" 218 PS_PUBLISH = "publish"
219 PS_RETRACT = "retract" # used for items 219 PS_RETRACT = "retract" # used for items
220 PS_DELETE = "delete" #used for nodes 220 PS_DELETE = "delete" # used for nodes
221 PS_ITEM = "item" 221 PS_ITEM = "item"
222 PS_ITEMS = "items" # Can contain publish and retract items 222 PS_ITEMS = "items" # Can contain publish and retract items
223 PS_EVENTS = (PS_ITEMS, PS_DELETE) 223 PS_EVENTS = (PS_ITEMS, PS_DELETE)
224 224
225 225