diff --git a/core/Network/XMPiPe/Core/C2S/Client.hs b/core/Network/XMPiPe/Core/C2S/Client.hs
--- a/core/Network/XMPiPe/Core/C2S/Client.hs
+++ b/core/Network/XMPiPe/Core/C2S/Client.hs
@@ -3,7 +3,7 @@
 
 module Network.XMPiPe.Core.C2S.Client (
 	-- * Types and Values
-	Mpi(..), Feature, Jid(..), toJid,
+	Mpi(..), Feature, Jid(..), toJid, fromJid,
 	Tags(..), tagsNull, tagsType,
 	-- * Functions
 	starttls, sasl, bind, input, output,
diff --git a/xmpipe.cabal b/xmpipe.cabal
--- a/xmpipe.cabal
+++ b/xmpipe.cabal
@@ -2,7 +2,7 @@
 cabal-version:	>= 1.8
 
 name:		xmpipe
-version:	0.0.0.2
+version:	0.0.0.3
 stability:	Experimental
 author:		Yoshikuni Jujo <PAF01143@nifty.ne.jp>
 maintainer:	Yoshikuni Jujo <PAF01143@nifty.ne.jp>
