Skip to main content
summaryrefslogtreecommitdiffstats
blob: d288d99c189afa18451e890c42b2b6a649b5fbcd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
XMPPChatRoomContainer_Exception_Connect_Wrong_Type=remote {0} is not of room id type
XMPPChatRoomContainer_EXCEPTION_TARGET_USER_NOT_NULL=target user cannot be null
XMPPChatRoomContainer_EXCEPTION_NOT_CONNECTED=not connected
XMPPChatRoomContainer_NAME_CALLBACK_NICK=Nickname
XMPPChatRoomContainer_EXCEPTION_CALLBACKHANDLER=Exception in CallbackHandler.handle(<callbacks>)
XMPPChatRoomContainer_EXCEPTION_SEND_MESSAGE=Send message exception
XMPPChatRoomContainer_EXCEPTION_JOINING_ROOM=Exception joining %1
XMPPChatRoomContainer_EXCEPTION_CREATING_ROOM_ID=Exception creating chat room id
XMPPChatRoomManager_EXCEPTION_CONTAINER_DISCONNECTED=container disconnected
XMPPChatRoomManager_EXCEPTION_CREATING_CHAT_CONTAINER=Exception creating chat container
XMPPChatRoomManager_EXCEPTION_ROOM_CANNOT_BE_NULL=roomname cannot be null
XMPPChatRoomManager_EXCEPTION_NO_ROOM_INFO=No room info for 
XMPPID_EXCEPTION_HOST_PORT_NOT_VALID=username/host string not valid.  Must be of form <username>@<hostname>[:port]
XMPPID_EXCEPTION_INVALID_PORT=Invalid port value.
XMPPID_EXCEPTION_XMPPID_USERNAME_NOT_NULL=Username/host string cannot be null.
XMPPIncomingFileTransfer_Progress_Data=\ - data 
XMPPContainer_UNEXPECTED_XMPP_MESSAGE=handleXMPPMessage got unexpected packet %1
XMPPChatRoomManager_ROOM_NOT_FOUND=room %1 not found
XMPPIncomingFileTransfer_Exception_User_Cancelled=Cancelled by user
XMPPContainer_EXCEPTION_DESERIALIZED_OBJECT_NULL=deserialized object is null
XMPPIncomingFileTransfer_Status_Transfer_Completed_OK=Transfer Completed OK
XMPPContainer_EXCEPTION_INVALID_RESPONSE_FROM_SERVER=invalid connect response from server
XMPPIncomingFileTransfer_Status_Transfer_Exception=Transfer Exception
XMPPContainer_EXCEPTION_ADDING_SHARED_OBJECT=Exception adding shared object %1
XMPPContainer_UNRECOGONIZED_CONTAINER_MESSAGE=got unrecognized container message...ignoring 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
XMPPSNamespace_EXCEPTION_ID_CREATE=XMPP ID creation exception
XMPPUserSearchManager_JOB=User Search Job

Back to the top