diff sat/plugins/plugin_xep_0045.py @ 2689:d715d912afac

plugin XEP-0199: implementation of XMPP Ping
author Goffi <goffi@goffi.org>
date Sat, 10 Nov 2018 10:16:38 +0100
parents 9680cd958529
children b35c84ea73cf
line wrap: on
line diff
--- a/sat/plugins/plugin_xep_0045.py	Sat Nov 10 10:16:38 2018 +0100
+++ b/sat/plugins/plugin_xep_0045.py	Sat Nov 10 10:16:38 2018 +0100
@@ -472,8 +472,8 @@
         return muc_client
 
     def kick(self, client, nick, room_jid, options=None):
-        """
-        Kick a participant from the room
+        """Kick a participant from the room
+
         @param nick (str): nick of the user to kick
         @param room_jid_s (JID): jid of the room
         @param options (dict): attribute with extra info (reason, password) as in #XEP-0045