diff options
Diffstat (limited to 'src/server/QXmppServer.h')
| -rw-r--r-- | src/server/QXmppServer.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/server/QXmppServer.h b/src/server/QXmppServer.h index 2e905f41..7f546d52 100644 --- a/src/server/QXmppServer.h +++ b/src/server/QXmppServer.h @@ -89,11 +89,7 @@ public: bool sendElement(const QDomElement &element); bool sendPacket(const QXmppStanza &stanza); - /// \cond - // FIXME: this method should not be public, but it is needed to - // implement BOSH support as an extension. void addIncomingClient(QXmppIncomingClient *stream); - /// \endcond signals: /// This signal is emitted when a client has connected. |
