Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'providers/bundles/org.eclipse.ecf.provider.xmpp')
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/Messages.java4
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/messages.properties4
2 files changed, 0 insertions, 8 deletions
diff --git a/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/Messages.java b/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/Messages.java
index ceac3bc54..7f1ed5d9b 100644
--- a/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/Messages.java
+++ b/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/Messages.java
@@ -36,10 +36,6 @@ public class Messages extends NLS {
public static String XMPPContainer_UNEXPECTED_XMPP_MESSAGE;
public static String XMPPContainer_UNRECOGONIZED_CONTAINER_MESSAGE;
public static String XMPPContainer_UNRECOGONIZED_SEARCH_SERVICE;
- public static String XMPPFileID_EXCEPTION_FILE_IDS_NOT_URLS;
- public static String XMPPFileNamespace_EXCEPTION_FILEID_FILENAME_NOT_NULL;
- public static String XMPPFileNamespace_EXCEPTION_FILEID_TARGETID_NOT_NULL;
- public static String XMPPFileNamespace_EXCEPTION_INVALID_FILEID_PARAMETERS;
public static String XMPPID_EXCEPTION_HOST_PORT_NOT_VALID;
public static String XMPPID_EXCEPTION_INVALID_PORT;
public static String XMPPID_EXCEPTION_XMPPID_USERNAME_NOT_NULL;
diff --git a/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/messages.properties b/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/messages.properties
index d288d99c1..8efb5d48e 100644
--- a/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/messages.properties
+++ b/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/messages.properties
@@ -26,10 +26,6 @@ XMPPContainer_UNRECOGONIZED_CONTAINER_MESSAGE=got unrecognized container message
XMPPContainer_UNRECOGONIZED_SEARCH_SERVICE=Search Service not available on the server
XMPPContainer_UNEXPECTED_EVENT=processAsynch got unexpected event %1
XMPPContainer_EXCEPTION_HANDLING_ASYCH_EVENT=processAsynch exception processing event %1
-XMPPFileID_EXCEPTION_FILE_IDS_NOT_URLS=XMPPFileIDs cannot be represented as URLs.
-XMPPFileNamespace_EXCEPTION_FILEID_FILENAME_NOT_NULL=Filename cannot be null.
-XMPPFileNamespace_EXCEPTION_FILEID_TARGETID_NOT_NULL=target id cannot be null.
-XMPPFileNamespace_EXCEPTION_INVALID_FILEID_PARAMETERS=target (XMPPID) and filename (String) parameters are needed to create an XMPPFileID
XMPPNamespace_EXCEPTION_ID_CREATE=XMPP ID creation exception
XMPPRoomNamespace_EXCEPTION_ID_CREAT=XMPP ID creation exception
XMPPRoomNamespace_EXCEPTION_INVALID_ARGUMENTS=XMPPRoomID constructor arguments invalid

Back to the top