IT戦記

プログラミング、起業などについて書いているプログラマーのブログです😚

2009-06-04から1日間の記事一覧

XMPP ライブラリ Gloox のトランスポート層を触る(2)

C++

SASL → Resource Bind → Create Session まで #include <cassert> #include <iostream> #include <boost/make_shared.hpp> #include <gloox/iq.h> #include <gloox/parser.h> #include <gloox/base64.h> #include <gloox/connectiontcpclient.h> #include <gloox/connectiontls.h> class Bot : public gloox::ConnectionDataH…</gloox/connectiontls.h></gloox/connectiontcpclient.h></gloox/base64.h></gloox/parser.h></gloox/iq.h></boost/make_shared.hpp></iostream></cassert>