diff src/plugins/plugin_xep_0231.py @ 2527:a201194fc461

component file sharing: comments handling first draft: comments use a minimal pubsub service which create virtual nodes for each files. A pubsub request to org.salut-a-toi.file_comments/[FILE_ID] allow to handle comments in classic way. Permissions are the same as for files (i.e. if an entity can see a file, she can comment it).
author Goffi <goffi@goffi.org>
date Fri, 16 Mar 2018 17:06:35 +0100
parents 95c31756944c
children
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0231.py	Fri Mar 16 17:03:46 2018 +0100
+++ b/src/plugins/plugin_xep_0231.py	Fri Mar 16 17:06:35 2018 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 
-# SAT plugin for Jingle File Transfer (XEP-0231)
+# SAT plugin for Bit of Binary handling (XEP-0231)
 # Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify