]> code.delx.au - pymsnt/blobdiff - src/baseproto/glue.py
Fixed failedMessage exception.
[pymsnt] / src / baseproto / glue.py
index de18e32f1b78886ace5c229f0c17e950af3f84dc..5dd6489f9f49b1067dfb492f202cf81327efd990 100644 (file)
@@ -138,6 +138,11 @@ class LegacyConnection:
                self.session = None
                self.legacyList = None
        
+       def sendShowStatus(self, jid):
+               """ Called when the transport needs to report its current presence to jid.
+               Send the status of the user on the legacy network to the given jid. """
+               pass
+       
        def resourceOffline(self, resource):
                """ Called whenever one of the local user's resources goes offline """
                pass