More error replies for offline and non-existing users
[prosody.git] / tests / test_util_jid.lua
index b2cf546036a687f8d68ec2f43308b7f74bf47481..1c773992a702abcda0c1a9f67cf0bdc77bec6697 100644 (file)
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
@@ -33,6 +33,8 @@ function split(split)
        test(nil,                       nil,    nil     , nil           );
 
        test("node@/server", nil, nil, nil , nil );
+       test("@server",      nil, nil, nil , nil );
+       test("@server/resource",nil,nil,nil, nil );
 end
 
 function bare(bare)