Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mrDoctorWho/vk4xmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrDoctorWho <mrdoctorwho@gmail.com>2015-03-20 20:44:54 +0300
committermrDoctorWho <mrdoctorwho@gmail.com>2015-03-20 20:44:54 +0300
commit6203d2f9e6202abfd9ed5e7d2135acd2212c555c (patch)
tree48719714f5882883bd8880d47f7c5aa1a7bcfb30 /modules/mod_iq_disco.py
parent16fc44d9389b38edc8bb8bd4580ff2df0893e2cb (diff)
More settings: “force vk timestamp for groupchats”, “tie nickname to groupchat”
New option in transport settings: Transport now can automatically call a Dalek to exterminate user when they leave a chat New plugin: interpreter; replaces mod_msg_main features: eval and exec. Now you can disable such commands for better security
Diffstat (limited to 'modules/mod_iq_disco.py')
-rw-r--r--modules/mod_iq_disco.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mod_iq_disco.py b/modules/mod_iq_disco.py
index c07d4c1..293be86 100644
--- a/modules/mod_iq_disco.py
+++ b/modules/mod_iq_disco.py
@@ -271,6 +271,7 @@ def commands_handler(cl, iq):
sender(cl, result)
+
def load():
TransportFeatures.add(xmpp.NS_COMMANDS)
TransportFeatures.add(xmpp.NS_DISCO_INFO)