INT-1521 polished the structure of the module to be consistent with other modules
This commit is contained in:
32
spring-integration-xmpp/src/test/java/test.properties
Normal file
32
spring-integration-xmpp/src/test/java/test.properties
Normal file
@@ -0,0 +1,32 @@
|
||||
#
|
||||
# Copyright 2010 the original author or authors
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
# to be able to run these tests, put this file on your desktop and configure as appropriate
|
||||
user.1.login=user1@gmail.com
|
||||
user.1.password=password
|
||||
user.1.host=talk.google.com
|
||||
user.1.service=gmail.com
|
||||
user.1.sasl.mechanism=PLAIN
|
||||
user.1.sasl.index=0
|
||||
user.1.resource=resource
|
||||
user.1.port=5222
|
||||
user.2.login=user2@gmail.com
|
||||
user.2.password=password
|
||||
user.2.host=talk.google.com
|
||||
user.2.service=gmail.com
|
||||
user.2.sasl.mechanism=PLAIN
|
||||
user.2.sasl.index=0
|
||||
user.2.resource=resource
|
||||
user.2.port=5222
|
||||
Reference in New Issue
Block a user