Changeset 150:2f7237d9c537 for wokkel/iwokkel.py
- Timestamp:
- Aug 15, 2011, 9:35:16 AM (11 years ago)
- Branch:
- wokkel-muc-client-support-24
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wokkel/iwokkel.py
r149 r150 988 988 989 989 990 def kick(roomJID, entityOrNick, reason=None, sender=None):990 def kick(roomJID, nick, reason=None, sender=None): 991 991 """ 992 992 Kick a user from a MUC room. … … 995 995 @type roomJID: L{jid.JID} 996 996 997 @param entityOrNick: The occupant to be banned.998 @type entityOrNick: L{jid.JID} or C{unicode}997 @param nick: The occupant to be banned. 998 @type nick: L{jid.JID} or C{unicode} 999 999 1000 1000 @param reason: The reason given for the kick.
Note: See TracChangeset
for help on using the changeset viewer.