Files @ be0d5ee4122f
Branch filter:

Location: libtransport.git/include/Swiften/Elements/InvisiblePayload.cpp

Jan Kaluza
Libcommuni: Allow settings port in irc_server config option. When irc_send_pass is set to true, password is treated as a server password
/*
 * Copyright (c) 2011 Jan Kaluza
 * Licensed under the Simplified BSD license.
 * See Documentation/Licenses/BSD-simplified.txt for more information.
 */

#include <Swiften/Elements/InvisiblePayload.h>

namespace Swift {

// This payload is NOT part of ANY XEP and it is only
// libtransport related extension.
InvisiblePayload::InvisiblePayload() {
	
}

}