Software /
code /
prosody
Comparison
plugins/mod_pubsub.lua @ 3940:d55e67e4191a
mod_pubsub: Add get_subscriptions and get_subscriptions_other capabilities to default affiliations
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 22 Dec 2010 03:49:23 +0000 |
parent | 3939:b66e9a7593b6 |
child | 3941:526624f7852e |
comparison
equal
deleted
inserted
replaced
3939:b66e9a7593b6 | 3940:d55e67e4191a |
---|---|
290 get_nodes = true; | 290 get_nodes = true; |
291 | 291 |
292 subscribe = true; | 292 subscribe = true; |
293 unsubscribe = true; | 293 unsubscribe = true; |
294 get_subscription = true; | 294 get_subscription = true; |
295 get_subscriptions = true; | |
295 get_items = true; | 296 get_items = true; |
296 | 297 |
297 subscribe_other = false; | 298 subscribe_other = false; |
298 unsubscribe_other = false; | 299 unsubscribe_other = false; |
299 get_subscription_other = false; | 300 get_subscription_other = false; |
301 get_subscriptions_other = false; | |
300 | 302 |
301 be_subscribed = true; | 303 be_subscribed = true; |
302 be_unsubscribed = true; | 304 be_unsubscribed = true; |
303 | 305 |
304 set_affiliation = false; | 306 set_affiliation = false; |
310 get_nodes = true; | 312 get_nodes = true; |
311 | 313 |
312 subscribe = true; | 314 subscribe = true; |
313 unsubscribe = true; | 315 unsubscribe = true; |
314 get_subscription = true; | 316 get_subscription = true; |
317 get_subscriptions = true; | |
315 get_items = true; | 318 get_items = true; |
316 | 319 |
317 | 320 |
318 subscribe_other = true; | 321 subscribe_other = true; |
319 unsubscribe_other = true; | 322 unsubscribe_other = true; |
320 get_subscription_other = true; | 323 get_subscription_other = true; |
324 get_subscriptions_other = true; | |
321 | 325 |
322 be_subscribed = true; | 326 be_subscribed = true; |
323 be_unsubscribed = true; | 327 be_unsubscribed = true; |
324 | 328 |
325 set_affiliation = true; | 329 set_affiliation = true; |