util.pubsub: Allow outcasts to get their subscription status
authorMatthew Wild <mwild1@gmail.com>
Sun, 12 Aug 2018 11:33:22 +0100
changeset 9175 822e9c5ff4a4
parent 9174 5f03fe90704f
child 9176 c53663e13b51
util.pubsub: Allow outcasts to get their subscription status
util/pubsub.lua
--- a/util/pubsub.lua	Sun Aug 12 10:43:18 2018 +0100
+++ b/util/pubsub.lua	Sun Aug 12 11:33:22 2018 +0100
@@ -11,6 +11,8 @@
 	normalize_jid = function (jid) return jid; end;
 	capabilities = {
 		outcast = {
+			get_subscription = true;
+			get_subscriptions = true;
 			be_subscribed = false;
 			be_unsubscribed = true;
 		};