@@ -20,10 +20,11 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ #import "XMPPMessage.h" +#import "XMPPConnection.h" @implementation XMPPMessage + message { return [[[self alloc] init] autorelease]; @@ -73,8 +74,9 @@ } - (void)addBody: (OFString*)body { [self addChild: [OFXMLElement elementWithName: @"body" + namespace: XMPP_NS_CLIENT stringValue: body]]; } @end