Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Xmpp Appender #6

Merged
merged 11 commits into from May 1, 2016
Merged

Xmpp Appender #6

merged 11 commits into from May 1, 2016

Conversation

m-szalik
Copy link
Contributor

@m-szalik m-szalik commented Apr 2, 2014

Xmpp Appender allows to send logging events to Google hangout, Jabber and all chats compatible with xmpp.

@trutzonline
Copy link

Please send a signed copy of the CLA to ceki@qos.ch.

@@ -0,0 +1,143 @@
package ch.qos.logback.classic.net;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix the following issues:

  • Use 4-space tabs
  • Add standard file header

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@tony19
Copy link
Contributor

tony19 commented Apr 6, 2016

It looks like @m-szalik has submitted a signed CLA already

boolean doStop = isStarted();
super.stop();
if (doStop) {
if (conn != null && conn.isConnected()) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

}

@Test
public void testAppendOff() throws Exception {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This end-to-end test tests real solution. The test requires XMPP server and the result is visible on real xmpp account.
That is why there is no assert.

@tony19 tony19 merged commit bc8813e into qos-ch:master May 1, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants