Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.jabber.extensions.caps
Interface CapsVerListener


public interface CapsVerListener

A listener use to notify interested parties about a change in our version string. This work is based on Jonas Adahl's smack fork.


Method Summary
 void capsVerUpdated(String capsVer)
          Called whenever our ver string changes and we need to regenerate our presence information.
 

Method Detail

capsVerUpdated

void capsVerUpdated(String capsVer)
Called whenever our ver string changes and we need to regenerate our presence information.

Parameters:
capsVer - the new version value.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.