Changeset 153:bf4b940f3547 for wokkel/iwokkel.py
- Timestamp:
- Sep 2, 2011, 9:56:49 AM (11 years ago)
- Branch:
- wokkel-muc-client-support-24
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wokkel/iwokkel.py
r152 r153 779 779 """ 780 780 781 def receivedSubject(room, subject):781 def receivedSubject(room, user, subject): 782 782 """ 783 783 A subject is received when you join a room and when the subject is changed. This … … 786 786 @param room: The room the subject was accepted for. 787 787 @type room: L{muc.Room} 788 789 @param user: The user that set the subject. 790 @type user: L{muc.User} 788 791 789 792 @param subject: The subject of the given room.
Note: See TracChangeset
for help on using the changeset viewer.