[smuxi: 78/111] Engine-XMPP: could not connect to xmpp due to ProtocolManagerInfo name clash with jabber
- From: Mirco M. M. Bauer <mmmbauer src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [smuxi: 78/111] Engine-XMPP: could not connect to xmpp due to ProtocolManagerInfo name clash with jabber
- Date: Sun, 16 Feb 2014 13:19:38 +0000 (UTC)
commit d22acaeb2d8b375a19be6edca01d1fc29ee361be
Author: Oliver Schneider <mail oli-obk de>
Date: Wed Jan 15 16:08:48 2014 +0100
Engine-XMPP: could not connect to xmpp due to ProtocolManagerInfo name clash with jabber
.../Protocols/Xmpp/XmppProtocolManager.cs | 14 --------------
1 files changed, 0 insertions(+), 14 deletions(-)
---
diff --git a/src/Engine-XMPP/Protocols/Xmpp/XmppProtocolManager.cs
b/src/Engine-XMPP/Protocols/Xmpp/XmppProtocolManager.cs
index cb5381a..c35cbff 100644
--- a/src/Engine-XMPP/Protocols/Xmpp/XmppProtocolManager.cs
+++ b/src/Engine-XMPP/Protocols/Xmpp/XmppProtocolManager.cs
@@ -56,20 +56,6 @@ using agsXMPP.protocol.extensions.nickname;
namespace Smuxi.Engine
{
- [ProtocolManagerInfo(Name = "XMPP", Description = "Extensible Messaging and Presence Protocol", Alias =
"jabber")]
- public class JabberProtocolManager : XmppProtocolManager
- {
- public override string Protocol {
- get {
- return "Jabber";
- }
- }
-
- public JabberProtocolManager(Session session) : base(session)
- {
- }
- }
-
[ProtocolManagerInfo(Name = "XMPP", Description = "Extensible Messaging and Presence Protocol", Alias =
"xmpp")]
public class XmppProtocolManager : ProtocolManagerBase
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]