X-Git-Url: https://code.delx.au/pymsnt/blobdiff_plain/59d8df3a2a220a70b7f18ddc02bd50001a79c317..d0d3bdaa1df2564c178541869f16f5837f15f1c6:/src/baseproto/glue.py diff --git a/src/baseproto/glue.py b/src/baseproto/glue.py index de18e32..5dd6489 100644 --- a/src/baseproto/glue.py +++ b/src/baseproto/glue.py @@ -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