Update plugins/meet/src/main/java/org/jivesoftware/spark/plugin/ofmeet/QueryRequest.java

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Dele Olajide 2025-07-21 11:43:29 +01:00 committed by GitHub
parent c4affe809d
commit 43a37bf697
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,8 @@ import org.jivesoftware.smack.xml.XmlPullParserException;
import java.io.IOException;
/**
* An IQ packet that's a request for an upload slot
* An IQ packet that's a request for an online meeting URL
* according to XEP-0483.
*/
public class QueryRequest extends IQ
{