Changeset 177

Show
Ignore:
Timestamp:
06/17/02 22:27:35 (6 years ago)
Author:
sholloway
Message:

Documentation update

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/RBJabber/RBJabber/iqBrowseResponse.py

    r96 r177  
    3131##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    3232 
     33"""Responds to jabber:iq:browse queries""" 
     34 
    3335#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    3436#~ Imports  
  • trunk/RBJabber/RBJabber/iqResponse.py

    r135 r177  
    3030##~ 
    3131##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     32 
     33"""Basis for responding to jabber:iq:* queries""" 
    3234 
    3335#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
  • trunk/RBJabber/RBJabber/iqTimeResponse.py

    r96 r177  
    3131##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    3232 
     33"""Responds to jabber:iq:time queries""" 
     34 
    3335#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    3436#~ Imports  
  • trunk/RBJabber/RBJabber/iqVersionResponse.py

    r96 r177  
    3131##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    3232 
     33"""Responds to jabber:iq:version queries""" 
     34 
    3335#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    3436#~ Imports