mirror of https://github.com/sipwise/jitsi.git
Added multichat operation set definition and Gibberish protocol implementation. Related issues: Issue #241 , Issue #244, Issue #250
Definition of a generic chat room invitationcusax-fix
parent
47f0b7ed67
commit
2fc95797de
@ -0,0 +1,19 @@
|
||||
/*
|
||||
* SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
|
||||
*
|
||||
* Distributable under LGPL license.
|
||||
* See terms of license at gnu.org.
|
||||
*/
|
||||
package net.java.sip.communicator.service.protocol;
|
||||
|
||||
/**
|
||||
* @author Emil Ivov
|
||||
*/
|
||||
public class ChatRoomInvitation
|
||||
{
|
||||
public ChatRoomInvitation()
|
||||
{
|
||||
super();
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Reference in new issue