Hi, I've two doubts :
1) Automatically approving subscription request : rfc6121, sec 3.1.3 mentions about contact configuring for auto approval. The exact statement is - "(b) configured its account to automatically approve subscription requests" I wanted to implement this feature but unable to find the way client will communicate the same with server. 2) I wanted a groupchat (similar to groups in email say googlegroups) feature in xmpp so I implemented it using muc (xep-0045) through permanent chat room (every room is a group). Now I wanted that all the users offline in group (i.e. member but currently not occupant ) should receive offline message when they login to chatroom. But the offline support is missing in muc. Kindly help me to implement offline in muc or suggest if I can use something else instead of muc for groupchat feature. Thanks in advance. Regards, Sachin
