diff --git a/src/net/java/sip/communicator/service/protocol/AuthorizationRequest.java b/src/net/java/sip/communicator/service/protocol/AuthorizationRequest.java new file mode 100644 index 000000000..c31f0e362 --- /dev/null +++ b/src/net/java/sip/communicator/service/protocol/AuthorizationRequest.java @@ -0,0 +1,20 @@ +/* + * 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; + +/** + * @todo desribe + * + * @author Emil Ivov + */ +public class AuthorizationRequest +{ + public AuthorizationRequest() + { + super(); + } +} diff --git a/src/net/java/sip/communicator/service/protocol/AuthorizationResponse.java b/src/net/java/sip/communicator/service/protocol/AuthorizationResponse.java new file mode 100644 index 000000000..e69e03727 --- /dev/null +++ b/src/net/java/sip/communicator/service/protocol/AuthorizationResponse.java @@ -0,0 +1,20 @@ +/* + * 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; + +/** + * @todo describe + * + * @author Emil Ivov + */ +public class AuthorizationResponse +{ + public AuthorizationResponse() + { + super(); + } +}