mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-11 01:59:38 +02:00
Initial check-in.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1924 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
f5e167e067
commit
cdd78ecbe6
5 changed files with 606 additions and 0 deletions
14
source/org/jivesoftware/smack/packet/PacketExtension.java
Normal file
14
source/org/jivesoftware/smack/packet/PacketExtension.java
Normal file
|
@ -0,0 +1,14 @@
|
|||
package org.jivesoftware.smack.packet;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Matt Tucker
|
||||
*/
|
||||
public interface PacketExtension {
|
||||
|
||||
public String getElementName();
|
||||
|
||||
public String getNamespace();
|
||||
|
||||
public String toXML();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue