Changeset 130:45c3ce4fe4eb for wokkel/iwokkel.py
- Timestamp:
- Jun 9, 2009, 7:33:41 PM (13 years ago)
- Branch:
- wokkel-muc-client-support-24
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wokkel/iwokkel.py
r128 r130 799 799 """ 800 800 801 802 def disco(entity, type='info'):803 """Send disco queries to a XMPP entity804 805 @param entity: A XMPP entity to send the disco request to.806 @type entity: C{unicode}807 808 @param type: Optional argument to determine the type of discovery being done.809 @type type: C{str}810 811 """812 813 814 801 815 802 def configure(room_jid, fields=[]):
Note: See TracChangeset
for help on using the changeset viewer.