|
@@ -76,6 +76,13 @@ route{
|
|
|
if (uri==myself) {
|
|
|
|
|
|
if (method=="REGISTER") {
|
|
|
+
|
|
|
+# Uncomment this if you want to use digest authentication
|
|
|
+# if (!www_authorize("domain", "subscriber")) {
|
|
|
+# www_challenge("domain", 0);
|
|
|
+# break;
|
|
|
+# };
|
|
|
+
|
|
|
save("location");
|
|
|
break;
|
|
|
};
|